Hey there, thanks for the comment!
For now, the project is still in the proof of concept stage, remaking the whole game is just a fantasy due to game´s the complexity. Truly, I had no idea what I was getting into.
If I'm lucky, I will be able to port the whole tutorial segment and make some tools to convert data from GMX to Godot easily (Only tilemaps and sprites so far). If that works, then porting the rest of the game should be simpler.
I also want to change some thins from the game, but every change made breaks something else. Down the line, I really want to change the combat to turn based, but that would break a lot of things.
Other things I have no choice but to port it as is, like the (bloated) cutscene system. Everything uses this system (dialogs, cutscenes, quest flags) and changing it means changing every interaction and cutscene movement in the game.
I´ve been working on this cutscene system on and off for ~2 months.