jtmm/README.md

33 lines
785 B
Markdown
Raw Permalink Normal View History

2020-05-12 18:41:31 +02:00
# Just Too Many Mechanics
2020-03-16 10:28:34 +01:00
2020-05-12 18:41:31 +02:00
`$ ./editor.sh` to open the level editor.
2020-05-12 18:42:07 +02:00
`$ ./setpack.sh texturepacks/<pack>` to set a texture pack.
2020-05-12 18:42:07 +02:00
2020-06-09 14:39:33 +02:00
`$ ./build.sh` to build.
2020-05-13 18:49:51 +02:00
## Texture packs
2020-06-09 14:39:33 +02:00
System packages required: `imagemagick`, `luajit`.
2020-05-14 17:32:13 +02:00
Default pack by Masséna.
Programmer art by KikooDX.
2020-05-13 18:49:51 +02:00
2020-06-09 14:39:33 +02:00
### How to install & build
2020-06-09 14:39:33 +02:00
Clone this repo.<br>
`$ git clone https://gitea.planet-casio.com/KikooDX/jtmm && cd jtmm`
2020-05-13 18:49:51 +02:00
2020-06-09 14:39:33 +02:00
Get texturepacks with `git clone` in the texturepacks folder or:<br>
`$ ./downloadtextures.sh`
2020-05-13 18:49:51 +02:00
2020-06-09 14:39:33 +02:00
You can then set a pack with `settextures.sh`:<br>
2020-05-14 10:21:28 +02:00
`$ ./setpack.sh texturepacks/jtmm_mariotheme`
2020-05-13 18:49:51 +02:00
2020-06-09 14:39:33 +02:00
Get mappacks with `git clone` in the mappacks folder or:<br>
`$ ./downloadmaps.sh`
You can then set a map with `setmap.sh`:<br>
`$ ./setpack.sh texturepacks/jtmm`
Build.<br>
2020-05-13 18:49:51 +02:00
`$ ./build.sh`