Ren'Py Completed Room for Rent [v16 beta] [CeLaVie Group]

2.90 star(s) 104 Votes

Beratroll

Newbie
Dec 22, 2018
31
41
7 hours later from v3.0a, a new file. The critical error happens with the gift order on day 11 Sunday and it's non-arrival on that day. And this happens again with the maid uniform.
What critical error do you have ?
The fact that the delivery is not done the same day is normal, as the delivery guy is not working during the weekend. pure logic in my opinion :)
 

drhotrod

Active Member
Aug 18, 2019
697
505
What critical error do you have ?
The fact that the delivery is not done the same day is normal, as the delivery guy is not working during the weekend. pure logic in my opinion :)
v2.4 doesn't have this problem.

Having the gifts arrive on the next day pushes other events to happen a day later than should happen.
 

Monsieur X

Engaged Member
May 26, 2018
2,477
3,295
After Amy get the pink night gown with no panties, go to the dining room at 14:00 several times.
Grandpa will give a bikini to Amy but she will not wear that.
After some time or day(end of 2.4), then go to the washing room at 17:00 will Amy is not wearing maid dress(bug?).
DO NOT wash your cloth with her, and back to washing room at 18:00. You got the see through night gown!
Living Room at 22:00 will have new event.
10:00~14:00 at washing room make her swimsuit see through when it's wet.
Also you can pinch her nipple at 18:00 and escapade in dining room 19:00.
Repeat some day to make her less shy and she will let you put down her top in living room 22:00.
Or you can go to the office 22:00 and she will swim with grandpa naked.
It worked perfectly, thanks for the help.
I got her wearing the bikini, can pinch her nipple in washroom, drop her top at 22:00 living room, photoshoot with the golden dress and her two friends came home for tutoring.
Now, I must unlock the hottube scene, do you happen to know how by chance ?
Scrap that, I extracted the images and I didn't see any hottube scene in v3.0a.
I can't sunscreen her in bikini but maybe because I got past that point when I unlocked the bikini.
 
Last edited:

Arjani

New Member
Dec 3, 2018
4
1
Maybe I´m too stupid for this or there is a bug in v3.0b. I still can´t meet her in the dining room at 14.00
Do I have to return there every day or several times at 14.00?

At 22h she is wearing the pink nighty and has no panties
 

whippetmaster

Active Member
Oct 4, 2018
797
1,125
Celaviegroup
Found a bug and fixed it.

Once Amy's shyness level hits 5, whenever the MC goes to the bathroom at 9am and waits outside, it sets the shyness level to 6. Once you get to 6, it sets it to 6. If you get to 7, it'll set it to 6, undoing all your progess the day before.

The error is in line 430 in Bathroom.rpy.
In order for this to work logically and not keep adding points unnecessarily, I figured it out. I selected the passages from line 412 to 431 and replaced it with this (and tested it). Also, after she gets shyness 6 or above, I deleted the image 2312 from the second block so she didn't look shy. Hope this helps!

Python:
                    "Wait outside" if shy >=5 and amy >= 60:
                        if shy == 5 and amy >= 60:
                            $ renpy.pause(2, hard = True)
                            show 2310 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2311 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2312 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2313 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2314 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2315 with dissolve
                            m "I am so proud of you"
                            show 2316 with dissolve
                            $ renpy.pause(1, hard = True)
                            $ hour += 1
                            $ amy += 1
                            $ shy = 6
                            jump main
                        elif shy >= 6 and amy >= 60:
                            $ renpy.pause(2, hard = True)
                            show 2310 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2311 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2313 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2314 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2315 with dissolve
                            m "I am so proud of you"
                            show 2316 with dissolve
                            $ renpy.pause(1, hard = True)
                            $ hour += 1
                            $ amy += 1
                            jump main
 

Darknight254

Newbie
Feb 19, 2018
36
9
Celaviegroup
Found a bug and fixed it.

Once Amy's shyness level hits 5, whenever the MC goes to the bathroom at 9am and waits outside, it sets the shyness level to 6. Once you get to 6, it sets it to 6. If you get to 7, it'll set it to 6, undoing all your progess the day before.

