jtmm/README.md

34 lines
743 B
Markdown
Raw 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-05-12 18:41:31 +02:00
`$ ./build.sh` to build.`
2020-05-13 18:49:51 +02:00
## Texture packs
Mario themed by Masséna.
https://gitea.planet-casio.com/Massena/jtmm_mariotheme
Minecraft textures.
https://gitea.planet-casio.com/KikooDX/jtmm_crafttheme
2020-05-13 18:51:34 +02:00
### How to install
Clone this repo.
2020-05-13 18:49:51 +02:00
`$ git clone https://gitea.planet-casio.com/KikooDX/jtmm`
2020-05-13 18:51:34 +02:00
Go into it's texturepacks folder.
2020-05-13 18:49:51 +02:00
`$ cd jtmm/texturepacks`
2020-05-13 18:51:34 +02:00
Clone any desired texturepack (can repeat).
2020-05-13 18:49:51 +02:00
`$ git clone https://gitea.planet-casio.com/Massena/jtmm_mariotheme`
2020-05-13 18:51:34 +02:00
Go back in the main folder.
2020-05-13 18:49:51 +02:00
`$ cd ..`
2020-05-13 18:51:34 +02:00
Update the textures.
2020-05-14 10:21:28 +02:00
`$ ./setpack.sh texturepacks/jtmm_mariotheme`
2020-05-13 18:49:51 +02:00
2020-05-13 18:51:34 +02:00
Build.
2020-05-13 18:49:51 +02:00
`$ ./build.sh`