- Jul 18, 2018
- 90
- 149
As mentioned in the title, I'm modding Cure My Addiction (complicated sandbox) into a much more straightforward VN with a different story. I have made an enormous number of structural changes to the underlying code, and everything still works surprisingly well...except this.
I have the story script files broken down into Prologue, Chapter 1, Chapter 2, etc., each one with a label heading at the top of the file. What's happening is (e.g.) that if I save halfway through Chapter 1 and then try to load that save, it'll load the beginning of Chapter 1.
If I try to load from a location after (I suspect) too many lines of code have accumulated without a label line, Ren'Py throws an error I've never seen before: "Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?"
Thanks in advance. I've already tried making a fresh build, but frankly this has become such a kludgefest that starting from scratch causes about a dozen other problems that I have no energy to solve at this particular juncture.
I have the story script files broken down into Prologue, Chapter 1, Chapter 2, etc., each one with a label heading at the top of the file. What's happening is (e.g.) that if I save halfway through Chapter 1 and then try to load that save, it'll load the beginning of Chapter 1.
If I try to load from a location after (I suspect) too many lines of code have accumulated without a label line, Ren'Py throws an error I've never seen before: "Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?"
Thanks in advance. I've already tried making a fresh build, but frankly this has become such a kludgefest that starting from scratch causes about a dozen other problems that I have no energy to solve at this particular juncture.