Tool which can edit Mario Golf: Toadstool Tour files. This README is still under construction.
- Install Python 3.
- Obtain a Mario Golf: Toadstool Tour (USA) ISO
- Extract the ISO's filesystem. (The Dolphin emulator can do this for you.)
- Run
python main.py -i <extracted-ISO-filesystem> setup. This will extract various files from the game and place them by default in awork/directory in the same directory asmain.py. - Modify any desired file in the
work/directory. - Run
python main.py -i <extracted-ISO-filesystem> build. This will process files fromwork/into a directory calledstage/by default. Then, it will copy files fromstage/into the ISO's extracted filesystem. - Load the game in Dolphipn and see your changes in action.