osmcuser132

Well-Known Member
Modder
Aug 8, 2017
1,022
3,736
@Mircom3D found another one
- on line 16699 you do a if cheatanne == 4: but your score can never be 4 at that point because I only found one spot to get it up to 2 (watching the porn one evening and choosing cheating wife). So either you are missing a += 2 statement or should reduce the 4 to a 2
 

Mircom3D

Member
Donor
Game Developer
Jul 7, 2017
201
1,312
@Mircom3D I started a new game with chapter 7 since my old save was kinda broken from manual manipulations in the previous chapters and I would like to report some bugs:

- if you don't peep on Nicole and then take a shower in the morning, you get a dialog saying you are thinking about her body, a body that you didn't see
- during sex with Nicole at the old apartment her dialog is wrong a few times and your wife is speaking
- at line 7144 you do a check if nicole == 2: but at that point your Nicole score can already be 4 and looking at the rest of the code there, that should be a 4 in that equation.
- I went with Anne to the cinema and I got the wrong dialog saying she went alone on line 10587
- *MAJOR BUG* people starting a full new game should not be getting the questionnaire right before chapter 6 because it just doubles their current character scores. You should not have used += but just assignments as in eric = 2, but even better, you should do it like this so people starting a fresh new game don't get the questionnaire:
Code:
menu:
        "Watch Intro":
            jump v1intro
        "Skip Intro":
            jump v1monday
        "Skip to chapter 6":
            jump questionnaire

label questionnaire:
            ... <ask your questions here>...
            jump v7_monday

label v1intro:
...
...
...
Just to show how the questionnaire fucks some things up:
- on line 13795 and 13911, you do if eric == 2: but my eric score is 4 now and thus I never got the dialog with Erik talking about the naked pictures of Anne leading to the eventual sex
- on line 10981 you do a check if nicole == 4:, but my nicole score is now already 8
Thanks, I will fix those asap..

As for the questionaire. I've already removed it from Chapter 6 and is reflected in the latest hotfix.
 

LordofEntropy

Down with Delta-G
Donor
May 8, 2017
768
1,136
I'm not sure there was a particular complaint or a OMG this sucks and I certainly don't feel that way. More a, I'm going to quote @Cicero72 here as they got my feelings in one sentence rather than 3 or 4 long arsed posts... "The variety is enjoyable and I hope not overwhelming for the dev."
There were some other comments other than yours that were more strongly worded. Looking back I can see that maybe the wording I chose in my comment somewhat more resembled what you said and thus seemed as being directed at you, but I think that was more because yours was the more recent comment I had read before I typed my post and so influenced my choice of words more :)
 
  • Like
Reactions: kiteares

Ghost Rida

Member
Mar 27, 2018
167
505
Has anyone mentioned getting the text from Elena? I turned her down at the resort so I was surprised when she sends the text message in chapter 7. Normally I wouldn't think anything of it but the game is usually pretty tidy about handling relationships so it struck me as odd.

I've enjoyed the game very much so far and I look forward to chapter 8.
 
  • Like
Reactions: Mircom3D

Eye-switcher

Well-Known Member
Jun 30, 2017
1,411
949
i find it kind of ridicolous that people come here and complain that Anne cheats in a game where this is kind of the Point. If your MC is a dick and screw around without your wife knows about it and with her friend (if you choose too) then its realistic to boot. Finally a game where ,sure be a dick if you want but face the consequenses. It also one of the potential consequenses that comes with having this type of relationship in real Life without the MC being a dick, she gets to like it alittle too much. The game is kind of set up that way and you can probably have the happy go lucky route if you want to but the other side is what makes this game stand out.
 

Blindorc

New Member
May 27, 2018
1
0
I have this problem...
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 15910, in script
    jump v7_fri_anne_home
ScriptError: could not find label 'v7_fri_anne_home'.

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

Full traceback:
  File "game/script.rpy", line 15910, in script
    jump v7_fri_anne_home
  File "E:\games\TheAdventurousCouple-7-pc\renpy\ast.py", line 1600, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\games\TheAdventurousCouple-7-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'v7_fri_anne_home'.

Windows-8-6.2.9200
Ren'Py 6.99.14.2.3333
Chapter 7
Tue Jul 17 01:08:39 2018
[/CODE]
 

Zaddiethebaddie

New Member
Jun 16, 2018
2
0
im stuck with either

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 15912, in script
jump v7_fri_anne_home
ScriptError: could not find label 'v7_fri_anne_home'.

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

Full traceback:
File "game/script.rpy", line 15912, in script
jump v7_fri_anne_home
File "F:\Eroge Games\TheAdventurousCouple-pc\renpy\ast.py", line 1600, in execute
rv = renpy.game.script.lookup(target)
File "F:\Eroge Games\TheAdventurousCouple-pc\renpy\script.py", line 873, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'v7_fri_anne_home'.

Windows-8-6.2.9200
Ren'Py 6.99.14.2.3333
Chapter 7
Mon Jul 16 21:00:11 2018

or

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 15903, in script
    jump v7_fri_naomi
ScriptError: could not find label 'v7_fri_naomi'.

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

