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

2.90 star(s) 104 Votes

alfeatcat

Newbie
Sep 20, 2018
84
89
I checked the main.rpy file of the game cause the bug annoyed me too much.
I believe the If statement on line 986 is incorrect,
the code is currently
Code:
            if release10 == 1 and daringparty10 >= 1 or daringparty10 == -1 and joye_visit == 0 and bart_emma_told == 1 and day not in weekend:
but i believe it should be
Code:
            if release10 == 1 and daringparty10 >= 1 and joye_visit == 0 or daringparty10 == -1 and joye_visit == 0 and bart_emma_told == 1 and day not in weekend:
Celaviegroup

tested the changes and the added condition fixed the infinite loop
Where can I find the main.rpy file?
 

micojive

Well-Known Member
Oct 2, 2017
1,329
3,364
WAY better off just getting an img dump and looking that way. The "gameplay" is completely trash and is one of the worst grind fests on this site.
 
D

Deleted member 662090

Guest
Guest
I am getting an error when Joye knocks on the door, go through dialogue, she leaves, then she knocks again, go through same dialogue, she leaves, then she knocks again. Stuck in loop. Any suggestions?
Me too (((
 

Lukumoide

Well-Known Member
Jan 25, 2018
1,133
1,904
I just checked there is no loop in content of 11_0 E. Or play other content with version 11_0 (there are 72 events).
 
Last edited:

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,209
2,968
Dear all
A bug in release 10 contents have been removed in the version you can download free from my Patreon page. If you have problems with release 10 - I recommend you to download new version. Thank you for let me know about this newly introduced bug.
 

Blackj

Member
May 21, 2018
212
131
It gives me this error from the beginning, and although I ignore it, the same thing appears with other lines of text, I already downloaded it twice and does the same thing


1591737520159.png
 

oulala93

Member
Aug 30, 2017
382
1,010
Hi, the first time I play this game, I would like to know how we save a game? I right click with my mouse, but not menu :( :) thx
 

teebriz

New Member
Jul 6, 2018
2
1
im hardstuck at event 30, i choose every possible scene with her but it never changes, the hint keeps saying i should wish her goodnight at 23:00 and every time its the same *drop towel and hug, nothing further
 
  • Like
Reactions: gnoz2001

Barkley1981

New Member
Mar 29, 2020
9
6
I'm sorry, but an uncaught exception occurred.

While running game code:
SyntaxError: invalid syntax (game/main.rpy, line 986)

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

Full traceback:
File "main.rpyc", line 986, in script
File "G:\Roomforrent-11_0_beta_f_public-win\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "G:\Roomforrent-11_0_beta_f_public-win\renpy\python.py", line 2057, in py_eval
code = py_compile(code, 'eval')
File "G:\Roomforrent-11_0_beta_f_public-win\renpy\python.py", line 692, in py_compile
raise e
SyntaxError: invalid syntax (game/main.rpy, line 986)

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Room for rent 11_0_beta_f_public
Wed Jun 10 00:47:18 2020
 
Oct 8, 2017
44
142
Where can I find the main.rpy file?
You'd have to extract the game files for that

The loop is when Joye rings the door. I've seen only 5 events on 92 available. Any solution please?
Joye introduction is on a infinite loop, theres any patch solving that?
Try checking the new version released by Celaviegroup below

Dear all
A bug in release 10 contents have been removed in the version you can download free from my Patreon page. If you have problems with release 10 - I recommend you to download new version. Thank you for let me know about this newly introduced bug.
or you can try using this main.rpy [not sure if you need to extract your game files for this]

Note that this main.rpy file is based from the Public Version 11.
 
Last edited:
  • Angry
Reactions: ShangTsung
2.90 star(s) 104 Votes