Go to file
KikooDX ac60e2b170 Merge pull request 'some fixes' (#5) from Massena/jtmm:master into master
Reviewed-on: https://gitea.planet-casio.com/KikooDX/jtmm/pulls/5
C'est hyper pro, parfait pour ce projet.
2021-01-14 15:35:35 +01:00
assets-cg A lot of stuff. 2020-05-21 18:19:04 +02:00
include Updated code to work with latest gint stable release 2020-08-29 15:54:37 +02:00
mappacks/jtmm (WIP) Started implementing map packs. 2020-06-09 13:52:08 +02:00
src fix of the fix (thanks to toutouille 2021-01-11 17:42:47 +01:00
texturepacks A lot of stuff. 2020-05-21 18:19:04 +02:00
up-editor (WIP) Started implementing map packs. 2020-06-09 13:52:08 +02:00
.gitignore Added levels.c to .gitignore, started a new screen 2020-05-11 11:55:55 +02:00
JTMM.g3a (WIP) Started implementing map packs. 2020-06-09 13:52:08 +02:00
LICENSE To Lephé' 2020-03-17 18:01:24 +01:00
Makefile Updated Makefile (`fxsdk update`) 2020-05-13 18:43:11 +02:00
README.md [README.md] Updated :) 2020-06-09 14:39:33 +02:00
build.sh [build.sh] Replaced 'bash' with 'env bash' 2020-08-29 14:33:17 +02:00
downloadmaps.sh New mappack: "JTMM but harder" by Masséna 2020-08-29 14:24:41 +02:00
downloadtextures.sh [README.md] Updated :) 2020-06-09 14:39:33 +02:00
editor.sh [editor.sh] Replaced 'bash' with 'env bash' 2020-08-29 15:01:01 +02:00
levels.lua Save. Progress. Done. 2020-03-20 10:43:49 +01:00
project.cfg [project.cfg] removed -limg-cg flag 2020-05-18 10:47:40 +02:00
setmap.sh (WIP) Started implementing map packs. 2020-06-09 13:52:08 +02:00
settextures.sh (WIP) Started implementing map packs. 2020-06-09 13:52:08 +02:00
transfer.sh (WIP) Started implementing map packs. 2020-06-09 13:52:08 +02:00

README.md

Just Too Many Mechanics

$ ./editor.sh to open the level editor.

$ ./setpack.sh texturepacks/<pack> to set a texture pack.

$ ./build.sh to build.

Texture packs

System packages required: imagemagick, luajit.
Default pack by Masséna. Programmer art by KikooDX.

How to install & build

Clone this repo.
$ git clone https://gitea.planet-casio.com/KikooDX/jtmm && cd jtmm

Get texturepacks with git clone in the texturepacks folder or:
$ ./downloadtextures.sh

You can then set a pack with settextures.sh:
$ ./setpack.sh texturepacks/jtmm_mariotheme

Get mappacks with git clone in the mappacks folder or:
$ ./downloadmaps.sh

You can then set a map with setmap.sh:
$ ./setpack.sh texturepacks/jtmm

Build.
$ ./build.sh