The error is in line 430 in Bathroom.rpy.
In order for this to work logically and not keep adding points unnecessarily, I figured it out. I selected the passages from line 412 to 431 and replaced it with this (and tested it). Also, after she gets shyness 6 or above, I deleted the image 2312 from the second block so she didn't look shy. Hope this helps!

Python:
                    "Wait outside" if shy >=5 and amy >= 60:
                        if shy == 5 and amy >= 60:
                            $ renpy.pause(2, hard = True)
                            show 2310 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2311 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2312 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2313 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2314 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2315 with dissolve
                            m "I am so proud of you"
                            show 2316 with dissolve
                            $ renpy.pause(1, hard = True)
                            $ hour += 1
                            $ amy += 1
                            $ shy = 6
                            jump main
                        elif shy >= 6 and amy >= 60:
                            $ renpy.pause(2, hard = True)
                            show 2310 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2311 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2313 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2314 with dissolve
                            $ renpy.pause(1, hard = True)
                            show 2315 with dissolve
                            m "I am so proud of you"
                            show 2316 with dissolve
                            $ renpy.pause(1, hard = True)
                            $ hour += 1
                            $ amy += 1
                            jump main
How is this useful if we have no idea how to do it?
 

hangon

Newbie
May 22, 2017
43
38
post file

Celaviegroup
Found a bug and fixed it.

Once Amy's shyness level hits 5, whenever the MC goes to the bathroom at 9am and waits outside, it sets the shyness level to 6. Once you get to 6, it sets it to 6. If you get to 7, it'll set it to 6, undoing all your progess the day before.

The error is in line 430 in Bathroom.rpy.
In order for this to work logically and not keep adding points unnecessarily, I figured it out. I selected the passages from line 412 to 431 and replaced it with this (and tested it). Also, after she gets shyness 6 or above, I deleted the image 2312 from the second block so she didn't look shy. Hope this helps!

Python:
"Wait outside" if shy >=5 and amy >= 60:
if shy == 5 and amy >= 60:
$ renpy.pause(2, hard = True)
show 2310 with dissolve
$ renpy.pause(1, hard = True)
show 2311 with dissolve
$ renpy.pause(1, hard = True)
show 2312 with dissolve
$ renpy.pause(1, hard = True)
show 2313 with dissolve
$ renpy.pause(1, hard = True)
show 2314 with dissolve
$ renpy.pause(1, hard = True)
show 2315 with dissolve
m "I am so proud of you"
show 2316 with dissolve
$ renpy.pause(1, hard = True)
$ hour += 1
$ amy += 1
$ shy = 6
jump main
elif shy >= 6 and amy >= 60:
$ renpy.pause(2, hard = True)
show 2310 with dissolve
$ renpy.pause(1, hard = True)
show 2311 with dissolve
$ renpy.pause(1, hard = True)
show 2313 with dissolve
$ renpy.pause(1, hard = True)
show 2314 with dissolve
$ renpy.pause(1, hard = True)
show 2315 with dissolve
m "I am so proud of you"
show 2316 with dissolve
$ renpy.pause(1, hard = True)
$ hour += 1
$ amy += 1
jump main
 

Isil_Ador

New Member
Nov 9, 2017
2
0
Well for me I am stuck at a point where (from reading all the posts here) I should actually manipulate her swimsuit between hour 10 and 14.
Was digging in the code real quick and noticed in order to trigger this a variable called "release2_4" has to be set to 1. Though in my savegame this variable is still set to 0 and I got no idea why its not set since I'm pretty sure I've done everything on that release

Code:
if hour >= 10 and hour <= 13 and release2_4 == 1 and swimsuit == 4:
Edit:
Ok in order to set release2_4 to 1 the variable "hack" has to be 14 but its 12 for me. And in order to get it to 13 an event at dining room at hour 8 has to be triggered:
Code:
elif hour == 8 and nightwear == 5 and hack == 12 and pink_dress == 0:
now the weird part. nightwear is 6 and pink_dress 2 on my savegame. Which means I somehow triggered events that should not be triggerable yet.
Well at least I can manipulate it now so I get out of my loop lol
 
