Logan1377

Active Member
Feb 13, 2023
639
902
Playing with my choices, I only had one very brief sex scene this update (with the exgf), along with Kari telling the story of her evening with her friend. But solid story content to move things forward, and I absolutely loved the survey. Hopefully it eventually allows a lot of that content to be included into the game for those of us who are into it!
 

flyer0303

New Member
Apr 9, 2018
11
5
Got a error

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

While running game code:
  File "game/ch73.rpy", line 659, in script call
    call AriaKariThreesome from d73_threesome
  File "game/ch73.rpy", line 659, in script call
    call AriaKariThreesome from d73_threesome
ScriptError: could not find label 'reduceLust'.

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

Full traceback:
  File "game/ch73.rpy", line 659, in script call
    call AriaKariThreesome from d73_threesome
  File "ariadates.rpyc", line 204, in script call
  File "renpy/ast.py", line 1490, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/ch73.rpy", line 659, in script call
    call AriaKariThreesome from d73_threesome
  File "ariadates.rpyc", line 204, in script call
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'reduceLust'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
The Roommate 0.10.08
Wed Jan 31 19:08:42 2024
 

Giappofiga

Newbie
Apr 27, 2020
46
9
Yup, after double checking the set condition, it makes perfect sense:
Python:
    if status.index( kari.status ) < 3:

        if status.index( kari.status ) < 2 and fetishes:

            $ kariwhore = True

            "You park the car and head for the restrooms, but find them closed."

            p "Excuse me, are all the restrooms out of commission?"

            la "Yes, they're being refurbished, but there are porta-potties outside.{w=0.33}
            If you go past the existing restrooms, the rear exit is to the right."

            p "Right, thanks."

        else:

            $ kariwhore = False
(for those unaware, 1 is no relationship, 2-whore,3-slut,4-sub,5-slave,6-mistress,7-gf,8-gf exclusive)

So basically the only way to get that is if you're not dating Kari or anything.
when the prostitution scene happens? in what point of the game
 

keenkp

Member
Nov 25, 2019
246
205
Are Louise's breasts still unfinished? How long will this take? The surgery takes a loooooong time.
 

NebulousShooter

Engaged Member
Donor
Oct 24, 2018
3,216
22,425
Yeah I know Kari has a 'bad whore' ending in this update if you arent on her path, but that's pretty much it? I never saw that because obviously Kari is a girlfriend, she's the main interest along with Lois.

All I saw was a questionnaire about marriage and group sex at the end.....if dev was planning on forcing that stuff he wouldn't have a questionnaire :WeSmart:
So if you keep it platonic she choses the streets? You basically have to date her for her to not prostitute herself, am I getting it right? Because thats some prime Main LI material if I've ever seen one :HideThePain:
 

jakehunter9

Newbie
Mar 7, 2018
20
14
Got a error

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

While running game code:
  File "game/ch73.rpy", line 659, in script call
    call AriaKariThreesome from d73_threesome
  File "game/ch73.rpy", line 659, in script call
    call AriaKariThreesome from d73_threesome
ScriptError: could not find label 'reduceLust'.

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

Full traceback:
  File "game/ch73.rpy", line 659, in script call
    call AriaKariThreesome from d73_threesome
  File "ariadates.rpyc", line 204, in script call
  File "renpy/ast.py", line 1490, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/ch73.rpy", line 659, in script call
    call AriaKariThreesome from d73_threesome
  File "ariadates.rpyc", line 204, in script call
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'reduceLust'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
The Roommate 0.10.08
Wed Jan 31 19:08:42 2024
Yup, I am getting this exact same error code at the exact same spot while attempting my run with romanced Kari and SubGF Lois to avoid the crap content at the end of the update.

If I skip the threesome with Aria, it happens again anytime you have a sex scene and reduceLust would seemingly happen.
 

Porrosh

New Member
Jun 26, 2018
11
1
Any tips for editing the energy meter? I am missing an important scene because of a blackout and there is no way to fix it. I tried editing the save but I can't find the variable for energy
 

Maviarab

Devoted Member
Jul 12, 2020
8,426
18,778
Any tips for editing the energy meter? I am missing an important scene because of a blackout and there is no way to fix it. I tried editing the save but I can't find the variable for energy
Use URM. Variable is exactly what it's called.
 

sgenter

Member
Dec 8, 2021
112
80
Hi thought I'd pass this along to you:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ch74.rpy", line 139, in <module>
AttributeError: 'unicode' object has no attribute 'name'

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

Full traceback:
File "ch74.rpyc", line 135, in script
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/ch74.rpy", line 139, in <module>
AttributeError: 'unicode' object has no attribute 'name'
 

Ghaly

Newbie
Sep 6, 2020
55
24
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'reduceLust'.

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

Full traceback:
  File "ch74.rpyc", line 1368, in script call
  File "ariadates.rpyc", line 204, in script call
  File "renpy/ast.py", line 1490, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "ch74.rpyc", line 1368, in script call
  File "ariadates.rpyc", line 204, in script call
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'reduceLust'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The Roommate 0.10.08
Wed Jan 31 21:22:40 2024

i see that many has the same problem so please we need a fix
 
3.80 star(s) 76 Votes