Mod Ren'Py Four Elements Trainer - Gallery Enabler [v1.0.8]

5.00 star(s) 3 Votes

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
247
1,016
output.gif

Overview:
Gallery with all available sex content up to this version​

Updated: 2024-04-14
Game/Creator: Four Elements Trainer /
Modder: Felipons
Mod Version: v1.0.8
Game Version: v1.0.8a or SUPERIOR [b, c, d, e, f...]
Language
: English

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.

Bug Reports:
You don't have permission to view the spoiler content. Log in or register now.



Download: - - -
Android Patch: - - -
Check how to install Android Patch inside the installation spoiler

Android Patched: v1.0.8a (Thanks to barios80)
Thanks to AkaiZero & barios80 for the Android versions along the game

screenshot0001.png 1.png 2.png 3.png screenshot0001.png
 
Last edited:

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
247
1,016
What about Android?
Frankly speaking, I don't intent to build an Android Version, but if someone is kind enough to do so and upload here, I can update the post.

gallery error
That doesn't help much, what was the error, what you opened to happen it, do you have the log of the error?
Just saying that is the same as going to a doctor and saying, I'm in pain, and when he asks where is it, you say, I dunno I just fell pain.
 

shad0wstep

New Member
Aug 30, 2018
5
9
Frankly speaking, I don't intent to build an Android Version, but if someone is kind enough to do so and upload here, I can update the post.


That doesn't help much, what was the error, what you opened to happen it, do you have the log of the error?
Just saying that is the same as going to a doctor and saying, I'm in pain, and when he asks where is it, you say, I dunno I just fell pain.
 
  • Like
Reactions: jvdw92

slaap

New Member
Nov 4, 2018
5
3
Got an error:

Code:
```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/scripts/Gallery/Inject.rpy", line 3: Line is indented, but the preceding tag statement does not expect a block. Please check this line's indentation.
    window:
    ^

Ren'Py Version: Ren'Py 7.3.5.606
Thu Apr  2 18:22:39 2020
```
os: OSX 10.15
running from ren'py launcher
game version:
Screenshot 2020-04-02 at 18.26.08.png
Screenshot 2020-04-02 at 18.25.26.png
 

nopes2

New Member
Apr 4, 2020
1
0
yeah same thing


While loading <'Image' u'Gallery/BK1/cover.webp'>:
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'Gallery/BK1/cover.webp'.
 

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
247
1,016
yeah same thing


While loading <'Image' u'Gallery/BK1/cover.webp'>:
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'Gallery/BK1/cover.webp'.
Sorry, I end up letting some old files when I updated to b version, but I corrected it now.
 
  • Like
Reactions: CarpeDiem69

chuarv

Newbie
Mar 31, 2019
29
9
just download the new version of the game but got this problem when open gallery. please help thanks.


I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'images/Gallery/BK1/cover.webp'>:
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/Gallery/BK1/cover.webp'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Gallery Enabler [v0.8.6]/scripts/Gallery/Gallery.rpyc", line 23, in script
�jr��K4n��E���q�U�8��µ#�m�p;ޮ��'GQZv����3�m���CS�o"`E�8]���:��{
A�Ea�^���ˑ�ԋq�rEw$���ǧ�V3��t/�|��>�����YI0*d'
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\ast.
py", line 1828, in execute
self.call("execute")
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\ast.
py", line 1816, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\stat
ements.py", line 177, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\exp
orts.py", line 2710, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\ui.p
y", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kw
args)
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\core.py", line 3132, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_fra
me_drawn)
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\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 "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\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 "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\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 "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\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 "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\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 "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\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 "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\layout.py", line 919, in render
surf = render(d, width - x, rh, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\behavior.py", line 724, in render
rv = super(Button, self).render(width, height, st, at)
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\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 "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\im.py", line 580, in render
return cache.get(self, render=True)
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\im.py", line 266, in get
surf = image.load()
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\disp
lay\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.file
name)
File "C:\Users\X551\Desktop\Hgame\Four_Elements_Trainer_v.0.8.5d-pc\renpy\load
er.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/Gallery/BK1/cover.webp'.
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Four Elements Trainer 0.8.6c
Tue Apr 07 04:52:23 2020
 

ltpika

Engaged Member
Aug 6, 2016
2,539
2,814
Thanks, this is a godsend. gets really messy trying to find scenes reloading my massive amount of saves. Is there any way to adjust things so you get the phase 1 version of certain scenes? I'd love to relive taking Katara's virginity.
 

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
247
1,016
Thanks, this is a godsend. gets really messy trying to find scenes reloading my massive amount of saves. Is there any way to adjust things so you get the phase 1 version of certain scenes? I'd love to relive taking Katara's virginity.
It would take me an tremendous amout of time to do it for every scene that have more than one possible outcome, some of them have even four different texts depending on your advancement on something, and the most change would be on text and/or less images, that's why I did only for the last and most complete version of every scene.
 
5.00 star(s) 3 Votes