Last edited:

whippetmaster

Active Member
Oct 4, 2018
797
1,125
Well for me I am stuck at a point where (from reading all the posts here) I should actually manipulate her swimsuit between hour 10 and 14.
Was digging in the code real quick and noticed in order to trigger this a variable called "release2_4" has to be set to 1. Though in my savegame this variable is still set to 0 and I got no idea why its not set since I'm pretty sure I've done everything on that release

Code:
if hour >= 10 and hour <= 13 and release2_4 == 1 and swimsuit == 4:
You have to finish the 2.4 content first. You'll find the parameters in main.rpy.
You don't have permission to view the spoiler content. Log in or register now.


For those of you needing the fix for the bathroom, I can post the bathroom.rpyc files. You need to run unren and extract the archive.rpa. To be safe, I'm including both the rpy and rpyc files. Unzip the file and put both of them into the /games folder. Let it overwrite.
 

whippetmaster

Active Member
Oct 4, 2018
797
1,125
You can manipulate variables to get around the bugs but DO NOT raise the amy affection level (amy = xx) beyond 100 because at 120+ it triggers an accusation of cheating at the end of the night.
 

Minengeschoss

Active Member
Nov 25, 2018
571
3,873
I got interested again with the new content. So I have to download the Amy location mod which doesn't obviously work as of 3.something, or was it 2.something?

Old saves might not work? That's a shame as I spent countless hours on grinding this buggy game.

So using unren to get all the content without actually playing the game is the way to go? If it is, why just not dump the whole code public?

I give credit to the developer's friends here who are trying to save a train wreck out of loyalty.
 

Isil_Ador

New Member
Nov 9, 2017
2
0
Btw another type at livingroom.rpy @ line97. It should be
Python:
$ nopantsevent = 6
instead of
Python:
$ nopantsevent == 6
not important for now since end of content but whatever ;-)
 

Teflonmike

Member
Jul 15, 2019
222
188
Right, so for the technically challenged what we need now is a save game that takes us past the points mentioned above and allows us to finally get somewhere... For me at least, I have the pink nighty, (non seethrough) I have tweaked her nips in the laundry room, have stolen her knickers... Had the summer dress and ruined it in the wash.. Have done 1 photoshoot . I Do not have the micro bikini. I Have done the dropped fork thing.. I still have not swam with her or met her friends or made any further progress... if anyone has a save that has passed these points I'm sure it would be much appreciated.
 

Tabu9000

Active Member
May 4, 2018
862
405
Juste in case, the
Thanks, and think you always cool. When I read the post after this what happen here overnight with v3.0b I feel like running in a ski-slalom and if you stand to long on inner ski you history in this game.
As I say before v...b will be not the last one I quest. Let´s hope that the last version is without any bugs .
 

Tabu9000

Active Member
May 4, 2018
862
405
I try to chat with them via mail, because to get 3 version from v3.0 is over 1.5 GB in 2 day´s, if this happen again with later update we up to 4 GB or more. Nopy works fast as mega but only with vpn so the mega registration needed and his software but without upgrade is free and limited with 50 GB. The Dev push the programmer to much to release his work, only he can bring the story and images together in the rpyc file without any bugs if he have more time, and he do this anyway after all.
 

Tabu9000

Active Member
May 4, 2018
862
405
It worked perfectly, thanks for the help.
I got her wearing the bikini, can pinch her nipple in washroom, drop her top at 22:00 living room, photoshoot with the golden dress and her two friends came home for tutoring.
Now, I must unlock the hottube scene, do you happen to know how by chance ?
Scrap that, I extracted the images and I didn't see any hottube scene in v3.0a.
I can't sunscreen her in bikini but maybe because I got past that point when I unlocked the bikini.
The sunbath with the bikini will trigger not only ones and can only happen when you unlock her bikini. So maybe the last bug in this game.
Many try´s here to come so far, you will be a hero if you send a save here with -attach files- before the friends visit the house, thanks & merci in advance.
 
2.90 star(s) 104 Votes