Cheatoglobin is a save editor for Mario and Luigi: Bowser's Inside Story.
This program is still in development, and will likely see far more features in the future. All of Cheatoglobin's testing was done on the North American version of the ROM, so issues may arise when editing save files from other versions.
Cheatoglobin icon created by MiiK: https://bsky.app/profile/miikheaven.bsky.social
There are 4 ways to run this program, from easiest to most complicated:
-
Download the binary from Releases and run it. (Use the
.exefor Windows, and the.binfor Linux) -
Install the package with
python3 -m pip install --force-reinstall git+https://github.com/MnL-Modding/Cheatoglobinand run it with cheatoglobin or python3 -m cheatoglobin.
- Clone the repository, install the dependencies with Poetry (assuming you already have Poetry installed with
python3 -m pip install poetry):
poetry installand run the program through Poetry:
poetry run cheatoglobin- Clone the repository, install the dependencies through
pipwith:
python3 -m pip install -r requirements.txtand run it from the current directory with python3 -m cheatoglobin. Alternatively, it can be run through the run.bat if you use Windows.
This project is licensed under the GPL-3.0 license. It uses assets that are property of Nintendo, which are not intended to maliciously infringe trademark rights.
