- Dec 19, 2024
- 1
- 0
If anyone wants to have access to the cheat menu/debug menu at all times modify these lines in the menu_form.qsrc file
by getting rid of the if statement and making the menu permanent rather than on game state.
after that just press f3 when in game to rebuild the QSP file and you now have permanent cheat/debug access.
if game_difficulty = 0 and custom_game = 1:
$setting_display += '<br><div id="under">Cheats<div id = "clear"><a href = "EXEC: gs ''$newloc'' & menu_form = 2100 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
end
by getting rid of the if statement and making the menu permanent rather than on game state.
$setting_display += '<br><div id="under">Cheats<div id = "clear"><a href = "EXEC: gs ''$newloc'' & menu_form = 2100 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
after that just press f3 when in game to rebuild the QSP file and you now have permanent cheat/debug access.
Last edited: