dohckab

Newbie
Apr 17, 2018
61
145
Are the dialogues written by a 7 year old ? :/
I think that's a major difference between the top games and the good games.
 

bosa43

Active Member
Oct 20, 2017
819
930
did they get rid of the ntr scene in chapter 2? cuz i got it on my first play through now i don't get it no matter what.
 

CLDꝜ

̷ ̷ ̶ ̴ ̴ ̴ ̷ ̸ ̸ ̷ ̵ ̸ ̸ ̴ ̵ ̷ ̵ ̴ ̶ ̴ ̶ ̵ ̶ ̴ ̵
Staff member
Moderator
Community Liaison
Jul 7, 2017
1,342
5,472
UHHHHHHHHHHHH None of my saves transferred over? Wtf?
Try copying your old save files to the new save location. If you deleted your old game folder, you can still find the saves at in the %appdata%\RenPy folder

Edit: Hey @BobJenkins! Your problem is the same as his, so the solution should be the same.

The dev seems to be changing "define config.name" in options.rpy when he releases new versions, so the save folder in AppData won't be the same from version to version. Unless the dev does a lot of changes to the script, it should work just copying over old saves to the new "AMothersLove" folder in "%appdata%\RenPy", or move the saves to "AMothersLovePt3-Part3-pc\game\saves"
 

xXx GAMELOVER

Member
Feb 25, 2018
431
172
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Character/Nicole Back Pantless.png.'>:
IOError: Couldn't find file 'Character/Nicole Back Pantless.png.'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script three.rpyc", line 1828, in script
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\ast.py", line 1310, in execute
    renpy.exports.with_statement(trans, paired)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\exports.py", line 1409, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\core.py", line 2190, in do_with
    clear=clear)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\core.py", line 2624, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\core.py", line 3098, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\core.py", line 2038, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\image.py", line 414, in render
    return wrap_render(self.target, width, height, st, at)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\image.py", line 229, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Character/Nicole Back Pantless.png.'.

Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
A Mother's Love Pt 3 Part3
Wed Apr 17 15:53:52 2019
 
  • Like
Reactions: Terr2

CLDꝜ

̷ ̷ ̶ ̴ ̴ ̴ ̷ ̸ ̸ ̷ ̵ ̸ ̸ ̴ ̵ ̷ ̵ ̴ ̶ ̴ ̶ ̵ ̶ ̴ ̵
Staff member
Moderator
Community Liaison
Jul 7, 2017
1,342
5,472
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Character/Nicole Back Pantless.png.'>:
IOError: Couldn't find file 'Character/Nicole Back Pantless.png.'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script three.rpyc", line 1828, in script
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\ast.py", line 1310, in execute
    renpy.exports.with_statement(trans, paired)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\exports.py", line 1409, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\core.py", line 2190, in do_with
    clear=clear)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\core.py", line 2624, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\core.py", line 3098, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\core.py", line 2038, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\image.py", line 414, in render
    return wrap_render(self.target, width, height, st, at)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\image.py", line 229, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "E:\ADULT xxx Partial_Games_Archive\A Mother's Love [Part 3]\AMothersLovePt3-Part3-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Character/Nicole Back Pantless.png.'.

Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
A Mother's Love Pt 3 Part3
Wed Apr 17 15:53:52 2019
Try this - If you don't get it to work, send me your save, and I'll see if I can't make another updated script file.
 

proximus

Member
Donor
Apr 25, 2017
345
666
What a great game is this turning into. Definitely reached threshold where it is worth supporting. Darn, I am at the limit with my pledges but have to consider contributing something.
 
  • Like
Reactions: IndigoHawk

John Nguyen

Member
Jul 8, 2018
240
188
I don't like all of his previous games, but this game is pretty good, I hope the dev will make more game like this
 

Wanderan

Newbie
Game Developer
May 17, 2017
81
230
I am a massive fan of this game.

I adore how the relationship develops between them and the last part release cemented this as one of my favorites. Nicole is just absolutely beautiful.

I've never made such a clear cut choice for someone. Normally, I prefer the options but Chloe? Nah. Screw her. Nicole for the win.

You've earned a fan. Definitely, earned a big fan. I'm an absolute sucker for romance stories and with the way I was treating Nicole in my playthrough, it feels like a romance.

Good job. I can't wait for the next update.
 
  • Like
Reactions: Sulring Durgul

introvtx

Active Member
May 6, 2017
568
746
I understand you perfectly. FC Barcelona is very lucky. At least, in my case, I have great hope that Zidane will recover my team at a competitive level. This year has been pessimistic.

PS: Which is better to download: Filemail, Letsupload, or Anonfile?
I successfuly slept it off lol. Same as me then, hope Ole go big in the summer, we need changes... a lot of changes. but enough about that.

It's time to play the ga~ WAIT... its 12PM and I'm not in my room... I want my Nicole Payment! :ROFLMAO::cry:
 
  • Like
Reactions: J0K3RXXX
4.30 star(s) 207 Votes