Mars THT
Remapping the Pokemon Universe and developing THT
- 14
- Posts
- 2
- Years
- He/They
- Canada
- Seen May 3, 2024
An easy way to enable debug mode, credits to SynX26 from Reddit. Just have to download it as per normal.
You can easily enable Debug mode without cheat engine, using only a text editor
open the infinite fusion folder
navigate through the folders -> Data -> Scripts -> 999_Main
open the file 999_Main.rb with a text editor
scroll down to about line 52, there should be the following line "def mainFunction", right below it should be the line "if $DEBUG"
Between those two lines just add "$DEBUG = true"
Start the game
This basically turns the debug variable to true as soon as you start the game, if you want to disable it, just change the line to $DEBUG = false. You can keep the line in the script afterwards for convenience as it shouldn't cause any problems.