CONSCRIPT is built with Gamemaker. The entire game (including source code) can be decompiled from the *GOG* release using the UndertaleModTool.
Using @aSwedishMagyar's table I was able to tweak the script to generate the list of global objects in the table, when I try to load the instance objects I get a lua error that I cant fix. Is anyone able to take a look at this? This table works with Steam version not GOG
You will need the GOG version to do this. Steam version is not supported.
- Download and install and run UndertaleModTool
- Open data.win in UndertaleModTool from the CONSCRIPT game folder
- Enter "GameVersion" in the search field below the File menu
- Select Code > gml_GlobalScript_GameVersion
- Find the line "global.IS_RELEASE_BUILD = true" and change it to "global.IS_RELEASE_BUILD = false"
- Save the data.win (backup your original file first)
- Start the game. Press U+X to bring up the debug menu.
The debug menu can be use to display game information and statistics, enable god mode, add items to inventory, select chapters, display full map, unlock doors, spawn enemies etc. You can also change "Shellshock" and "Cowardice" levels. Shellshock affects how much you shake when aming, cowardice influences which ending you get.
You will need the GOG version to do this. Steam version is not supported.
- Download and install and run UndertaleModTool
- Open data.win in UndertaleModTool from the CONSCRIPT game folder
- Enter "GameVersion" in the search field below the File menu
- Select Code > gml_GlobalScript_GameVersion
- Find the line "global.IS_RELEASE_BUILD = true" and change it to "global.IS_RELEASE_BUILD = false"
- Save the data.win (backup your original file first)
- Start the game. Press U+X to bring up the debug menu.
The debug menu can be use to display game information and statistics, enable god mode, add items to inventory, select chapters, display full map, unlock doors, spawn enemies etc. You can also change "Shellshock" and "Cowardice" levels. Shellshock affects how much you shake when aming, cowardice influences which ending you get.
Thanks for the tip, thakfully GOG and Steam saves are the same so i can swap anytime i need.
You will need the GOG version to do this. Steam version is not supported.
- Download and install and run UndertaleModTool
- Open data.win in UndertaleModTool from the CONSCRIPT game folder
- Enter "GameVersion" in the search field below the File menu
- Select Code > gml_GlobalScript_GameVersion
- Find the line "global.IS_RELEASE_BUILD = true" and change it to "global.IS_RELEASE_BUILD = false"
- Save the data.win (backup your original file first)
- Start the game. Press U+X to bring up the debug menu.
The debug menu can be use to display game information and statistics, enable god mode, add items to inventory, select chapters, display full map, unlock doors, spawn enemies etc. You can also change "Shellshock" and "Cowardice" levels. Shellshock affects how much you shake when aming, cowardice influences which ending you get.
Could it be possible that these "debug menu" functions be turned into a cheat table?