Are you opening the .rpy file or the .rpyc file? The latter is what always appears as a mess. You'd need either need to decompile those to get the .rpy files or extract all the files within the .rpa files.I have the same issue, how did you open that file without it appearing as a mess?
Looking at the code, the way the scenes were worded, and with what I know about Renpy coding, it's done in a way where the change in relationships isn't enough. Part of the scene needs to be rewritten by the patch too. So the short answer is no.any word on if the patch works with this version? i assume it won't
Had the same issue, you need to have unlocked the attic to progress with her next event as far as I can tell. To do so, explore the island until you find the cave, use the key on theAre you sure you have uploaded the right version? Because i've tried to play it and i have no new Fay's events, no matter if i play it from the save from previous version or with the cheats mode, i also tried with and without the patch from v0.3 version. Still no new Fay events.
i figured as much, thanksAre you opening the .rpy file or the .rpyc file? The latter is what always appears as a mess. You'd need either need to decompile those to get the .rpy files or extra all the files within the .rpa files.
Looking at the code, the way the scenes were worded, and with what I know about Renpy coding, it's done in a way where the change in relationships isn't enough. Part of the scene needs to be rewritten by the patch too. So the short answer is no.
Deserted in Paradise sequel: Mr Evans invites a man to fuck ten women and a forum poster.The story of this game is that someone( Mr. Evans ) invites a man to fuck ten women? could this man call me too?
You need a more recent unrpyc.UnRen failed to be able to decompile the fayevents.rpyc file that came with the patch, so I can't see what changes (if any) really needed to be done to it.
game/scripts/fayevents.rpy
. An unofficial 0.4 patch should probably contain only game/patch.rpyc
from the 0.3 patch.I also had the same issue.Found what appears to be a bug (but not a crash, so no traceback). After Fay's 7/7 relationship Event completed, I ended up back in the Main Hall but could not interact with anything there, and I don't have any HUD buttons to click, so I can't go anywhere else and am soft-locked at that point.
Comparing to other events,fayevents.rpy
appears to be missing the line:
at line 744 just before the existing line:Code:$ interact = True
When I made that change, I can now interact with the mainhall scene.Code:$ ui.interact()
I've had this issue as well, rewinding back to before you trigger the event and skipping time til the evening then doing the even seems to work. Could be an issue with Lucinda...? Or something else during the afternoon, I do have a save with the issue if it'll help at all, just speak with Fey on the bench to trigger.I also had the same issue.
I don't see the beach house. All there is on the beach are just two chairs. I've discovered the cave but would need a light source.Had the same issue, you need to have unlocked the attic to progress with her next event as far as I can tell. To do so, explore the island until you find the cave, use the key on the beach house, pick up the ladder there, and use it in your room during the day. After that just wait for her to visit you on her own at night.
Oh, the shack at the dock...I don't see the beach house. All there is on the beach are just two chairs. I've discovered the cave but would need a light source.
One moment and I'll have a patched version ready.any word on if the patch works with this version? i assume it won't
Incorrect. There are four or five new scenes in the new version. About 200 new lines of code.You need a more recent unrpyc.
I checked version 0.3 with and without the patch, and there are no significant differences ingame/scripts/fayevents.rpy
. An unofficial 0.4 patch should probably contain onlygame/patch.rpyc
from the 0.3 patch.
I used unrpyc adapted to Python 3 to decompile and adapt the 0.4 patch from the 0.3 patch and the original 0.4 version of the events file.Actually, as far as the patch goes, I don't think the new events really need to be reworded. I believe the title override from the v0.3 patch is all that is really needed. I'm not 100% sure on that though until I get to those new scenes myself (this is the first version I've tried), as UnRen failed to be able to decompile the fayevents.rpyc file that came with the patch, so I can't see what changes (if any) really needed to be done to it. I'll edit this post again after I've found out for sure.