Thank you. Honestly I didn't check the Dom route and that menu choice had a typo. I've fixed it. Compiling now and will update OP link in a few minutes. Appreciate the report. Regards.View attachment 1513466 Well, at the start of Day 5, I got this, but otherwise, seems OK.
Good afternoon. That anomaly seems to suggest you didn't install the mod files properly or the game install you had was meddled with prior to installation.Hey Sancho, nice work with the mod but I'm having trouble with the ChoiceGuide. I can't see any choices when the ChoiceGuide option is turned on. Evidenced below, any ideas? (Everything else seems to be working however)
If the mod was installed correctly, do you have old save game files on your system for this game? Not just in ...\"Main Game Folder"\game\saves but also in C:\Users\"User Name"\AppData\Roaming\RenPy\"Game Save Folder" (For Windows). Make a backup of saves, then delete the save files from both locations, then try playing the game again. There is likely a better fix for this issue, but this fix seems to work for me with Ren'Py games and any Walkthrough Mods not displaying choices correctly.Hey Sancho, nice work with the mod but I'm having trouble with the ChoiceGuide. I can't see any choices when the ChoiceGuide option is turned on. Evidenced below, any ideas? (Everything else seems to be working however)
There is no need to delete/remove prior saves unless the older save was with another mod installed. SanchoMod doesn't care about OEM save locations/variables, as long as it wasn't a save with another mod installed previously.....that matters as most modders don't keep the saves clean.If the mod was installed correctly, do you have old save game files on your system for this game? Not just in ...\"Main Game Folder"\game\saves but also in C:\Users\"User Name"\AppData\Roaming\RenPy\"Game Save Folder" (For Windows). Make a backup of saves, then delete the save files from both locations, then try playing the game again. There is likely a better fix for this issue, but this fix seems to work for me with Ren'Py games and any Walkthrough Mods not displaying choices correctly.
Could old saves with/without (a change) having the Incest Patch cause an issue? Or old saves with the original Walkthrough Mod (not made by you) be an issue?There is no need to delete/remove prior saves. SanchoMod doesn't care about that, as long as it wasn't a save with another mod installed previously.....that matters as most modders don't keep the saves clean.
Could old saves with/without Incest Patch cause an issue? Or old saves with the original Walkthrough Mod (not made by you) be an issue?
menu:
"Sample text of choice 1 (Modder says: {color=AlwaysFuckingGreen}Best Choice)": #<-- Modder changes menu button text directly
$tempvariable =True
charname "some dialogue"
"Sample text of choice 2": #<-- Modder didn't alter this OEM text
$tempvariable =False
charname "some dialogue"
Thank you, for the info. Always great to learn something new.This is where the problem with saves w/ a mod usually start since the player usually saves here, at a menu choice. The problem is when the player tries to load this save (like when a VN is updated and the previously used mod is not), they try to load it with a clean OEM game which the code isn't like the above, it doesn't have the green "Best Choice" text so it throws an exception (crash) when trying to load that screen via the save (again, if the save point was at the menu choice).
The new core SanchoMod doesn't do that, it doesn't manipulate the on-screen text/pics directly but rather indirectly, hence how I can keep your saves clean (assuming you save normally at a menu choice like most folks do).
Can you try to reload just a bit prior to that save point and lead up to that menu? I just did and no error. If you don't mind, thanks.View attachment 1514406 Same spot in the game, but now, it is an even bigger one.
Thank you. That might help since while trying to assume your route I get the menu no problem but the screen I had just previous to it was:Same thing, even started over from the beginning of the game, goes from this...
View attachment 1514435
to the error screen, and if I hit ignore, this is the next screen.
View attachment 1514436