If you have a savegame i can have a look what goes wrong.Replaying the game (without the mod) and there's a game-breaking hard lock: You're given two choices
1) Retrieve the mini-camera
2) Rummage through some lockers.
The game does not move on from this. After choosing both, either, etc, it always takes you back to the choice screen and you can't progress.
But how did the karma variable, which was a dictionary, turn into an int instead? You don't think this is also related to the rollback errors, do you?* NEW VERSION*
For others with the karma error, i made a quick and dirty fix.
Place the fixKarmaOnLoad.rpy in the game folder\game and run the game. load the save and your karma will reset to default if the value is the older version.
Don't forget to save.
You can leave the file in the directory. It only changes it on load... but don't roll back before the scene or it will break again.
is this scene in the next update?
Old version was an Int var.. new version is the dict var. So loading old savegames gives that issues... if you load a save and my fix runs, but you scroll back to far.. you remove the fix, and the karma var is int again... and crashes againBut how did the karma variable, which was a dictionary, turn into an int instead? You don't think this is also related to the rollback errors, do you?
We wish. Probably a wallpaper on Patreon... still hotis this scene in the next update?
I don't have the int variable errors but I am getting rollback errors from 0.11, which was always a dictionary I think. and it happens on some of my saves. but not all.Old version was an Int var.. new version is the dict var. So loading old savegames gives that issues... if you load a save and my fix runs, but you scroll back to far.. you remove the fix, and the karma var is int again... and crashes again
The fix after a savegame load, just checks if it's an Int... if yeah.. delete and make it a dict with the default value of 0.I don't have the int variable errors but I am getting rollback errors from 0.11, which was always a dictionary I think. and it happens on some of my saves. but not all.
can always run in developer mode you can change it yourself.. but still the issue stays that the variable is different in the save, so history in the save is with the wrong valueYeah I'm still getting the "rollback" error but I appreciate it!
I don't think my error is related. I'm getting the "Can't find a place to stop rolling back. Perhaps the script changed in an incompatible way?" or something like that.can always run in developer mode you can change it yourself.. but still the issue stays that the variable is different in the save, so history in the save is with the wrong value
For variables you can load it here...https://www.saveeditonline.com/I don't think my error is related. I'm getting the "Can't find a place to stop rolling back. Perhaps the script changed in an incompatible way?" or something like that.
How do you inspect/decompile the save files?
That savegame is saved in the middle of an event and probably calling something that isn't the same anymore.v0.12.0
I abandon this one, sorryDo you plan on updating your post? Or have you moved on to other things?