Create and Fuck your AI Cum Slut –70% OFF
x

digitalnoise

Newbie
Feb 5, 2018
90
117
150
I think that the download that's been posted is only the update. It seems rather small, and my save game (from v0.12.11) doesn't load correctly.

Unfortunately, I don't keep games installed after I finish a given update due to disk space, so I always re-download the entire game. Hopefully someone can confirm this and/or fix it if that's the case.
 

Datawungui

Member
Aug 18, 2016
488
343
248
Anyone know how to make the Joker mod play nice with the Unren console files? I get errors anytime I try to have the console unlockers in the game folder.
 

Oscarkilly

Newbie
Feb 1, 2021
55
58
117
Got a crash at Day 88 during Sex scene with Lois.

I have joker mod install if that help. Going all Sex SLave route with her, during the animated/backshot movement it just shut down. cant seems to skip
Any help?


Try without mod, still crash. Happens just after the phone call/i told the ai to stops all calls.

P.S can anyone give me a save file after that day?
 

ramvivat

Engaged Member
Jun 28, 2022
3,601
2,110
396
Outright prostitution is avoidable, but Kari will work at the NotHooters regardless of your choices.

(But other than that you're right that narrative logic isn't much of a concern.)
heh? is p1ane is uncrashed? =)
 

ChaosC

Newbie
Feb 4, 2018
21
22
83
Anyone know how to make the Joker mod play nice with the Unren console files? I get errors anytime I try to have the console unlockers in the game folder.
Quick question / suggestion. Have you tried to use URM? You can, while URM is open, press ALT-O to open the console menu/screen -might help you.
 

Ezio1899

New Member
Nov 25, 2023
1
1
112
Got a crash at Day 88 during Sex scene with Lois.

I have joker mod install if that help. Going all Sex SLave route with her, during the animated/backshot movement it just shut down. cant seems to skip
Any help?


Try without mod, still crash. Happens just after the phone call/i told the ai to stops all calls.

P.S can anyone give me a save file after that day?
I had the same problem when I started the game with the Rommate-32. When I started it with the Roommate file, I was able to continue playing.
 
  • Wow
Reactions: Oscarkilly

pantil

Member
Apr 21, 2019
131
166
161
The code for this game is very bad; the developer has several variables to determine the relationship.
lois.status
lois.relationship
loisgf
loisslut
loissub

In each part of the game, he uses a variable to check the relationship.

On day 40 I became Lois's boyfriend. status = "Girlfriend"
From day 46 to day 56 he starts lois.relationship but he doesn't equalize lois.status with lois.relationship -> ""

After a few days he does something and lois.relationship = "Whore" that's what I chose Girlfriend

Then on day 70, lois.status = lois.relationship and goes back to using lois.status, then I think on day 77, to fix the mess, he asks the player.

This is just Lois's problem; other variables are less problematic, but it's still bad. Kira also has some strange and repeated variables; it seems like several programmers worked on this game, each one creating their own variable pattern and programming style.

That must be why he wants to start part 2.

It's impossible to follow a story or a relationship; it's full of mistakes, which ruins the experience. I don't even know if Kira becoming a prostitute was supposed to be part of the married woman's storyline, complaining that she does it to survive.

What a stingy MC! His wife needs to prostitute herself, unless he's filthy rich. Hahaha
 
  • Haha
Reactions: Echoesinthedarkness

Warphorror

Active Member
Jan 2, 2018
810
1,055
379
The code for this game is very bad; the developer has several variables to determine the relationship.
lois.status
lois.relationship
loisgf
loisslut
loissub

In each part of the game, he uses a variable to check the relationship.

On day 40 I became Lois's boyfriend. status = "Girlfriend"
From day 46 to day 56 he starts lois.relationship but he doesn't equalize lois.status with lois.relationship -> ""

After a few days he does something and lois.relationship = "Whore" that's what I chose Girlfriend

Then on day 70, lois.status = lois.relationship and goes back to using lois.status, then I think on day 77, to fix the mess, he asks the player.

This is just Lois's problem; other variables are less problematic, but it's still bad. Kira also has some strange and repeated variables; it seems like several programmers worked on this game, each one creating their own variable pattern and programming style.

That must be why he wants to start part 2.

It's impossible to follow a story or a relationship; it's full of mistakes, which ruins the experience. I don't even know if Kira becoming a prostitute was supposed to be part of the married woman's storyline, complaining that she does it to survive.

What a stingy MC! His wife needs to prostitute herself, unless he's filthy rich. Hahaha
It must be a bug because you can have the girlfriend/wife status without ever approaching the whore content.
 
  • Like
Reactions: pantil
Sep 30, 2024
130
161
111
it makes no sense. we're basically punished for using a wt mod
Looks like it, and I ain't got time to replay the whole fucking game because the dev doesn't like walkthroughs. The story is becoming too convoluted anyway, and the graphics are way out of date, so no great loss to abandon this for greener pastures.
 

HungLow247

Member
Apr 23, 2025
296
202
62
Got a crash at Day 88 during Sex scene with Lois.

