_bolek_

New Member
Sep 17, 2017
10
4
Not only that. There is missing scene:

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

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

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

Full traceback:
  File "game/day16.rpy", line 1460, in script
    jump day16none3
  File "E:\Trash\games\test\Intimate_relations-070-pc\Intimate_relations-0.70-pc\renpy\ast.py", line 1695, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\Trash\games\test\Intimate_relations-070-pc\Intimate_relations-0.70-pc\renpy\script.py", line 894, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day16none3'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Intimate_relations 0.70
Sat Dec 07 22:52:43 2019
 
Last edited:

niasolis

Newbie
Jul 27, 2018
25
73
Hit an error going away with Doc.

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

While running game code:
  File "game/day16.rpy", line 75, in script
    p "\" You don't need to ask an old man if he wants to sit in the sun.\""
Exception: Sayer 'p' is not defined.

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

Full traceback:
  File "game/day16.rpy", line 75, in script
    p "\" You don't need to ask an old man if he wants to sit in the sun.\""
  File "C:\Stuff\Intimate_relations-070-pc\Intimate_relations-0.70-pc\renpy\ast.py", line 676, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Stuff\Intimate_relations-070-pc\Intimate_relations-0.70-pc\renpy\ast.py", line 574, in eval_who
    raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'p' is not defined.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Intimate_relations 0.70
Sat Dec 07 16:59:27 2019
```
 

Harry Joker

Newbie
Dec 30, 2017
51
186
Not only that. There is missin scene:

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

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

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

Full traceback:
  File "game/day16.rpy", line 1460, in script
    jump day16none3
  File "E:\Trash\games\test\Intimate_relations-070-pc\Intimate_relations-0.70-pc\renpy\ast.py", line 1695, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\Trash\games\test\Intimate_relations-070-pc\Intimate_relations-0.70-pc\renpy\script.py", line 894, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day16none3'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Intimate_relations 0.70
Sat Dec 07 22:52:43 2019
This patch is only needed if you are on vacation alone.

Unfortunately, there is some code missing (but you won't lose anything).
This fix ensures a jump in the game continuation of the game
  1. unzip patch-day16none3.zip
  2. copy patch-day16none3.rpy to folder "game"
Do not use my second patch. You have an official fix in OP.
 
Last edited:
  • Like
Reactions: ontach

Harry Joker

Newbie
Dec 30, 2017
51
186
Hit an error going away with Doc.

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

While running game code:
  File "game/day16.rpy", line 75, in script
    p "\" You don't need to ask an old man if he wants to sit in the sun.\""
Exception: Sayer 'p' is not defined.

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

Full traceback:
  File "game/day16.rpy", line 75, in script
    p "\" You don't need to ask an old man if he wants to sit in the sun.\""
  File "C:\Stuff\Intimate_relations-070-pc\Intimate_relations-0.70-pc\renpy\ast.py", line 676, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Stuff\Intimate_relations-070-pc\Intimate_relations-0.70-pc\renpy\ast.py", line 574, in eval_who
    raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'p' is not defined.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Intimate_relations 0.70
Sat Dec 07 16:59:27 2019
```
Click Ignore to continue playing ...

You'll miss one dialogue from Andrew:
" You don't need to ask an old man if he wants to sit in the sun."
 
Last edited:
  • Like
Reactions: niasolis

baka

Engaged Member
Modder
Oct 13, 2016
3,489
7,276
it will work if:
- u use the first patch "patch-day16.rpy", get to day 16, remove patch
- copy "patch-day16none3.rpy" into the game, when "error" it will not crash (at least for now, will tell u later if i get something more)
 

Mormont

Devoted Member
Nov 30, 2018
11,925
53,075
The updates for this are far and few between it's always hard to remember were it last left off, this was a good update though I remember now the previous update hadn't been as good it felt like Kelly had become a different person, but it was nice to see her back to her old self again but damn what a spot for the MC to be in with Kelly and Christine.
 

SSWorldMaker

Member
Game Developer
Jul 17, 2018
245
436
I've read rapidely and start a new games before posting, and it end in the same way... (or maybe some routes are not in this update)
 

Harry Joker

Newbie
Dec 30, 2017
51
186
it will work if:
- u use the first patch "patch-day16.rpy", get to day 16, remove patch
- copy "patch-day16none3.rpy" into the game, when "error" it will not crash (at least for now, will tell u later if i get something more)
Yes. The patch "patch-day16.rpy" is only used for the transition to day 16. Then it is no longer needed.
If you play multiple routes, you must have it there for every start of the 16th day.

"patch-day16none3.rpy" only needed if you are on vacation alone.


If you leave both fixes in play, nothing else will be affected.

If Ptolemy issues an official fix, delete this patches or do not put this patches in the repaired game.
 
  • Like
Reactions: baka

Alfius

Engaged Member
Modder
Sep 30, 2017
2,223
4,606
I concur - female protag should be added later on the game or something. 2) Advance the story with the main MC then get the step daughter story insert. The wife goes last.
I actually love playing as Kelly. If I play as a female protag...this is how I want my female to be.
She loves sex, and is not scared to take what she wants...her dad in this case.


I would not have minded if Kelly was the only MC in the game.

And I concur with everyone else...I missed Kelly...
 

baka

Engaged Member
Modder
Oct 13, 2016
3,489
7,276
yeah, Kelly is the only reason I play this game. the father is just boring and uninteresting.
right now I want to see if she can make Robert her pet while also having a relationship with Dad.
 
Last edited:
3.50 star(s) 51 Votes