However, watching this content now requires a payment of $50, which feels a bit... unreasonable,may I ask if it is possible to change back to the original settings?
So is there a way to actually watch this scene or not?
However, watching this content now requires a payment of $50, which feels a bit... unreasonable,may I ask if it is possible to change back to the original settings?
Considering that I am not a super hacker... after all, if I can do it, I don't have to hope that the game official can modify it back to five dollars(But I almost have to pay the remaining $45, and some "your payment was rejected" prevented me from doing soSo is there a way to actually watch this scene or not?
1. I had to extract scripts.rpa file to get access to the .rpyc scripts within
2. Then, I'd used unrpyc to quickly convert all of them into human readable .rpy un-compiled format (I think .rpyc might have been able to read directly from .rpa without having to extract
3. From the traceback crash log, I know which script exactly and which line of it was causing the crash.
4. Looking at the exact problematic line, I could see the way the ep5_end_vars variable was being set was causing issues.
5. Using Visual Studio Code editor, I'd opened the whole game folder so I could do a mass file search for the text "ep5_end_vars" so I could investigate what this variable was actually intended to be used.
6. From there, I figured it was supposed to be an array of 7 booleans starting as [0,0,0,0,0,0], but the script erroneously sets it as an int value (ep5_end_vars = 1) at three different points of the script (the 3 scenes), hence the int-type related exception.
7. There are other instances of script where they "correctly" work with ep5_end_vars as an array (e.g. ep5_end_vars[5] = 1). Basically, after any of the problem scenes, the variable had turned into an int and will crash the next instance it's used like an array (which looks to include anytime you end a day at night too).
8. I'd simply just modified the int-style instances to work with an array so you ultimately can get a complete [1,1,1,1,1,1] which the game's script references to determine if you've seen everything on Episode 5 so it can trigger the next episode beginning.
pls help me,game crash when i play Maya event,ep.5..
I'm not sure if quoting will notify you guys, or if you're still at all interested in this game, but here's a quick fix for the crashes you guys were having that I'd also had to deal with. See the post right aboveI'm using the modded version and have found a bug here, I'll leave the traceback in case anyone knows how to solve it cz no matter what I do, it crashes
I can't install the apkHey everyone, i like the art and animations in the gallery of this game, but it is so confusing and even the gallery was broken!! So heres a mod i made.
Went through all gallery scenes i think. Hunted down the code and stuff. Would get this be just a patch but i had to modfy a lot of different areas, so we doing a modded version instead, the game itself is untested. Heres what this modded version changes exactly:
- The gallery is working perfectly
- Removed that annoying popup talking about a new version
- Made so the splashscreen is skippable by just clicking.
- Added additional disclaimer before to make sure people know this is just a modded version with fixes!
Link to the modded game, Please someone upload it somewhere because i need the storage for my own games and secret projects ^-^ Enjoy!
ANDROID
PC & LINUX
MAC
Is there a fixed version for android or is this fix able to be applied to the apk?I'm not sure if quoting will notify you guys, or if you're still at all interested in this game, but here's a quick fix for the crashes you guys were having that I'd also had to deal with. See the post right above
Alas not from me personally, as I have zero know-how about how Ren'Py games work on AndroidIs there a fixed version for android or is this fix able to be applied to the apk?
It says that the file does not exist on all of itHey everyone, i like the art and animations in the gallery of this game, but it is so confusing and even the gallery was broken!! So heres a mod i made.
Went through all gallery scenes i think. Hunted down the code and stuff. Would get this be just a patch but i had to modfy a lot of different areas, so we doing a modded version instead, the game itself is untested. Heres what this modded version changes exactly:
- The gallery is working perfectly
- Removed that annoying popup talking about a new version
- Made so the splashscreen is skippable by just clicking.
- Added additional disclaimer before to make sure people know this is just a modded version with fixes!
Link to the modded game, Please someone upload it somewhere because i need the storage for my own games and secret projects ^-^ Enjoy!
ANDROID
PC & LINUX
MAC
The real question is which version has less bugshould I download the mod or normal version? which one has more content?
does this work for the fan modded version, too?Mega
I made a small mod that adds an incest scene with Maya and Leo in the 5 episode.
need to unpack it into the "ForbiddenFruitRework-0.5(OB)-pc/game" folder
For it to work, you need to start the 5th episode again and goin to the night
anyone have a new save for the completed game?
any way to unlock gallery?
anyone have a way to unlock the gallery? It just keeps opening a dead web page
Download the unmodded version. Unlock gallery in the gallery view. Close the unmodded version then load the modded version and it should work.
Here ending save and full gallery
You don't have permission to view the spoiler content. Log in or register now.