Malicre

Well-Known Member
Oct 23, 2018
1,440
2,544
There is some cognitive dissonance in the storyline. I mean you can basically follow the asshole route and basically blackmail Nicole into sex but then the later chapters all of a sudden behaves like she consented to a relationship and all the assholeness disappears from his character. There should be a path where you follow in Jon footsteps. I do not love nicole, I am just using her for lust, and yet the game forces you into a loving relationship. There is a lot of girls in this VN but only one gets sex scene (Nicole). I want some Silvia action.
No there's not, play the game again.

He basically let's Nicole out of the blackmail regardless of w/e path your on, Nicole is the one that decided to keep seeing the MC out of her own free will.
 

Domdeyso

Active Member
Jan 23, 2018
733
477
What the hell, I can't believe it's over, the scene that the Developer put at the end left me wanting to know more, and just thinking that I'll need to wait 3 or 4 months is driving me crazy.

It is in the face that Jhon knows what MC is planning and with whom he is going out, I don't know how we will defeat Jhon.
 

AL.d

Well-Known Member
Sep 26, 2016
1,715
5,616
What the hell, I can't believe it's over, the scene that the Developer put at the end left me wanting to know more, and just thinking that I'll need to wait 3 or 4 months is driving me crazy.

It is in the face that Jhon knows what MC is planning and with whom he is going out, I don't know how we will defeat Jhon.
I think the only way would be to be just as manipulative. I always felt that the "white knight" choices when he is present make MC seem too obvious.
 

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,990
24,926
here is my unofficial android port of A Mother's Love Part10PLUS.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage (or a new one on Android 11 :FacePalm:), because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
 

harsha_26

Well-Known Member
Jun 1, 2020
1,646
3,204
There is some cognitive dissonance in the storyline. I mean you can basically follow the asshole route and basically blackmail Nicole into sex but then the later chapters all of a sudden behaves like she consented to a relationship and all the assholeness disappears from his character. There should be a path where you follow in Jon footsteps. I do not love nicole, I am just using her for lust, and yet the game forces you into a loving relationship. There is a lot of girls in this VN but only one gets sex scene (Nicole). I want some Silvia action.
You are thinking that this game is all about MC. But, it's not. Nicole is the focus of the game even though she is not protagonist. Whether you follow corruption, thre will be some love involved. Even if you try to let her out of blackmail relation, she will stick with MC. You may go for other girls, but those are all side characters, even girlfriend. Play this game if you are really Heartfully interested in Nicole. I'm glad these kind of "Single-Li" games exist with "milf" as the Single Li. I seen "Single-Li" games before, but mostly it's a girl but not a milf.
 

harsha_26

Well-Known Member
Jun 1, 2020
1,646
3,204
This. Also has there been any scenes with her hair down without the librarian knot? They say never stick your dick in crazy but I'd make an exception
Definitely Marylin scenes gonna backfire, she is a evil witch. According to some player's choices, She already does her evil stuff in gf's ntr route. And She is on her way to try to have some "fun" with Nicole.

So, according to me, it's better to don't stick your dick in marylin, but at the same tome, we have to be good with her.

Just "wave & say hi" eveytime she appear in game..:geek:
 
May 21, 2018
334
199
I think I can confirm this by now: John knows about Nicole and MC's affair and is just letting it go as he is playing them both. I mean the dialogue about the "stars that night" is a flag for me that John has knowledge of their affair.
 
  • Like
Reactions: pizbia

Reshin Ganguly

New Member
May 16, 2018
7
1
Guys, can anyone tell me that is there a love route and a corruption route and if there is a love route how to get to that route.... please explain briefly.....and is it worth it to breaking up with chloe or i should maintain the relationship with her.....pls explain
 

muringo

Newbie
Sep 4, 2017
38
28
I cant get my save to work. does anyone have a solution?

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 "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-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 "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-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 "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\loadsave.py", line 770, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\python.py", line 1983, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-pc\renpy\python.py", line 1815, in rollback
    self.load_failed()
  File "C:\Users\gabri\Downloads\h\AMothersLovePLUS-Part10PLUS-pc\AMothersLovePLUS-Part10PLUS-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 PLUS Part10PLUS
Mon Feb 15 01:01:19 2021
 
4.20 star(s) 239 Votes