This tool is deprecated, please use BlockOG/cell_machine_levels instead.
This is github repository contains a couple useful Cell Machine Mystic Mod tools
If you find any issue report them in the Issues Tab
To use the tools download python if you're on windows
Then download the code
Extract the zip file, then open the directory you extracted it to in cmd/terminal and type
python toolName.py
On some OSes it's python3
so try that too
If you want to have colored text that I built into it then do
pip install termcolor
pip install colorama
It may be pip3
on some OSes
And if you want a GUI for the encoder tool you can do
pip install pysimplegui
And if you don't already have numpy for some reason, install it
pip install numpy
A Mystic Mod level code optimizer
Changes all rotators, push cells, walls, enemies and trash cells to be their default rotation and changes the rotation of slide cells a bit
There might at some point be V2 support
A Mystic Mod level code converter
Converts V1 codes to V3 codes
This tool isn't so useful for V3 codes it's mostly used in the other tools
Encodes a number into base 74
Decodes a string from base 74