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

5.00 star(s) 3 Votes

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
251
1,047
What is the Shit? 0_0
This means that if there is nothing new in the version v0.9.5b or v0.9.5c I don't need to update the mod that it'll still work normally.
That is there because around v0.9.3 there were nothing new in the b and c version, but people still asked for v0.9.3c version
 
  • Like
Reactions: Dreamatrix

DrWho8248

Well-Known Member
May 7, 2020
1,647
1,421
This means that if there is nothing new in the version v0.9.5b or v0.9.5c I don't need to update the mod that it'll still work normally.
That is there because around v0.9.3 there were nothing new in the b and c version, but people still asked for v0.9.3c version
PLS, mate, can you share here you mod from prev renpy version?
I mean, I need you original's .rpy files...
I can not transfer from .rpyc to back .rpy :(
With .rpy files you mod for me work 100%, but...
Cus you put only .rpyc files what you creating with new version renpy I can not use it.... (I have old System)
 

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
251
1,047
PLS, mate, can you share here you mod from prev renpy version?
I mean, I need you original's .rpy files...
I can not transfer from .rpyc to back .rpy :(
With .rpy files you mod for me work 100%, but...
Cus you put only .rpyc files what you creating with new version renpy I can not use it.... (I have old System)
For it to work correctly in the old system you need to change the inject.rpy:2

From:
Python:
screen main_menu():
To:
Python:
screen main_menu() tag menu:
and remove "tag menu" on line 3
 

DrWho8248

Well-Known Member
May 7, 2020
1,647
1,421
Can anyone help me with this? Here's the full transcription:
Hah.... Mate you have the problem just like me i posted below....
You PC system dos not support New RenPy Engine...
You PC can not read .rpyc files waht already inclused unsopported code...
It funny... Cus i see you use Win 7... And me i use Win XP...
Download arhive what felipons attached below... (I hope felipons in next update from begginig inclused .rpy files :) )
 

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
251
1,047
Hah.... Mate you have the problem just like me i posted below....
You PC system dos not support New RenPy Engine...
You PC can not read .rpyc files waht already inclused unsopported code...
It funny... Cus i see you use Win 7... And me i use Win XP...
Download arhive what felipons attached below... (I hope felipons in next update from begginig inclused .rpy files :) )
I'm actually checking if I can do a version that work for both new and old Ren'py versions.
Otherwise I might have to do 2 different builds.
 

BruceMcGivern

Well-Known Member
Apr 19, 2020
1,403
1,406
Hello felipons i have quick question and dont take it as i'm requesting you to do it or stuff like that.

I know that before some versions of Four elements in fire nation chapter in all the states: love, slave, neutral zuko's portrait always showed up and i recently picked up this game to give it a try to the new content and stuff and i didn't like that little kid showing as a portrait on the slave routes, so the quick question is ¿is it possible to modify that so it shows zuko like it showed on previous versions?

also if possible to do ¿any chances it doesn't show up errors or that's inevitable?
 

Mistervd

Well-Known Member
Nov 25, 2017
1,501
1,841
I'm actually checking if I can do a version that work for both new and old Ren'py versions.
Otherwise I might have to do 2 different builds.
Btw the new 0.9.5b has new "tweaked" version of the old scenes. Just letting you know, I'll wait for an update. Keep up the good work.
 

DrWho8248

Well-Known Member
May 7, 2020
1,647
1,421
I'm actually checking if I can do a version that work for both new and old Ren'py versions.
Otherwise I might have to do 2 different builds.
No need realy.... New Version RenPy work fine for old system, BUT ONLY .RPY files....
 

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
251
1,047
No need realy.... New Version RenPy work fine for old system, BUT ONLY .RPY files....
Wait I thought it was a limitation of the old version Mity released, not related specifically with a determinated Windows Version.

You don't have permission to view the spoiler content. Log in or register now.
So I made sure it worked with the old version, but if there is a limitation of the Windows version that needs .rpy I'll add it in the next version.
 

hohaxux

New Member
Aug 7, 2017
11
28
Updated for v0.9.5b
An error occurs at REPUBLIC CITY -> LOVE -> [KORRA] KISS.
Code:
While running game code:
ScriptError: could not find label 'gallery_b4l_korra_kiss'.

-- 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 "mods/gallery/scripts/gallery.rpyc", line 78, in script call
  File "mods/gallery/scripts/gallery.rpyc", line 78, in script call
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'gallery_b4l_korra_kiss'.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Four Elements Trainer 0.9.5b
Wed Sep  1 16:26:36 2021
 

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
251
1,047
An error occurs at REPUBLIC CITY -> LOVE -> [KORRA] KISS.
Code:
While running game code:
ScriptError: could not find label 'gallery_b4l_korra_kiss'.

-- 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 "mods/gallery/scripts/gallery.rpyc", line 78, in script call
  File "mods/gallery/scripts/gallery.rpyc", line 78, in script call
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'gallery_b4l_korra_kiss'.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Four Elements Trainer 0.9.5b
Wed Sep  1 16:26:36 2021
Just a mistype of my part, will be corrected in the next update.
 

RndUser

Newbie
Sep 23, 2019
23
48
An error occurs at REPUBLIC CITY -> LOVE -> [KORRA] KISS.
Code:
While running game code:
ScriptError: could not find label 'gallery_b4l_korra_kiss'.

-- 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 "mods/gallery/scripts/gallery.rpyc", line 78, in script call
  File "mods/gallery/scripts/gallery.rpyc", line 78, in script call
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'gallery_b4l_korra_kiss'.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Four Elements Trainer 0.9.5b
Wed Sep  1 16:26:36 2021
I fixed the bug/typo myself:
 
  • Like
Reactions: parakep

GAB

Salty Montrealer
Donor
May 10, 2017
2,351
17,705
felipons I like how it's possible to replay first, second or third time in book 4 love route for example but, in book 2, slave route Azula scenes are always played from mindbroken state. screenshot0001.png

I seem to recall discussing this with you before about replayability function and adjust how azula is so that she has a different dialogue according to her stats, here's an example of Azula first time footjob
screenshot0002.png

From an incencitive perspective, i figured out how to use PayPal so it could encourage you to push through
Is it still a WIP or you abandoned that project?
 

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
251
1,047
From an incencitive perspective, i figured out how to use PayPal so it could encourage you to push through
Is it still a WIP or you abandoned that project?
I really didn't gave much of a thought about doing older animation versions, but if you have a strong feeling about it to the point of wanting to support financially it, I would gladly do so.

Depending no how much you are willing to invest I could rework everything to the point where you could choose everything from how to be called to everything else, I just decided to abandon the idea before because it would take more time than I'm willing to dedicate for this as just a fan made mod.

You can contact directly on my discord: Squanchy#7697

PS.: I cannot do it in the next 2 weeks because I just moved to a different place, and I'm still doing some changes here, my work-table is still being done by the joiner (It's a custom-made furniture). But as soon as it arrives I can work on it.
 
  • Like
Reactions: Mistervd
5.00 star(s) 3 Votes