Ha! But you can still edit what you need, save and then load working state! Macumba after tampering with console made my day, well done. Seriously.For cheating, developer mode can be enabled without replacing the .pyo files in renpy by simply adding a `.rpy` script to the game directory with:
Once enabled, the dev console (shift-o) can also be used to unlock the whole gallery by directly calling the gallery cheat:Python:# enables developer tools define config.developer = True # bypasses RNGeusEX's countermeasure ("the spanish inquisition" youtube video) define config.script_version = None
cht_unlock_gallery()
The rest of the cheats' codes are known and already present in this thread, but yeah.
If anyone's trying to use un.rpy, I was able to get it to work* on 0.5.2 by replacing the un.rpy's call toread_rpyc_data
withread_lidl_discount_data
.
* works, but breaks half the translation as before 0.5.2
If dev would like to hinder everyone's ability to do the same maybe sanity checks across certain checkpoints could be a good solution, for money or stats. That is if no one gets how to fix the translation and can run modded game normally. Then launching method should be changed, maybe with some environment variables.