View attachment 46246
Info
This mod adds a collapsible cheat menu to the game
.
It allows you to add or subtract values of the gamestate, think npc score, quest progression, money, energy, gentle/rough score, etc, see "Useful variable names"
Shift + Click - adds/subtracts 10 every click
Useful variable names
Known issues
- Editing strings is not yet supported, things such as current day of the week are stored this way.
- You can go over limits, such as score or even go into negative money, this is because there are no known limits, rough/gentle can go negative so unless i hard-code every variable's limit this is not going to change.
Important
Backup!
- Saves or save to a new slot after using, since it allows you to change any variable there's a chance of breaking saves if you change the wrong thing.
- TheTwist_Data\Managed\Assembly-CSharp.dll
The mod replaces the game assembly dll so if you want to uninstall the mod restore from backup.
Only works for the version noted in the zip filename(currently .16Final and .17Beta are available)
Installation
Uninstallation
Changelog
Technical Info(for modders/programmers)