Mr_pants

New Member
Apr 13, 2019
1
0
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 ! .
Looking through, this is due to an image missing. I ended up fixing this by using UnRen to uncompress the rnpy files and then in ForbiddenFruitRework-ep10OB-pc\game\images\beach I added a small png file which adds image and fixes the issue. Make sure the png is small. It should end up looking like this in the end

There is a bunch of images missing, which is a pain.
 
Last edited:

Goalkeeper520

New Member
Jul 25, 2020
1
0
The 0.10 version does not have a gallery option in the main menue. Do you guys have the same issue? This has never been the case before
 

Lustration Team

Member
Game Developer
May 2, 2018
316
257
Greetings!

We kindly ask you to choose the scene you liked and disliked the most in the “Inside the darkness” Episode.

- Please choose the scene you LIKED the most

- Please choose the scene you DISLIKED the most

Thank you very much for your help!
 

Lustration Team

Member
Game Developer
May 2, 2018
316
257
Hello!

Here’s the teaser of the next Episode for Forbidden Fruit “Light and Shadow”.

Episode 11: Light and Shadow

Maya and Leo are very close to their goal. But the passage through the darkness is a difficult task, so the guide brothers will come to help our friends. The siblings will also learn new tricks. New dangers and a battle with a very strong enemy are ahead. Will our brave team be able to cope with everything and get to the prisons to save Lucky?

In this Episode you’ll see:

- 14000 words of new exciting plot;

- 5 new scenes;

- Over 50 new animations;

- A new dungeon;

- New mini games;

- New mechanic - boss fights;

- Improved localization;

- Bug fixes.

~ The several animations in this Episode were completely made using the new software called Spine which is going to make them much better! Thanks to you we’re able to make Forbidden Fruit a more exciting game from update to update.

For 20$ Patrons:


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

The update is coming! Be prepared! And great appreciation from our team for you staying with us!


For more please visit our Patreon:
 
  • Like
Reactions: JayshNahat

Lustration Team

Member
Game Developer
May 2, 2018
316
257
Hello, our fellow friends!

It’s been a long time since the last such questionnaire. We’ve made lots of improvements, additions, and QoL changes to the game. Now we'd like to know what parts of the current version of Forbidden Fruit in your opinion need more attention from our team?

Your feedback tremendously helps our team to deliver the best possible experience straight to your heart! ❤

You can vote right here:
 

Lustration Team

Member
Game Developer
May 2, 2018
316
257
Hello everyone!

Finally the “Light and Shadow” Episode is out! Everything about the 11th Episode you can find .

If you want Forbidden Fruit to improve, please leave your opinion about the update anywhere you’d like: , , comment section. Your feedback makes the game better!

You can download the game from our Patreon:

Have an awesome play!
 
Last edited:
Apr 22, 2022
48
229
Simple gallery unlocker. Game uses an array called mp.gallery, each scene in-game has an index number, if the index number is present in the array, then you can play the scene from gallery screen.

What the script does is at the end of initialization of the game, it wipes the array of scenes and fills it with the numbers 0 to 999, therefore unlocking all present and future scenes.

Keep in mind certain scenes are still broken (they've been broken for a while even for patreons) because they require variables set during the game.

Simply download the .zip, extract the file directly to the game folder.
 
Last edited:

MythMackay

Member
Feb 29, 2020
242
289
It looks like the ability to enter the code is for 10$ patreon version of the game - therefore we should wait for the patreon version to be leaked or cracked =/
Lions and tigers and.... bunnies? Oh my! No animal dicks for you! Or me apparently.... PASS! :p
 

starlite75

Newbie
Oct 2, 2020
73
76
i feel the same big pass i might buy the game when its completed but we all know its probably never gonna happen lol but if it does it better have those animal dong
Lions and tigers and.... bunnies? Oh my! No animal dicks for you! Or me apparently.... PASS! :p
 
Last edited:
  • Like
Reactions: MythMackay
2.40 star(s) 43 Votes