Cheat code for 0.35b is (as of 5:00 pm PST, October 9, 2021): hellsfired
In the interest of ‘teaching a man to fish’ (because someone always asks for it when a new version drops), here’s how I find the cheat code whenever a new version is out.
1) Download the new version
2) Copy Unren.bat into either “the game’s root directory (where the .exe is) or the /game/ folder.” Unren.bat can be found here:
https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/
3) Double click Unren to run it.
4) Choose options 1 and 2 to decompile RPA and RPYC files into their respective folders. This might take a bit of time.
5) When it’s done, open up the file “ATownUncovered_X.XX/game/scenes/myhouse/mybedroom/both/mybedroom_desk.rpy” using a text editor (like Notepad ++)
6) Your password should be on line 52. Look for the following lines of code:
if cheat_on <= 1:
call screen scr_mybedroompc_cheatcode_toggle
else:
call screen scr_desktop_cheatcode_input
if isinstance(_return, basestring):
$ player_try = _return
$ secret_code = ("hellsfired")
if player_try == secret_code:
$ cheat_on = 1
call screen scr_mybedroompc_cheatcode_toggle
elif not player_try:
"Nothing entered."
else:
"Wrong code."