Final Fantasy Hacktics

Modding => Hacking/Patching Tools => Topic started by: mmatyas on October 16, 2021, 12:15:58 pm

Title: Online Event Debugger
Post by: mmatyas on October 16, 2021, 12:15:58 pm
Hey there, it's been a while. About a year ago I started working on an event viewer/debugger, combined with a map viewer (https://ffhacktics.com/smf/index.php?topic=12530.0), running in the browser. I was using it for translation, but then 2020/21 happened, and the whole thing has been on hold for a while.

In the past weeks however, I've started working on the project a bit more again, and it's going quite well. The translation just reached the end of chapter one, and as a "celebration" I've decided to get the tool into shape and release whatever is working so far.

You can try it out here: https://mmatyas.github.io/fft/eventplayer/ (https://mmatyas.github.io/fft/eventplayer/)

Most events are still missing of course, but perhaps you might still find some use in it. I also added support for Xifanie's events from the wiki, but I haven't actually tried any of the large mods out there, like The Lion War, with it.

(https://snipboard.io/KYy8Uo.jpg)

It support both the US and the Japanese releases:

(https://snipboard.io/MOvkwb.jpg)

Title: Re: Online Event Debugger
Post by: nitwit on October 16, 2021, 01:11:01 pm
Incredible!

@ArmoredKori
Title: Re: Online Event Debugger
Post by: 3lric on October 16, 2021, 04:49:47 pm
Will this load custom events?

Does it support the new commands from the event instruction upgrade hack?
Title: Re: Online Event Debugger
Post by: mmatyas on October 17, 2021, 05:31:53 am
Yes, it should be able to load and recognize all events currently on the wiki (ie. up to version 1.371). It should work both with opening a custom TEST.EVT or using the game disk, but I haven't tried out any full mods yet (in particular, the list of maps is hardcoded at the moment).
Title: Re: Online Event Debugger
Post by: adamrt on October 21, 2021, 06:27:17 pm
Another amazing tool @mmatyas!

Are you going to release the source for either of these projects?

Title: Re: Online Event Debugger
Post by: mmatyas on October 22, 2021, 12:42:48 pm
Maybe! I'm not 100% pleased with the code at the moment, but I was thinking about releasing some of my tools after I finish the translation. I've found the wiki pretty detailed for development, but I'll also see if there's something I can update there.
Title: Re: Online Event Debugger
Post by: mmatyas on November 04, 2021, 01:28:32 pm
Some updates:

- You can now play the scene with double speed
- You can now view (and change!) the current camera position, rotation and zoom level
- You can now view the memory values set by the scene (and, in the future, might change it as well)
- Added support for the "{2E} Background" event
- Small fixes

(https://snipboard.io/WxbTGq.jpg)