Full traceback:
  File "game/script.rpy", line 15903, in script
    jump v7_fri_naomi
  File "F:\Eroge Games\TheAdventurousCouple-pc\renpy\ast.py", line 1600, in execute
    rv = renpy.game.script.lookup(target)
  File "F:\Eroge Games\TheAdventurousCouple-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'v7_fri_naomi'.

Windows-8-6.2.9200
Ren'Py 6.99.14.2.3333
Chapter 7
Mon Jul 16 21:01:32 2018
sorry I dont know how to do the spoiler thing to make it small. Ive been getting errors lefts and right since this new update.
 

Mircom3D

Member
Donor
Game Developer
Jul 7, 2017
201
1,312
im stuck with either

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 15912, in script
jump v7_fri_anne_home
ScriptError: could not find label 'v7_fri_anne_home'.

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

Full traceback:
File "game/script.rpy", line 15912, in script
jump v7_fri_anne_home
File "F:\Eroge Games\TheAdventurousCouple-pc\renpy\ast.py", line 1600, in execute
rv = renpy.game.script.lookup(target)
File "F:\Eroge Games\TheAdventurousCouple-pc\renpy\script.py", line 873, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'v7_fri_anne_home'.

Windows-8-6.2.9200
Ren'Py 6.99.14.2.3333
Chapter 7
Mon Jul 16 21:00:11 2018

or

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 15903, in script
    jump v7_fri_naomi
ScriptError: could not find label 'v7_fri_naomi'.

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

Full traceback:
  File "game/script.rpy", line 15903, in script
    jump v7_fri_naomi
  File "F:\Eroge Games\TheAdventurousCouple-pc\renpy\ast.py", line 1600, in execute
    rv = renpy.game.script.lookup(target)
  File "F:\Eroge Games\TheAdventurousCouple-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'v7_fri_naomi'.

Windows-8-6.2.9200
Ren'Py 6.99.14.2.3333
Chapter 7
Mon Jul 16 21:01:32 2018
sorry I dont know how to do the spoiler thing to make it small. Ive been getting errors lefts and right since this new update.
All fixed just have a look a couple pages back the hotfix was posted... I've attached it here as well.....
 

rogosh

Active Member
Jan 29, 2018
816
960
i find it kind of ridicolous that people come here and complain that Anne cheats in a game where this is kind of the Point. If your MC is a dick and screw around without your wife knows about it and with her friend (if you choose too) then its realistic to boot. Finally a game where ,sure be a dick if you want but face the consequenses. It also one of the potential consequenses that comes with having this type of relationship in real Life without the MC being a dick, she gets to like it alittle too much. The game is kind of set up that way and you can probably have the happy go lucky route if you want to but the other side is what makes this game stand out.
I honestly dont see the mc as a dick for fucking other women, he is sharing his wife so to me hes hot husbanding. Dude should be banging everything he can.
 
  • Like
Reactions: Mircom3D

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,686
Did any mac user sort out the hot fix from Mircom?
Right click on the app, "Show Package Contents". Open Contents/Resources/autorun/game and install the new script.rpy.

Don't forget to remove the ######_ at the front that f95zone puts on attachments.
 
Mar 1, 2018
114
148
Your post intrigued me. Would you care to elaborate on why you think it's sad?
I've got no issue with what you said, I'm just interested to know why.
Feel free to pm me if you don't want to post it in the thread. Cheers.
Maybe there is a misunterstanding, cause englisch isn´t my native language. I didnt meant sad in a way like crying or the way you feel when you lose somebody. It was more meant to be in a way like sad being Anne is already at a point where she is totally into that thing. I would have like her to be more restrictive at this point of the story, but it is just my opinion and I know many others have other opinion about her progression. Maybe there is just of wish of mine to extend some points of the story.

Someone said it ain´t incest with her father-in-law, that´s right but in my opinion, the relationship is so close that it feels like incest. I my case, I just wanted her to cheat on her husband with a stranger. But as I already said, it´s just my taste.

But in the end, it´s a wonderful game and mircom3d is a great producer, that´s all that counts =D It was, it is and it will be my favourite game ;) as I said great update, especially the Dre scene is phenomenal
 

CulayTL

Sneaky Bastard
Donor
Game Developer
Jan 31, 2018
4,384
35,409
@PeterParker1980
Well.. at the end of the day she cheats, a cock it's a cock and that father in law came from nowhere, he s a stranger too :cool:
Eric is the best

@Mircom3D

Any chance to see any Anne + Nicole scene(s) in the future?
 
  • Like
Reactions: Mircom3D

BannedAccount6543

Active Member
Sep 15, 2016
576
1,381
Love the update. Animations are getting better. I think more attention is needed on details, e.g. Anne's foot in the Dre scene. At this point I think the dev should get a professional coder to review the coding, because we can only do so much on f95, and at the same time he could learn to code the game better because choices are not followed and every chapter still feels very linear and now with more characters being added I'm scared we're gonna get some serious game breaking bugs very soon or the story won't make any sense based on our choices.
 
3.90 star(s) 124 Votes