Lets see if i can write the steps on fixing modded clearer.
1. Extract the modded
version of the game to a folder of your choice.
2. Extract
UnRen.bat to an external folder and copy the file into the games dir.
3. Run UnRen.bat and choseto only extract the .rpa files (1).
4. When UnRen has finished with it's processes, close it by pressing a random key, other than one, and enter.
5. Re-extract the same modded version to the same folder, replacing all same files.
6. Delete the two .rpa files, ion my case; archive.rpa and zcheats.rpa, though I'm not entirely sure this step is needed- don't quote me on that. My game still has those two files and works without a hitch.
7. Extract
this to an external folder and copy/paste the files directly into the games folder- replace all the files that it pops up with.
8. From the .zip file of the modded version, specifically extract the script.rpy and home.rpy and copy them/paste them into the game folder, replacing the existing ones. Though, this is another step that may or may not impact anything, your mileage may vary.
9. Open home.rpy with a text editor, I did it with
You must be registered to see the links
, so I am unsure if it works the same with window's default notepad.
10. [Ctrl]+[F] "label home:", once you find it, press return/enter to insert a new line under.
11. Paste:
call cheats from _call_cheats underneath "label home:"
12. As [Tab] is an invalid indent for renpy, I put 4 spaces as an indent, in front of
call cheats from _call_cheats.
13. Save, close and open the game. It should not have any errors, such as something along the lines of "tab is an unrecognized..." or something referring to an indent, I can't remember accurately.
14. Enjoy!
I'm not sure if it'll work your you, but this is what worked for me.