Lustration Team

Member
Game Developer
May 2, 2018
316
257
Come and see the new update:


Episode 10 is coming soon! Hopefully you’re ready for the new adventures!


Inside the darkness


In this update, friends will meet another entertaining dungeon dweller. And they will help them cope with difficulties awaiting them along the way, and overcome dangers lurking in the caves. Meanwhile, Victoria successfully looks after the ship in the company of two cheerful crabs. Everything goes as usual, is it possible this is the calm before the storm?


What to expect from this update:

- 14000 words of exciting new plot;

- 5 new scenes including revamped ones;

- New backgrounds;

- Over 50 different types of new animations;

- Over 50 minor additions and fixes for the dungeon system;

- Resolved translation issues for all previous versions;

- Bug fixes;


~ A more convenient way of enjoying Forbidden Fruit. We’ve made a very important QoL change. Now you’re able to download next updates through the game menu. From now on it’s going to be much easier for you to play new episodes.


For 20$ Patrons:

- New additional high-quality scenes and dialogues that make the feel of the plot and gameplay better.



Thank you for the continuous support. We hope you like the new version of the game.
 
  • Like
Reactions: JayshNahat

codefost

Member
Jul 23, 2021
221
77
If anyone can, tell please.
When we fill patreon code inside game button, do i need to fill only number or something like word too?
About patreon version needed or not let's answer those above first.
And Android build in this thread are available for patreon code or not, please leave download for me.
Last question, which version we can press heart button with character (example ras).
How to look relationship meter in game as well as current interaction.
 

Plvy1n

Member
Dec 8, 2020
196
95
If anyone can, tell please.
When we fill patreon code inside game button, do i need to fill only number or something like word too?
About patreon version needed or not let's answer those above first.
And Android build in this thread are available for patreon code or not, please leave download for me.
Last question, which version we can press heart button with character (example ras).
How to look relationship meter in game as well as current interaction.
In the public new version all the patreon scenes are removed so it makes no difference whether you enter a code there or not,so yes you need a patreon assembly.
 

Noidcreid

Member
Oct 6, 2017
296
113
This error happened, what to do?
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/core/events/ep5/maya/fish/ep5_maya_unicorn.rpy", line 7, in <module>
NameError: name 'ep5_end_vars' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "core/events/ep5/maya/fish/ep5_maya_unicorn.rpyc", line 7, in script
File "core/events/ep5/maya/fish/ep5_maya_unicorn.rpyc", line 7, in script
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/core/events/ep5/maya/fish/ep5_maya_unicorn.rpy", line 7, in <module>
NameError: name 'ep5_end_vars' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
ForbiddenFruitRework ep9OD
Tue Jun 7 02:22:47 2022
 
  • Like
Reactions: MegaApe

Lustration Team

Member
Game Developer
May 2, 2018
316
257
Inside the darkness

In this update, friends will meet another entertaining dungeon dweller. And they will help them cope with difficulties awaiting them along the way, and overcome dangers lurking in the caves. Meanwhile, Victoria successfully looks after the ship in the company of two cheerful crabs. Everything goes as usual, is it possible this is the calm before the storm?

What to expect from this update:

- 14000 words of exciting new plot;

- 5 new scenes including revamped ones;

- New backgrounds;

- Over 50 different types of new animations;

- Over 50 minor additions and fixes for the dungeon system;

- Resolved translation issues for all previous versions;

- Bug fixes;

~ We added a more convenient way of enjoying Forbidden Fruit. It’s a very important QoL change. Now you’re able to download next updates through the game menu. From now on it’s going to be much easier for you to play new episodes.

You can also download the game on our Patreon:

Have a great play!
 
  • Like
Reactions: JayshNahat

MegaApe

New Member
Oct 18, 2017
10
52
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/beach/all_sticks.png'>:
File "game/script.rpy", line 499, in <module>
IOError: Couldn't find file 'images/beach/all_sticks.png'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "script.rpyc", line 499, in script
File "script.rpyc", line 499, in script
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 499, in <module>
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3793, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 715, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'images/beach/all_sticks.png'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
ForbiddenFruitRework ep10OB
Sat Jun 11 01:50:41 2022


I keep getting this during the scene where they hijack the plane at the prologue . With and without patch ! .
 

smdw999ff

Newbie
Sep 22, 2021
83
205
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/beach/all_sticks.png'>:
File "game/script.rpy", line 499, in <module>
IOError: Couldn't find file 'images/beach/all_sticks.png'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "script.rpyc", line 499, in script
File "script.rpyc", line 499, in script
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 499, in <module>
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3793, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 715, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'images/beach/all_sticks.png'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
ForbiddenFruitRework ep10OB
Sat Jun 11 01:50:41 2022


I keep getting this during the scene where they hijack the plane at the prologue . With and without patch ! .
This is fixed, u can redownload
 

BroBen

Newbie
Jun 5, 2018
97
150
I just saw this. So, you say just because you see someone else fuck someone, it's NTR. It's not.
Also, someone else fucking someone doesn't make a game suck. This is a game. It's not like they fuck your sister/mother/wife/girlfriend.
it's even worst, if you play, the main char the girl, and you fuck everybody, that's not NTR. The main char is the girl not the brother or other guys.
 

Buna338

Member
Jun 5, 2021
102
52
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/beach/all_sticks.png'>:
File "game/script.rpy", line 499, in <module>
IOError: Couldn't find file 'images/beach/all_sticks.png'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "script.rpyc", line 499, in script
File "script.rpyc", line 499, in script
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 499, in <module>
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3793, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 715, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'images/beach/all_sticks.png'.

Windows-10-10.0.22000
Ren'Py 7.4.8.1895
ForbiddenFruitRework ep10OB
Fri Jun 10 18:17:13 2022

Anyone else got this bug and know how to fix it? this happened during the prologue when theyre in the plane.
 

Kai-lee-Sei

Member
Jan 12, 2019
453
189
Any more scene with the brother? I'm just here for the 'brother' content
I believe they used to have a couple scene with the brother and sister, but those have long been removed. Probably due in part to patreon's policy on incest, and the narrative the devs seek to tell leaves little to no room for them to use the tricks other devs use to get around that policy.
 

blemp

New Member
Mar 24, 2020
10
9
So what I've gleaned is that there is a patreon version and a public version. The patreon version has a few extras and I assume the codes only work on that version. If there some absolute legend that could somehow aquire the patreon version of the game that would be great. There is actually a bunch of quality scenes in this game but I don't really wanna try picking every option to try and unlock them all.
 
  • Like
Reactions: Lustration Team

Plvy1n

Member
Dec 8, 2020
196
95
So what I've gleaned is that there is a patreon version and a public version. The patreon version has a few extras and I assume the codes only work on that version. If there some absolute legend that could somehow aquire the patreon version of the game that would be great. There is actually a bunch of quality scenes in this game but I don't really wanna try picking every option to try and unlock them all.
In the public version, you can enter a code only here's the catch is that the new code does not, and even that will not save because starting with episode 9 in the public build simply did not add content from the Patreon build.
 
2.40 star(s) 43 Votes