Same here, after such a long time all I got was a blowjob scene with Melanie, the only positive thing about this release is that I only paid 3 bucks for it, that was ok for this release, anything above that would have been a waste of my hard earned cash.
No offence to DiscipleOfVirginia, because he knows his stuff and is a Great Developer, but this release really sucked.
just my opinion.
Playing the compressed version when you have to type in the terminal I get this.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/v07.rpy", line 7530, in script
python:
File "game/v07.rpy", line 7533, in <module>
guess = renpy.input("", length=32, exclude="{}[]", screen="pwd_input", mask="*")
TypeError: input() got an unexpected keyword argument 'screen'
It seems all of my old saves don't work with the update. I tried restarting the game from scratch, but I get those errors at two terminals with the passwords (the first one you can pass through ignore, the second no, so I'm stuck.
nothing to do except select terminal tivoli is a
fucked if i know anyone else?
never mind i tried town and i got this (fuck this game im done) View attachment 4380075
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that WE DO NOT PROVIDE SUPPORT FOR GAMES!
For torrent-related issues use here, or join us on
Can Mel go evil, rather very corrupt, I mean Does The Queen want Mel?, Does she want to protect her for her own selfish reasons?. Are there any other supernatural beings interested in Mel?
I don't use any mods, but the game gives me an error.
After this moment:
On my PC screen, I see this:
And there's nothing I can do about it. This happens when I make the choice not to write to Rayyan.
When I text the District, I come to this:
Can anyone tell me what I need to write here?
which means that for some reason there is the missing gameover function but anyway you should don't take that choice to continue the storyline.
If you call ryan to save amy you'll arrive to the terminal and you'll face with another error (maybe related to the compressed version only, because others are not having the same issue as the post above this), here is how the dev wrote the now broken code https://f95zone.to/threads/need-help-with-displaying-a-custom-textbox-for-a-password-puzzle.157458/.
for some reason this is no more working (read the end of the post), but pwd_input is still in the screens.rpy file and the screen argument is still in the renpy documentation
DON'T edit these files if you are able to type the password in the terminal without the game crashing due to this error, if the game start crashing for another reason restore them by undoing the changes. This only affects compressed version released using renpy 7.1 instead of 8.2 as the original release
guess = renpy.input("Tivoli is a", length=32, exclude="{}[]", screen="pwd_input", mask="*")
TypeError: input() got an unexpected keyword argument 'screen'
This is not a fix but only a workaround to keep playing a broken version, this should not be taken as definitive fix
-------------------------------------------
The only fix I've found is edit the v06.rpy file to skip the input step (I'm sorry for the dev but I'm unable to understand this strange bug to fix it, because it crash even due to mask argument).
to do it, add this before the line 9954 of the v06.rpy file jump v06_puzzlecleared
in the position that you see in the code below
to fix the v07.rpy that probably will be affected by the same bug, add before the line 7530 jump v07_mjolnersolved
in the position that you see in the code below
be only aware that the jump must have the same indentation of the python word, otherwise renpy will raise an error (add / remove left spaces before the jump word to align it with the python word), more details here
if the issue affects the compressed version only, investigate on the renpy version provided with, check if it's the same of the original version, in renpy/exports.py the input function is defined as: