She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x

Zephea

Engaged Member
Sep 7, 2019
2,655
2,318
452
Is there any NTR for mc's mother???
Two posts above yours...

Holy Bacchus said:

There's a quote from Orb's Patreon buried in this thread that says something to the effect of, "Nicole is only for the MC". So, yes, NTR will not happen with Nicole, even though she is married, so besides some kissing (which the official WT mentions will happen more if you stop John kissing Nicole), you'll never be subjected to seeing anything sexual happen between John and Nicole.
 

King Slayer100

Active Member
Aug 20, 2018
735
2,687
442
Unofficial Android Port for AMothersLove ch10
With Shaddy Modda wt mod



ALLOW STORAGE ACCESS
My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.
You don't have permission to view the spoiler content. Log in or register now.
Textsize, opacity slider added
Rename MC from menu added

If it says unknown developer or something like that just press install anyway.

Give Me Your Feedback on the Discord Server. As it's easier to reach me there, than here.
 

Abhai

Devoted Member
Sep 12, 2018
9,402
38,740
926
Is there any NTR for mc's mother???
Two posts above yours...

Holy Bacchus said:

There's a quote from Orb's Patreon buried in this thread that says something to the effect of, "Nicole is only for the MC". So, yes, NTR will not happen with Nicole, even though she is married, so besides some kissing (which the official WT mentions will happen more if you stop John kissing Nicole), you'll never be subjected to seeing anything sexual happen between John and Nicole.
Hmm, he probably has asked about mc real mother (not Nicole) :unsure:
If that is the case, and if he aims to John- mcs mom relation/ntr, if Im not mistaken, nothing is certain for now.
 

Zephea

Engaged Member
Sep 7, 2019
2,655
2,318
452
Hmm, he probably has asked about mc real mother (not Nicole) :unsure:
If that is the case, and if he aims to John- mcs mom relation/ntr, if Im not mistaken, nothing is certain for now.
Ooops - my bad! And yes, no one has said whether or not the MC's mom gets involved in the ongoing debauchery or not. :>)
 

EnterpriseNL

Active Member
Donor
Aug 16, 2017
514
541
306
When i load my saves from last version i get this error:
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 "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\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 "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "E:\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 "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\loadsave.py", line 770, in load
    log.unfreeze(roots, label="_after_load")
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\python.py", line 1983, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "E:\AMothersLovePLUS-Part10PLUS-pc\renpy\python.py", line 1815, in rollback
    self.load_failed()
  File "E:\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
Wed Feb 17 00:38:38 2021
Please tell me there is a fix for this.I can't replay the game from the start.
Did you use the walkthrough mod?
 

Rudrig

Member
Apr 23, 2018
422
213
250
I found the attached error when MC is in Abi's bedrom with Marilyn (during the ash-vase replacement)

PS: and another one, see second attachment.
 
Last edited:

-CookieMonster666-

Message Maven
Nov 20, 2018
13,813
20,733
1,031
No, and about 0% likely with a margin of error of +/- 0%.
Although I definitely wouldn't mind her model (or others, like Silvia's) in games as a LI. She's very beautiful. But for A Mother's Love, I'm only interested in Nicole anyway. She's obviously very attractive, but even without that I'd only be invested in her for the sake of the story. She's the entire reason the game even exists.
 

-CookieMonster666-

Message Maven
Nov 20, 2018
13,813
20,733
1,031
Around the beach part, if possible
Here you go. This is right before they head over to the beach. I loaded the save first, and I didn't have any problem with it, so it should work for you. I have been on the Nicole love route, though, so a lot of the potential corruption has been avoided. The current corruption here is probably only around about 20. Since it's Page 18, Slot 6, you might want to rename it to something more convenient to you (e.g., 6-1-LT1.save or whatever).
 
  • Like
Reactions: muringo and Moisst

rochester

New Member
Apr 20, 2017
12
7
221
HI Guys .,,,

i have completed the recent update EP-10 , and i have not reached the sex scene with Nichole in Street at the end of the episode . I have changed the paths by choosing different from cloths to dinner and i could not reach the sex scene.
I had the same problem.
According to the authors walkthrough, the scene should be triggered if the Deal14 shower sex scene happened on your play through.
I had seen that scene, so I checked the code in file "script ten.rpy" to see if there were any other conditions.
On line 12330 there is an if statement that controls this content.
It does check the variable Deal14HappenDay18 but has the reverse of the logic suggested by the walkthough.
Once I'd switched that around so it behaved like the walkthrough said it should, I got the final sex scene.
 
Last edited:

IntiJWC11

Newbie
Dec 7, 2018
81
106
197
I had the same problem.
According to the authors walkthrough, the scene should be triggered if the Deal14 shower sex scene happened on your play through.
I had seen that scene, so I checked the code in file "script ten.rpy" to see if there were any other conditions.
On line 12330 there is an if statement that controls this content.
It does check the variable Deal14HappenDay18 but has the reverse of the logic suggested by the walkthough.
Once I'd switched that around so it behaved like the walkthrough said it should, I got the final sex scene.
Where do i find this "Script ten.rpy"? i've looked for it and didn't found it.
BTW: when i load my original save i get the last sex scene in the street. But then i replay the whole game, doing almost the same and then i never get again that scene. I tried in every way possible, and nothing. Weird...
 
4.20 star(s) 249 Votes