Mod Ren'Py Abandoned The Adventurous Couple: Spicy Walkthrough Mod [v.010.3/Ch.13 Wed.] [Jstain]

5.00 star(s) 1 Vote

WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,389
2,818
Thanks for taking the project. Will you be attempting to fill any plot holes (ie, continuity breaks in the dialog)? For example, if one plays the MC as faithful he nevertheless confesses to cheating later on in the story. Not a big deal either way, but was curious as to the overall scope and goal of your efforts. It's been mentioned to Mircom before, but I doubt he'll go back to clean up all the little hiccups.

In regard to future possibilities, before he disappeared, SC had mentioned that he was considering creating a branching ark that involved a romantic, clandestine (my term) affair with someone. I was thinking it might be nice if there was a significant pull on her to see if she will bolt. Of course, this might prove difficult depending on what/how Mircom develops the story.
 

JenMistress

Engaged Member
Oct 1, 2019
2,509
2,792
Well, the Walkthrough Mod was updated for Chapter 13 Thursday, which was surprising, as the modder I guess isn't feeling well, but anyways, hoping that you would be stepping in too with throwing in your little touch to it as well. ;)
 

Jstain

Pubic Hair Enthusiast
Donor
Jun 27, 2018
383
1,003
Sorry guys, started a new job in a factory working 10 hour days and don't get home until 2AM. Not much time to chill before I have to sleep and repeat. I'll see if I have the will to do it on my days off but I'm honestly just feeling unmotivated at the moment.
I've added the onhold tag for now.
 

JenMistress

Engaged Member
Oct 1, 2019
2,509
2,792
Sorry guys, started a new job in a factory working 10 hour days and don't get home until 2AM. Not much time to chill before I have to sleep and repeat. I'll see if I have the will to do it on my days off but I'm honestly just feeling unmotivated at the moment.
I've added the onhold tag for now.
Well, that answers that question. Luckily, I still had the last update prior to this one still on my computer, I guess I could use what is available now and maybe by the time I get caught up, maybe you could be able to continue on, or another could tag in. Thank you though for at least doing what you did. ;)
 

crisbr

Active Member
Mar 12, 2018
998
1,003
Sorry guys, started a new job in a factory working 10 hour days and don't get home until 2AM. Not much time to chill before I have to sleep and repeat. I'll see if I have the will to do it on my days off but I'm honestly just feeling unmotivated at the moment.
I've added the onhold tag for now.
i will wait for you i can't play this game anymore without this mod
 

gnole13

Member
May 29, 2020
335
807
Sorry guys, started a new job in a factory working 10 hour days and don't get home until 2AM. Not much time to chill before I have to sleep and repeat. I'll see if I have the will to do it on my days off but I'm honestly just feeling unmotivated at the moment.
I've added the onhold tag for now.
I hope you will find some motivation to continue this mod. Without this one, I really don't wanna play this game anymore.
 

dada6000

New Member
Jan 11, 2021
2
12
I still seem to be getting issues whenever there is dialogue from the spicy mod on my mac. The error screen comes up and reveals dialogue from the mod but wont seem to work consistently. Any ideas?
 

WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,389
2,818
I don't think he will be updating again as there's been no activity for almost a year. I know he's active modding other games, but for whatever reason he called it quits on this one. Maybe he'll get the itch again...
 

irondick1971

New Member
Apr 8, 2021
2
0
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/ch07/anne_dre_001.webp'>:
  File "game/chapter07.rpy", line 194, in script
    a "Thanks babe.  Glad you approve."
Exception: Could not load image u'images/ch07/anne_dre_001.webp': error('Failed to decode WEBP',)

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

Full traceback:
  File "game/chapter07.rpy", line 194, in script
    a "Thanks babe.  Glad you approve."
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 733, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
Exception: Could not load image u'images/ch07/anne_dre_001.webp': error('Failed to decode WEBP',)

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Spicy Walkthrough Mod .010.2/Chapter 13 Wednesday
Sun May 22 11:32:15 2022
 
5.00 star(s) 1 Vote