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

5.00 star(s) 4 Votes

ShadowWarrior

Well-Known Member
Aug 3, 2017
1,131
2,198
I've decided to update the gallery to the version v1.1.4c
It may have some BUGS (especially regarding the backgrounds)
This doesn't mean I'm taking on the project full-time
Thanks felipons to all the work done till now


Enjoy:

CRC: 4256F625
Hey man, if you take over for Felipons...props to you.
 

Speed2

New Member
Dec 17, 2019
7
48
I've decided to update the gallery to the version v1.1.4c
It may have some BUGS (especially regarding the backgrounds)
This doesn't mean I'm taking on the project full-time
Thanks felipons to all the work done till now


Enjoy:

CRC: 4256F625
I found a bug making the P'LI sex scene not occurring in the gallery,
I will try fixing it ASAP

Update:
Fix it
 
Last edited:

Halbech

New Member
Feb 4, 2021
1
0
I found a bug making the P'LI sex scene not occurring in the gallery,
I will try fixing it ASAP

Update:
Fix it
The new Eska/Desna stuff also does not show up in the gallery.
 

pewdstap88

Newbie
Feb 26, 2022
44
32
I've decided to update the gallery to the version v1.1.4c
It may have some BUGS (especially regarding the backgrounds)
This doesn't mean I'm taking on the project full-time
Thanks felipons to all the work done till now


Enjoy:

CRC: 4256F625
I've decided to update the gallery to the version v1.1.4c
It may have some BUGS (especially regarding the backgrounds)
This doesn't mean I'm taking on the project full-time
Thanks felipons to all the work done till now


Enjoy:

CRC: 4256F625
Hey man how did you make the gallery mod? Am learning renpy and want to also practice making gallery mods for this project. Not sure where to start
 
  • Like
Reactions: StarsGuy423.

Speed2

New Member
Dec 17, 2019
7
48
Hey man how did you make the gallery mod? Am learning renpy and want to also practice making gallery mods for this project. Not sure where to start
I mostly reverse engineer the felipons gallery version and started from here.
(It was my first take with renpy, that's the reason I disclose it migth had bugs)
Like shmurfer said I have a background in coding so I knew more or less what to look for.

I recommend start with simple stuff.
Modding/Coding might be frustating when something is not working as intended


Gallery mods are a fun challenge, especially in a project where the Devs didn't considered to add a Gallery.
It makes you:
  1. Reverse engineer the base game
  2. Analyse the code / understand what is doing - in some cases this is difficult when the Devs decide to obfuscate the code (Not the case in FET)
    • Have critical thinking is really important
  3. Create layouts to the gallery
  4. Learn how to inject files in the game (basically modding)
 
Last edited:

shmurfer

Engaged Member
Dec 29, 2019
2,570
3,717
FET is also a harder challenge than most thanks to the basically spaghetti code layout everything is in. IIRC The gallery mod just duplicates the scene code and has its own scene variables rather than linking you to the same events since they were never made clean enough to point to for a gallery.
 

Speed2

New Member
Dec 17, 2019
7
48
FET is also a harder challenge than most thanks to the basically spaghetti code layout everything is in. IIRC The gallery mod just duplicates the scene code and has its own scene variables rather than linking you to the same events since they were never made clean enough to point to for a gallery.
True,
When the Devs consider a gallery (even when they not implemented), it's easier to have a more trustworthy gallery, where we for sure get every variation of a scene
 
  • Like
Reactions: StarsGuy423.
Aug 4, 2020
25
4
So I have essentially been trying to use ChatGPT to replicate the gallery mod. And what I've managed to do so far is extract the base games images.rpa and scripts.rpa files. I then converted all of the rpyc scripts into rpy scripts so that Python could read them. And then I had ChatGPT make the program essentially scan through all of the rpy files and assemble the composite images, kind of like layering in Photoshop. And then trying to, once it had assembled all of those composite PNG files, animate them based on the animation blocks in the rpy files and turn them into mp4 files. But I can't really seem to get it to work very accurately as I either get all black mp4 files or just still frames of characters, so if anybody could further explain how I might be able to do this more efficiently, that would be great.
 
  • Like
Reactions: PabloP0rno014Xd

Asura066

Member
May 3, 2018
397
232
So I have essentially been trying to use ChatGPT to replicate the gallery mod. And what I've managed to do so far is extract the base games images.rpa and scripts.rpa files. I then converted all of the rpyc scripts into rpy scripts so that Python could read them. And then I had ChatGPT make the program essentially scan through all of the rpy files and assemble the composite images, kind of like layering in Photoshop. And then trying to, once it had assembled all of those composite PNG files, animate them based on the animation blocks in the rpy files and turn them into mp4 files. But I can't really seem to get it to work very accurately as I either get all black mp4 files or just still frames of characters, so if anybody could further explain how I might be able to do this more efficiently, that would be great.
Are you outing yourself as a vibe coder? lmfao
You could have used a software to make the file readable. and start from there.
 
Aug 4, 2020
25
4
Are you outing yourself as a vibe coder? lmfao
You could have used a software to make the file readable. and start from there.
yeah I have absolutely no coding knowledge whatsoever, but AI is pretty good at doing what you tell it to do if you prompt it right. I tried copying the game into my on version of renpy, but that didn't really work very well cuz idk what I'm doing. What software are you talking about?
 

Asura066

Member
May 3, 2018
397
232
yeah I have absolutely no coding knowledge whatsoever, but AI is pretty good at doing what you tell it to do if you prompt it right. I tried copying the game into my on version of renpy, but that didn't really work very well cuz idk what I'm doing. What software are you talking about?
can you use RPA extract. There is a github online.
 
5.00 star(s) 4 Votes