Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
/ Level-Code-Tools Public archive

A github repository containing useful tools for Cell Machine Mystic Mod

License

Notifications You must be signed in to change notification settings

BlockOG/Level-Code-Tools

Repository files navigation

This tool is deprecated, please use BlockOG/cell_machine_levels instead.

Level Code Tools

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

Screenshot from 2021-07-14 14-55-10

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

Level Code Optimizer

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

Level Code Converter

A Mystic Mod level code converter

Converts V1 codes to V3 codes

V3 Code Compresses

This tool isn't so useful for V3 codes it's mostly used in the other tools

Encoder/Decoder

Encodes a number into base 74

Decodes a string from base 74

About

A github repository containing useful tools for Cell Machine Mystic Mod

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages