This script enables debug mode permanently in Deltarune Chapter 3.
- UndertaleModTool
- Open UndertaleModTool
- Load the
data.win
file from the(CHAPTER)_windows
folder - Go to Scripts → Run other script
- Select and run the debug script from this repository
2 Files are availables
EnableDebugMod.csx
Only for the people who needs the debug mod value set to 1 (and a fixed unset value)EnableDeltaruneDebugAllVariables.csx
For all of the debugs variables set to 1
- Changes
global.debug = 0
toglobal.debug = 1
in the game's initialization code - Enables debug mode permanently when the game starts
Make sure to backup your original data.win
file before applying any modifications.