KevConrad / GaiaPyCreator

The editor for the Super Nintendo game "Illusion of Gaia", reworked in python.
5 stars 0 forks source link

Can GaiaPyCreator be used to make a fan translation? #1

Open benserwa opened 8 months ago

benserwa commented 8 months ago

L Thammy on the Resetera forum made a re-translation of the game in text and video, and gave permission to someone to do the work of actually putting it in the game. Is this tool capable of that?

Sezyrrith commented 1 month ago

As far as I can tell, this should be capable of all the things listed on the creator's original website, which means it can edit text. I can't check, as I can't get it to work properly, as of right now. I'm guessing there's some dependency I don't have, or maybe a version change between mine and KevConrad's has broken something, because I can make a new project, or "load" an already made project, but the editor locks up immediately upon doing either.

KevConrad commented 4 weeks ago

Hi @benserwa unfortunately the python version of the editor does not support this feature yet (same as the c# editor in which you can edit text but not write it back to ROM). This feature will be added along with all the other stuff (map, event editing etc.). The issue mentioned by @Sezyrrith should be fixed now so you are able to see what the editor is capable of in the moment (which is not much to be honest).

benserwa commented 3 weeks ago

Hi @benserwa unfortunately the python version of the editor does not support this feature yet (same as the c# editor in which you can edit text but not write it back to ROM). This feature will be added along with all the other stuff (map, event editing etc.). The issue mentioned by @Sezyrrith should be fixed now so you are able to see what the editor is capable of in the moment (which is not much to be honest).

Looking forward to it!