FF6 Hacking
FF6Tools - Browser-Based ROM Editor - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Dragons' Den (https://www.ff6hacking.com/forums/forum-13.html)
+--- Thread: FF6Tools - Browser-Based ROM Editor (/thread-3321.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


RE: FF6Tools - ROM Editor for OS X - Warrax - 04-03-2019

You sure added a lot of stuff! Well done


RE: FF6Tools - ROM Editor for OS X - Squall_FF8 - 04-11-2019

Good job Everything!

C'mon join discord, things will start roll much faster  Shine


RE: FF6Tools - ROM Editor for OS X - Everything - 04-28-2019

I've been working on adding support for FF5 Advance. The data formats are not as similar to the SFC/SNES version as they are for FF6 Advance, so it's been quite a bit more difficult. The map layouts use an absurdly complicated compression algorithm that took me a while to figure out. I haven't written a recompression algorithm yet, so there's no way to save map changes yet. The event script format is a bit different too, and I still need to fix quite a few of the event commands. I haven't set up the battle editor either.

I also fixed a few things that also affect the SFC/SNES versions of FF5. Map animation graphics and layer 3 graphics now get loaded properly, and treasure chest data is now handled a little differently.

[Image: NXKKEM2l.png]
[Image: HbaIid9l.png]
[Image: c58wYnjl.png]


RE: FF6Tools - ROM Editor for OS X - Gi Nattak - 04-29-2019

Just curious if someday an option could be to load ff5 maps into ff6 and visa versa, and have it use the correct tile sets and properties and all that to have it nice and seamless.


RE: FF6Tools - ROM Editor for OS X - Warrax - 05-09-2019

It seems like FF6tools will modify checksum data and was wondering if changing these are critical or not because I have another patch called Mini-Maps Upgrade that modify the same data but with different results.

Original data for FF3us v1.0 (at the end of C0):
C0/FFDC: CDA0 (Inverse Checksum)
C0/FFDE: 325F (Checksum)

Original data for FF3us v1.1:
C0/FFDC: 9575 (Inverse Checksum)
C0/FFDE: 608A (Checksum)

Data changed by FF6Tools:
C0/FFDC: 04A6 (Inverse Checksum)
C0/FFDE: FB59 (Checksum)

Data changed by Mini-Maps Upgrade:
C0/FFDC: 359D (Inverse Checksum)
C0/FFDE: CA62 (Checksum)


RE: FF6Tools - ROM Editor for OS X - madsiur - 05-09-2019

Checksum can be changed, I think what counts is that the checksum has a corresponding inverted one, meaning you can use whatever set of the four. You'll likely never have the good checksum with a patch that change it or after a manual edit (in this case it remains the same but becomes no good), but some utilities like FF6Tools likely recalculate the good one and it will be different each time you change a single byte in the ROM.


RE: FF6Tools - ROM Editor for OS X - Everything - 05-12-2019

(04-29-2019, 10:46 PM)Gi Nattak Wrote: Just curious if someday an option could be to load ff5 maps into ff6 and visa versa, and have it use the correct tile sets and properties and all that to have it nice and seamless.

In theory, that wouldn't be too difficult. The map layouts, graphics, and tilesets all have basically the same format. There are some details like transparency and tile properties that would probably need some tweaking. On the other hand, FF6 maps are designed for 16x24 character sprites while FF4 and FF5 maps are designed for 16x16 character sprites. If you simply copied a map from one game to the other, the sprites probably wouldn't line up properly with some of the map tiles.

With FF6Tools, I plan to eventually add import/export for raw binary data. This would allow you to copy a map from one game to another, although it would still probably take some trial and error to get it looking nice.


RE: FF6Tools - ROM Editor for OS X - Everything - 07-14-2019

I started adding support to edit battles in FF5 Advance. It still needs a bit of work but here are some screenshots.

[Image: hly5cN9l.png]

[Image: Tqip6ZOl.png]


RE: FF6Tools - ROM Editor for OS X - madsiur - 07-15-2019

Awesome work as usual!


RE: FF6Tools - ROM Editor for OS X - madsiur - 03-04-2020

Someone on Discord reported that he was able to change monster XP and gold on the FF6 US GBA version but not the japanese GBA version because changes will not save with this particular version. I did not tested if it was the case or not.