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

2.90 star(s) 104 Votes

hngg

Compress All The Things!
Modder
Game Compressor
Donor
May 26, 2019
574
2,462
Compressed and regular downloads don't even work, just a heads up. Anything you do crashes the game. Opening a new game crashes when it asks for age, loading an old save via console command crashes when the day starts and immediately ends the day. Don't download this, not worth the time.
The game works fine for me. Are you sure you have the right thread? This game doesn't ask for age after selecting start (new game).
Anyway, try deleting the persistent file in:
%AppData%\RenPy\Roomforrent
 

fandor13

Newbie
Dec 15, 2017
42
19
The game works fine for me. Are you sure you have the right thread? This game doesn't ask for age after selecting start (new game).
Anyway, try deleting the persistent file in:
%AppData%\RenPy\Roomforrent
it don't request any age but says that I am under 18! in ver 10, 11 and 12...
 

Gutokv

Newbie
Mar 30, 2019
52
6
I found a problem why the game breaks on 34/71.

studio.rpy contains a condition:
if hour >= 14 and hour <= 17 and a12_66 == 1 and linsay_sandra_present == 0 and a12_25 == 1 and a12_26 == 0
if a12_26 == 0:
$ events += 1
$ a12_26 = 1


If you execute it before the event from bathroom.rpy:
if hour == 23 and release12 == 1 and a12_26 == 0 and a12_25 == 1
Progress stops, events don't occur.


When a12_26 = 1 the condition from bathroom.rpy is impossible to fulfill. Further progress doesn't move.

How to avoid this problem:
1. First, at 23 hours, go to the bathroom
2. Then from 14 to 17 go into the studio

How to fix it with the console:
1. Open console "Shift+o"
2. Write "a12_26 = 0" and push Enter
3. Go to the bathroom at 23 hour and catch Linsay by the mirror.
4. Open console "Shift+o", write "a12_26 = 1" and push Enter
Done
I can open console with Shift+o you can fixed my save please
 

hngg

Compress All The Things!
Modder
Game Compressor
Donor
May 26, 2019
574
2,462
it don't request any age but says that I am under 18! in ver 10, 11 and 12...
Try applying the patch I've attached. Merge the "game" folder in the zip file with the one already in the "Roomforrent-12_0_beta_public-win" folder, overwriting existing files. Make sure you delete the persistent file like I told you last time.
 

chadrea

Newbie
Mar 4, 2020
38
17
Stuck on v11. 58/72 - Missing events (1,20,27,28,52,53,54,61,62,63,64,65,66,68) tried using the mod, can't seem to figure out what triggers next event. Thoughts?
 
Last edited:
  • Like
Reactions: Nerevar2

JaxMan

Active Member
Apr 9, 2020
680
620
you need to go there at 17:00 and say NO to Amy doing your laundry then go back at 18:00 to be able to sabotage her nightie (the 1st piece of clothing that you gave her)
I'm sorry, I meant to type 1800, not 1600. I was probably thinking 6pm and didn't convert correctly. I did go at 1700 and said no and went back and didn't have any option to sabotage her nightie.

I ended up going back and restarting the day and doing things a bit differently from walkthrough and finally got the scene I was supposed to. Although, I've noticed that following the walkthrough now doesn't give the expected responses and I missed the yoga scene Sunday morning.

Not sure if it worthwhile to continue or to start over as two weeks worth of clicking every hour is somewhat tedious.
 

Nerevar2

Newbie
Sep 28, 2017
30
53
Stuck on v11. 58/72 - Missing events (1,20,27,28,52,53,54,61,62,63,64,65,66,68) tried using the mod, can't seem to figure out what triggers next event. Thoughts?
Almost exactly the same problem. Except i dont have 26 as well. Anyone can help?
 

fakes74112

Newbie
Feb 1, 2018
86
17
I found a problem why the game breaks on 34/71.

studio.rpy contains a condition:
if hour >= 14 and hour <= 17 and a12_66 == 1 and linsay_sandra_present == 0 and a12_25 == 1 and a12_26 == 0
if a12_26 == 0:
$ events += 1
$ a12_26 = 1


If you execute it before the event from bathroom.rpy:
if hour == 23 and release12 == 1 and a12_26 == 0 and a12_25 == 1
Progress stops, events don't occur.


When a12_26 = 1 the condition from bathroom.rpy is impossible to fulfill. Further progress doesn't move.

How to avoid this problem:
1. First, at 23 hours, go to the bathroom
2. Then from 14 to 17 go into the studio

How to fix it with the console:
1. Open console "Shift+o"
2. Write "a12_26 = 0" and push Enter
3. Go to the bathroom at 23 hour and catch Linsay by the mirror.
4. Open console "Shift+o", write "a12_26 = 1" and push Enter
Done
I tried Shift+o but i can't open the console when I do this
 

Darkaura

Well-Known Member
Jun 24, 2017
1,168
1,083
Stuck on v11. 58/72 - Missing events (1,20,27,28,52,53,54,61,62,63,64,65,66,68) tried using the mod, can't seem to figure out what triggers next event. Thoughts?
Looks like it has do with Linsay swim training. But it has a trigger that I haven't found yet.
 

dbp5ca

Active Member
Donor
Mar 13, 2017
991
797
OK I'm not seeing any way to advance the story. I'm playing the latest version with the latest version mod. I'm at 52/71 but nothing is showing to advance the story. I've tried clicking through everything to advance things but nothing seems to be triggering. Any suggestions?
 
2.90 star(s) 104 Votes