Puma1978

Well-Known Member
Feb 25, 2022
1,620
2,044
That was where I had problems also, I was going to give up but I followed the fixes that Lord Ashram had.
I agree...i know its a lot to overwrite and to repair but if you just stick to Lord Ashrams guide u can play the complete game without any bugs.
1. u must download this fixed pics for chapter 6-8 and overwrite with it the same folders in ur game directory (here the Link to the file)

https://f95zone.to/threads/the-adventurous-couple-ch-14-full-mircom3d.7192/page-373#post-5918970

2. To be sure take attached file webpfix (i attached it here) put it in ur game directory where the exe file is and run it (can take 3 -5 minutes)
3. Download all 3 "game" folders of Lord Ashram and overwrite with each of the 3 "game" folders inside the one in ur original game directory. (here the Link to Lord ashrams fifed "game" directories)



I tried it 5 times already that way and after this the game works completley clean from chapter 1 to end of 14 and u get hints to every path and scene. No single error or any bugs.
 

Lord Ashram

Well-Known Member
Modder
Dec 29, 2020
1,870
10,936
Try running the webpfix tool posted multiple times in this thread.
i tried the tool and still get the errors
Here is Mircom's fixed version of the game:


I will be working on updating my mod based on this when I have some time to do so.


It would really help if people reported this post to the mods so they can update the OP with this version of the game as this is the latest version of the game by Mircom.
 
  • Like
Reactions: ReShadowDancer

rob7278

Newbie
Jan 22, 2020
85
472
I really don't understand the point of introducing Tamara, Kassandra and Aiden. Especially Tamara - on 2 occasions she invited the MC to meet up with her and both times the MC blew her off. I really hope the dev goes back through and adds content for these 3 women.

I also think the reset and discussion the MC and Anne had was a good move, but the dev is still mostly missing the MOST critical conversation that any couple entering any open relationship would have - they would set rules. There is no couple that would ever enter into an open relationship without setting ground rules - you cant sleep with any of the other persons family members, you can't sleep with any co-workers, you can't sleep with any previous boyfriend/girlfriends, etc,etc. Honestly the family member rule is a huge one and should have been addresses in this VN. The MC has a path where he screws Ann's mom and Ann has a path where she screws the MC's dad. I'm guessing they both left those names out when they had their 'coming clean' discussion. Seriously the whole Martin path was just ridiculous. The MC already went through that whole thing with Emma and he dumped her for it, so there is no way he would accept it with Anne unless he is the world's biggest cuck. I opted not to take that path, just because of how stupid it was - in my opinion. I don't have anything against NTR, in fact I enjoy when it is done properly (which it rarely ever is). But NTR with Martin just doesn't fit in this VN due to the back story with the MC and Emma. There is no fucking way this MC would let his dad steal another one of his love interests.

Overall I do like the reset and honesty discussion. The slate should now be clean. First of all - the MC asks Anne if she wants to fix things and she says she does; so that implies they both still want to be together. Second - they are in an open relationship, so there really can't be any cheating, especially since neither set any rules on who is off limits. The only person that you could argue could be off limits is Kelsey, since Anne asked the MC to not doing things with her any more (after the night of Kelsey's party).

It also seems like the dev went through and tweaked some of the dialogue. Anne is a lot more likable now; at least from a love path perspective.
What I REALLY loved is - during the swinger party at the end the MC had many options. He could be a cuck with Walker, he could have multiple threesomes, he could watch Anne in a threesome, he could do a threesome with Anne. That was a perfect fucking scenario!!!!! I wish most of the VN was just like that, it provides something for everyone. Also it felt like the MC and Anne were a couple, they weren't just 2 roommates that showed up to a sex party and then went off and did their own things. In fact this whole update the MC and Anne have gone back to feeling like a couple again - An Adventurous Couple. So great job to the dev on that, this VN was massively veering away from that, particularly on the love path.
 
  • Like