I have joker mod install if that help. Going all Sex SLave route with her, during the animated/backshot movement it just shut down. cant seems to skip
Any help?


Try without mod, still crash. Happens just after the phone call/i told the ai to stops all calls.

P.S can anyone give me a save file after that day?
 

pantil

Member
Apr 21, 2019
131
166
161
It must be a bug because you can have the girlfriend/wife status without ever approaching the whore content.
I know it's a bug, in Lois's case it's because I didn't have sex with the receptionist you give the shoe to; she's the only place that checks lois.status and transfers it to lois.relationship, that's where all the bugs started with mixing content. lois.relationship is full of junk and not initialized, it will cause strange bugs, and from then on the game goes downhill.

From what I've heard, I've already realized I shouldn't be part of the story.

What a stingy MC! His wife needs to prostitute herself, unless he's filthy rich. Hahaha
 

monksims

Active Member
Mar 17, 2019
585
622
281
When I tried to call to Ashley on day 72 in v0.12.14:
Code:
While running game code:
  File "game/phonebook.rpy", line 110, in <module>
NameError: name 'aname' is not defined
I think the issue is that the variable aname isn't defaulted. Also, using an ancient Renpy 7.4.11 doesn't help because I think that the latest 7.x would have saved aname even though it's only a python variable.

Also, the Character (and Girl) object nu is causing issues. You have used the same variable name for both in script.rpy:
Code:
default nu = Girl( "Nu" )
define nu = Character( "ν (Nu)", image = "nu", color = "#efefef" )
and then in ch60 on line 716 you decide to make nu (was a Girl variable) into a Character variable with:
Code:
$ nu = Character( "ν (Nu)", image = "nu", color = "#efefef" )
But it breaks most saves that are showing a dialogue.

I see that you try to name Girl variables as close to first names and you use abbreviations for Character variables. But, for cell girl Characters you are using "a" as the second letter in the variable name, so na would be an excellent candidate to replace the nu Character variable. Although it needs lots of replacing but it should be worth it.

Or, I decided to try another approach to fix it. I commented the line 716 in ch60 and changed the definition in script.rpy:
Code:
default nu = Girl( "Nu" )
define character.nu = Character( "ν (Nu)", image = "nu", color = "#efefef" )
That way Renpy looks for the nu Character in its character namespace.

I also tested if adding default aname = "Daddy" would fix the first issue. It did.
 

monksims

Active Member
Mar 17, 2019
585
622
281
Oh, another tip if you need to change character's name. Use a defaulted variable as character's name:
Code:
default sy_name = "Dr. Harlow"
define sy = Character( "[sy_name]", image = "sylvie", color = "#cfcfcf" )
and change its value in the label:
Code:
# Dr. Harlow makes a house call - change identifier to Sylvie
$ sy_name = "Sylvie"
Renpy doesn't expect the value of a defined variable to change.

Edit. Or, use your Girl class to store character's shown name by using its name or another attribute: define sy = Character("[sylvie.name]", image = "sylvie", color = "#cfcfcf" ) :unsure:
 
Last edited:

monksims

Active Member
Mar 17, 2019
585
622
281
Also, in my current playthrough I just learned that Kayla was pregnant even though MC came on Rei's face in the threesome. Looks like you should set experience attributes in each choice so you don't use bitwise ORs by mistake as it happens in ch62:
Code:
    $ kayla.experience |= 16
    if threesome:
        $ kayla.experience |= 64
        $ rei.experience |= 72
Bitwise OR means that both 16 and 64 are combined with the existing 1 (from Kayla kissing MC earlier). 16 should be applied only for the first choice option (and if you keep track of different cum destinations, Rei's mouth and face are two different places so finishing on Kayla's ass shouldn't count as inside).

I decided to continue to play with this bug even though she shouldn't be pregnant.

Edit1: Bad logic in ep81's line 423 produced an error message for a missing image called "both sleeping 01" from line 425. (Some background info: MC fucked Sylvie and Kiki before that.)

Edit2: I had scheduled Andrea last week (days 71-77) but it didn't launch after I had rescheduled it freely using the calendar. This week I couldn't even call Andrea. Also, rescheduling Mallory (this week 78-84) doesn't work either. I had it on Friday but it wasn't triggered.

Edit3: On day 85 the calendar looked like this:
20251116_032002_293.jpg Lots of milking appointments :unsure:
 
Last edited:

Firebian

Newbie
Nov 2, 2020
45
65
83
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/functions.rpy", line 2446, in script
jump expression tmp
ScriptError: could not find label 'ch30.s_7'.

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

Full traceback:
File "game/functions.rpy", line 2446, in script
jump expression tmp
File "/home/user/games/The_Roommate-0.12.14-pc/renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "/home/user/games/The_Roommate-0.12.14-pc/renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'ch30.s_7'.

Linux-6.14.0-35-generic-x86_64-with-debian-trixie-sid
Ren'Py 7.4.11.2266
The Roommate 0.12.14
Sun Nov 16 05:01:43 2025
 
3.50 star(s) 94 Votes