elm0

Newbie
Oct 21, 2018
64
427
if some1 have problem with UNREN- i have solution.
dev rly think, that puting "handmade" header into files was smart idea...
1. in *.rpa files edit file at beginig "RPA-4.0" to "RPA-3.0". now u can decompile *.rpa files.
2. after extracting *.rpa files u cnt direct decompile *.rpyc files, cuz dev ofc put "handmade" header. just delete first 45 symbols (edited *.rpyc file must start with "x" letter).

dev go on, try hard, that was too easy :sneaky:
 
  • Like
Reactions: dokodesuka

elm0

Newbie
Oct 21, 2018
64
427
to unlock some patreon things edit options.rpy- change "mp.npb = True" to "mp.npb = False" and in file 0_4_1_start.rpy change "not_patrons_build = True" to not_patrons_build = False. that must be work after new game, but if not work or game exist- in console wirte "not_patrons_build = False" (enter w/o collums).
 

HeroHate

Active Member
Oct 10, 2019
840
703
The above seems like to much trouble for little reward, pity there isn't just a gallery out there to view.
 
  • Like
Reactions: str8up

Pupok

Newbie
Nov 2, 2017
45
446
if some1 have problem with UNREN- i have solution.
dev rly think, that puting "handmade" header into files was smart idea...
1. in *.rpa files edit file at beginig "RPA-4.0" to "RPA-3.0". now u can decompile *.rpa files.
2. after extracting *.rpa files u cnt direct decompile *.rpyc files, cuz dev ofc put "handmade" header. just delete first 45 symbols (edited *.rpyc file must start with "x" letter).

dev go on, try hard, that was too easy :sneaky:
Nothing is clear, but very interesting.
 

Soulinor

Newbie
Aug 22, 2018
96
32
Hi, I started to lay the game today and got problem. I don't have a pc so I play only on mobile. In first riddle I don't know the Asner but I can't as khelp cause the game don't let me close the keyboard, so I went to Google and searched but the answer that Google gave me don't work either. Can someone tell me the riddle ansear to I proceed?
 

greatrush

New Member
Jul 3, 2020
3
0
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'previews/images_ero_ratu_leo_0_4_3_statick.png'>:
IOError: Couldn't find file 'previews/images_ero_ratu_leo_0_4_3_statick.png'.

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

Full traceback:
  File "_layout/screen_main_menu.rpymc", line 28, in script
  File "/data/user/0/forbiddenfruit.android/files/renpy/ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/data/user/0/forbiddenfruit.android/files/renpy/python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
  File "/data/user/0/forbiddenfruit.android/files/renpy/ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/transition.py", line 351, in render
    return render(self.new_widget, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/viewport.py", line 262, in render
    surf = renpy.display.render.render(self.child, child_width, child_height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/viewport.py", line 599, in render
    surf = renpy.display.render.render(c, cw, ch, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/viewport.py", line 262, in render
    surf = renpy.display.render.render(self.child, child_width, child_height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/behavior.py", line 724, in render
    rv = super(Button, self).render(width, height, st, at)
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/layout.py", line 1117, in render
    st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/im.py", line 580, in render
    return cache.get(self, render=True)
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/data/user/0/forbiddenfruit.android/files/renpy/display/im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/data/user/0/forbiddenfruit.android/files/renpy/loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'previews/images_ero_ratu_leo_0_4_3_statick.png'.
 

Austin3456

Member
Aug 15, 2018
238
126
My god, it's such a shame ...
Since the last update I can't play anymore. Impossible to advance in the dungeon because the fights are completely blocked. There are no more "!" to know where we need to go to advance in the story ...
The impossibility of loading the old backups is really disturbing too !!

Besides, I still haven't figured out how to catch wild tulai ! And that irritates me !!!
(if you have the solution for that, i want it....now , haha XD)
Isn't that the one where you need to buy a rope to do?

So this is NTR game?? Why you not put the tag?? I waste my internet quota to download this suck game...Dissapointed
No one in this game is in a relationship. Where is the NTR?
 

cocococococo

Newbie
Jul 21, 2018
88
98
to unlock some patreon things edit options.rpy- change "mp.npb = True" to "mp.npb = False" and in file 0_4_1_start.rpy change "not_patrons_build = True" to not_patrons_build = False. that must be work after new game, but if not work or game exist- in console wirte "not_patrons_build = False" (enter w/o collums).
There is no options.rpy for me. Where should it be?
 
  • Like
Reactions: Sirren

elm0

Newbie
Oct 21, 2018
64
427
But do I have to edit every single rpyc file? There is a lot....
if u need to unlock patreon things- just read my post- i writed about 2 files " options.rpy " and "0_4_1_start.rpy". in my case i writed program(cuz i was curious to read code), but i deleted it more than week ago.
 

cocococococo

Newbie
Jul 21, 2018
88
98
if u need to unlock patreon things- just read my post- i writed about 2 files " options.rpy " and "0_4_1_start.rpy". in my case i writed program(cuz i was curious to read code), but i deleted it more than week ago.
But which files do I have to decompile and extract to get options.rpy and 0_4_1_start.rpy?
Ive read your post but I dont understand what you are saying at all.
 

elm0

Newbie
Oct 21, 2018
64
427
But which files do I have to decompile and extract to get options.rpy and 0_4_1_start.rpy?
Ive read your post but I dont understand what you are saying at all.
as i wrote- first edit *.rpa files (there r a few of them), just change "RPA-4.0" to "RPA-3.0" (in begining file) and then just UNREN them all. if u have no idea how to use UNREN- just search forum and find some threads like https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/
 

RedPillBlues

I Want to Rock your Body (To the Break of Dawn)
Donor
Jun 5, 2017
4,994
12,240
as i wrote- first edit *.rpa files (there r a few of them), just change "RPA-4.0" to "RPA-3.0" (in begining file) and then just UNREN them all. if u have no idea how to use UNREN- just search forum and find some threads like https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/
No bueno for me. Maybe i'm just retarded though, that's certainly a possibility. Any chance you could make a script for it, if not at least a link for the decompiled game?
 
  • Like
Reactions: Lone Dog
2.40 star(s) 43 Votes