thanks for the reply I can not believe I did not ask that first. dainbramage strikes againHave you tried the patch from the OP?
thanks for the reply I can not believe I did not ask that first. dainbramage strikes againHave you tried the patch from the OP?
You should get it on the OP. Easier for people to find.I actually ended up having some free time tonight. So here it is:
A Mother's Love Gallery Mod
Adds an in-game gallery screen to the main menu of the game. All scenes are unlocked. Name is set when first loading the gallery.
You don't have permission to view the spoiler content. Log in or register now.
Version: v1.1
Supported Game Version: Part 1-8
Installation: Drop into root directory of game
Download:You must be registered to see the linksYou must be registered to see the linksWorkUpload
ME TOO!!!! I start from part8 and still cant load my new save, the error goesEvery time I load a save my game goes to error screen and roll back doesnt work nor anything else. Anyway to fix this
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\Game\AMothersLove-Part8-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Game\AMothersLove-Part8-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "D:\Game\AMothersLove-Part8-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "D:\Game\AMothersLove-Part8-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "D:\Game\AMothersLove-Part8-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "D:\Game\AMothersLove-Part8-pc\renpy\python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "D:\Game\AMothersLove-Part8-pc\renpy\python.py", line 1815, in rollback
self.load_failed()
File "D:\Game\AMothersLove-Part8-pc\renpy\python.py", line 1733, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Windows-8-6.2.9200
Ren'Py 7.3.5.606
A Mother's Love Part8
Tue Jun 09 19:53:09 2020
try to load some of your a bit older saves.ME TOO!!!! I start from part8 and still cant load my new save, the error goes
[/CODE]Code:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "D:\Game\AMothersLove-Part8-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Game\AMothersLove-Part8-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "D:\Game\AMothersLove-Part8-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Game\AMothersLove-Part8-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "D:\Game\AMothersLove-Part8-pc\renpy\display\core.py", line 3518, in interact_core rv = root_widget.event(ev, x, y, 0) File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Game\AMothersLove-Part8-pc\renpy\display\screen.py", line 714, in event rv = self.child.event(ev, x, y, st) File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Game\AMothersLove-Part8-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Game\AMothersLove-Part8-pc\renpy\display\behavior.py", line 962, in event return handle_click(self.clicked) File "D:\Game\AMothersLove-Part8-pc\renpy\display\behavior.py", line 897, in handle_click rv = run(action) File "D:\Game\AMothersLove-Part8-pc\renpy\display\behavior.py", line 320, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) File "D:\Game\AMothersLove-Part8-pc\renpy\loadsave.py", line 770, in load log.unfreeze(roots, label="_after_load") File "D:\Game\AMothersLove-Part8-pc\renpy\python.py", line 1983, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "D:\Game\AMothersLove-Part8-pc\renpy\python.py", line 1815, in rollback self.load_failed() File "D:\Game\AMothersLove-Part8-pc\renpy\python.py", line 1733, in load_failed raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?") Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? Windows-8-6.2.9200 Ren'Py 7.3.5.606 A Mother's Love Part8 Tue Jun 09 19:53:09 2020
It worked when I load like part 1, 2 and late 8 ,while the part 4567 cannot work. I wonder if the audiomod caused the bugtry to load some of your a bit older saves.
hmm, it could be..if you werent using anything else/modsIt worked when I load like part 1, 2 and late 8 ,while the part 4567 cannot work. I wonder if the audiomod caused the bug
nevermind already got it.. tqI have save files for chapter 7 if you are interested.
It really was an odd update it felt as if we had made backwards steps instead of forwards with her the sex scenes with her were great though. One thing is for certain is I wonder how she will react to the story of John and Kathy she at times still feels like the loving wife to him and it's such a shame she is wasted with John the sooner she knows what he is really up to the better the MC is a far much better choice than John ever was or will be.A little dissapointed in the way Nicole's character is progressing. Its inconsistent and unrealistic. I mean She progresses to a point where she has had a variety of sex with the MC, slept with him, fantisized, masturbated, etc...
Then in this update, She is shocked when the MC pervs at her when in the shower and even is taken back when he puls her close to him at the beach. Makes no sense, makes the story unbelievable to a point it starts to lose its appeal. And WTF is with him still having to call her Mrs heavens, even when they are alone.
I kinda felt the same way. I suppose the story went this rout as a final wall to break down before she fully commits herself to the MC.It really was an odd update it felt as if we had made backwards steps instead of forwards with her the sex scenes with her were great though. One thing is for certain is I wonder how she will react to the story of John and Kathy she at times still feels like the loving wife to him and it's such a shame she is wasted with John the sooner she knows what he is really up to the better the MC is a far much better choice than John ever was or will be.
that was way before the water came back on and you and Nicole had sex .... you wake up and shes gone , with her bag , she drops it on the beach and walks into the water over her head ... the end .... next update ..... i hope they don't plan on making her drown ..there's no water in the room right?
On the contrary, I felt that the update was a great turning point. In all the previous encounters, Nicole was in a relatively secure and known environment, either at home or once at MC's, or occasionaly in toilets. In this episode she is in what you could call a hostile environment, in public places where she could be recognized. She is in a huge state of stress.It really was an odd update it felt as if we had made backwards steps instead of forwards with her the sex scenes with her were great though. One thing is for certain is I wonder how she will react to the story of John and Kathy she at times still feels like the loving wife to him and it's such a shame she is wasted with John the sooner she knows what he is really up to the better the MC is a far much better choice than John ever was or will be.
I hadn't thought about that with the last scene that would make a lot more sense I was having all kinds of ideas of why she went off in the middle of the night kind of puts my mind at ease as I was thinking the worst.The last scene is traditional and beautiful as being a cleansing ritual.