Thanks - you were a bit faster than meAll WT's are available for $5 patrons.
View attachment 679561
WT's up to release 8 are available to everyone free of charge.
View attachment 679562
You must be registered to see the links
If you play from the beginning, you have to download all WT's and start playing from version 2_4. The game will tell you that you have finished version 2_4 for example and it will automatically start with version 3_2 and so on until version 11_0. Have fun with this fantastic game.OK with latest post, I'll download each one
I know - basically it was introduced when I started to create the game in order to make it slightly more difficult and never removed. It's also made to force player (a little bit) to read the dialogues instead of just click and try.Also a little question. Why you blocked the save function at once per day ? (In fact with F1, you can still save when you like)
You know when I asked you if you were french.I know - basically it was introduced when I started to create the game in order to make it slightly more difficult and never removed. It's also made to force player (a little bit) to read the dialogues instead of just click and try.
You're tough - thank you for your supportYou know when I asked you if you were french.
It's because first the text displayed on the computer screen on Day 1 when the MC is looking at news on the net and he finds the girl, the text is in french (reversed) "Sur la base de la grande statue de Zeus. ...." and also your nickname "celavie" is very frenchy (C'est la vie)
Seems to be working, so far, Bob ... One week's gone since Bronze got v. 11 and no leakage yet!Some of you - relax Only thing I ask for - don't share the game - the first 1 to 2 weeks after Bronze release - as it will make it easier for me to support both my Patreon's and you guys. As I previous wrote - if it's not leaked I'll make a public release soon after with some common support.
Are you using any mods?Girl's Event from 8.0 is buggy and make this error I played after walkthrough:
Used your save and played further:
https://f95zone.to/threads/room-for-rent-v10-0-beta-celavie-group.33328/post-3135933
I upload the save that you can check it yourself on Saturday 12 hour you get this error.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/main.rpy", line 1160, in <module>
TypeError: unsupported operand type(s) for +: 'ADVCharacter' and 'unicode'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "main.rpyc", line 1160, in script
File "D:\Downloads\Roomforrent-10_0_beta_d_for_Patreons_only-win\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\Roomforrent-10_0_beta_d_for_Patreons_only-win\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/main.rpy", line 1160, in <module>
TypeError: unsupported operand type(s) for +: 'ADVCharacter' and 'unicode'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Room for rent 10_0_beta_d_for_Patreons_only
Thu Jun 04 19:41:55 2020
```
The mod that you can see here with it or without it same problem so the mod is not the problem (Walkthrough Mod 1.4.1).Are you using any mods?
Thanks for info - I'll checkThe mod that you can see here with it or without it same problem so the mod is not the problem (Walkthrough Mod 1.4.1).
I haven´t changed the name for the Girls and the error message appears after the last Girl name.
First time with mod. Second time I removed the mod and played after official walkthrough all time the same problem. All time the start with your save.
Interesting - I have never played the compressed version. It has never been reported by any Patreon so far.I ran into the same error. But I blamed it to playing the compressed version. I changed the lines similar to this:
Python:$ jo.name = renpy.input("Just type it here:", default = str(jo)) $ jo.name = jo.name.strip() if jo.name == "": $ jo.name = "Josie"