Reactions: GmFn1869

jackwhite6

Newbie
Mar 31, 2019
23
98
Do old saves not work with this version? None of my saves are showing up even tho I have a folder full of them
 

Ntrlover77

New Member
May 19, 2019
6
3
I love this game but this is to much he need to start a New project ..... Maybe my family adventure or something 。◕‿◕。
 

gonsospy

New Member
Jun 4, 2021
3
0
necesito ayuda
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 357, in script
    $ p_name = renpy.input ("Before we begin, what is your name?  [Default: Tony]", "", length=16,)
  File "game/script.rpy", line 357, in <module>
    $ p_name = renpy.input ("Before we begin, what is your name?  [Default: Tony]", "", length=16,)
  File "game/screens.rpy", line 171, in execute
    screen input(prompt):
  File "game/screens.rpy", line 171, in execute
    screen input(prompt):
  File "game/screens.rpy", line 174, in execute
    window:
  File "game/screens.rpy", line 176, in execute
    has vbox:
  File "game/screens.rpy", line 182, in execute
    text prompt style "input_prompt"
NameError: Name 'Por defecto' is not defined.

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

Full traceback:
  File "game/script.rpy", line 357, in script
    $ p_name = renpy.input ("Before we begin, what is your name?  [Default: Tony]", "", length=16,)
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 357, in <module>
    $ p_name = renpy.input ("Before we begin, what is your name?  [Default: Tony]", "", length=16,)
  File "renpy/exports.py", line 935, in input
    rv = renpy.ui.interact(mouse='prompt', type="input", 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 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 171, in execute
    screen input(prompt):
  File "game/screens.rpy", line 171, in execute
    screen input(prompt):
  File "game/screens.rpy", line 174, in execute
    window:
  File "game/screens.rpy", line 176, in execute
    has vbox:
  File "game/screens.rpy", line 182, in execute
    text prompt style "input_prompt"
  File "renpy/text/text.py", line 1574, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Por defecto' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Chapter 14 Monday 
Fri May 13 04:14:45 2022
 

cold_arctus

Devoted Member
Sep 25, 2018
8,944
10,844
  • Like
Reactions: GetOutOfMyLab

Sturbuck

Member
Feb 1, 2019
318
212
I think the Dev got over himself with the last update..it s awesome..but still he needs to improve animations.. I cant understand how a man creates a wonderful graphics, renders and fail in animations..there are extremely successful animations in some porn games that are very realistic with whole body and pelvic movements.. I suggest Dev go ahead check some of them and get inspired. We all want an awesome game to be even better.. I hope in the next update we all will see the progress...;)
 
  • Like
Reactions: bb888

fastflier

Member
Oct 29, 2018
416
180
Walkthrough / Cheat Mods / Bug Fixes (Chap. 14: Final)

Note:
The webp images in Chapter 6 through Chapter 8 have corrupted headers, this is from the dev's (Mircom) official release.
Go here for the fix:
https://f95zone.to/threads/the-adventurous-couple-ch-14-full-mircom3d.7192/post-8095828

This is my Walkthrough, Cheat Mods and Bug Fixes for this game.
Using this on any other version of the game that is was not made for MAY BREAK IT so don't use it except for the version is was made for.
These mods add a Walkthrough that shows you what the options will do if they do anything.
It also adds Cheat Mods to allow you to do more of the options available without having to have multiple save paths.
It also fixes a few bugs left in by the dev.

I have several files available, the mods named for the version of the game they are made for and the rest are image packs that have had their exposure fixed for being way too under exposed and can be difficult to see the details if you don't have a high enough nit on your monitor.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

Download the Walkthrough/Cheat Mod version that matches the game version you are playing.
The optional Image Fixes are packs and you will need to download them all if you wish to use them.
Mega folder: Mega
Thank you! Can you port an android version with the mod?
 
3.90 star(s) 128 Votes