Users browsing this thread: 2 Guest(s)
FF6Tools - Browser-Based ROM Editor

#76
Posts: 179
Threads: 3
Thanks Received: 24
Thanks Given: 4
Joined: Apr 2015
Reputation: 18
Status
None
(11-07-2018, 01:44 PM)Warrax Wrote: This is the best map editor so far even tho the browser version is missing a lot of features. My only problem is not being able to read modified ROMs, specially since it use a web browser which I tend to close by accident once in a while (and lose all progress as a result).

I was able to make an IPS file with map changes and apply the patch to a FF3usME edited ROM, it works but the WoR map gets corrupted so I'd make sure FF6Tools works with ROMs modified by FF3usME too.

Also the editor seems to move a lot of data...over 200k even when I haven't done much, why is that? This also results in patches that fix map bugs (even maps that I haven't touched with FF6Tool) to not work anymore.

Thanks for the feedback. I just made it so that if you open a non-vanilla ROM, FF6Tools will give you a list of built-in definition files to choose from. This should allow you to load ROMs which have been modified by FF3usME or other editors. Also, if you previously saved using FF6Tools, you should have gotten a zip file with two files inside. One is the modified ROM, and the other is a json file that you can use to re-open the modified ROM in FF6Tools.

I'm thinking about adding a warning message in case you accidentally close the window or hit the back button. Just gotta figure out how to do that.

I'm not sure about the issue with the WoR map. I'll test that out myself and see if I can recreate the problem. Now that I think about it, I don't think I've tested WoR or Serpent Trench at all!

I expect that the reason why you are seeing large patch sizes is that FF6Tools re-calculates pointer tables to optimize data storage. So for example, if you edit a map and the data length changes by a few bytes after re-compression, all of the data for the following maps will shift over by a few bytes. The IPS and UPS formats have no way of handling this, so they treat it as though the entire thing is a new block of data. If you need a smaller patch file size, you could try a different format like xdelta or bsdiff which are a bit more optimized for this type of thing. I have tentative plans to incorporate a multi-format patch generator and patcher directly into FF6Tools, but this is probably a long way off.

Patches that fix map bugs only work if the map data is in its original location in the ROM, so they would need to be applied before editing any maps with FF6Tools. Or you would need to make the fixes manually using FF6Tools.



On a side note, I added support for the Japanese and European versions of FF6 Advance, including multi-language text boxes for strings. Apparently strings are stored separately for the small and large fonts that the game uses. This is also true for the Japanese version of FF6 Advance, which has separate strings for "with Kanji" and "without Kanji". So you need to edit all duplicates of these strings in order for your changes to show up everywhere in the game.

I also added support for the original Final Fantasy for the NES. Here are some screenshots:

Map Editor: Screenshot 1  Screenshot 2
Battle Editor: Screenshot 3  Screenshot 4
  Find
Quote  
[-] The following 2 users say Thank You to Everything for this post:
  • madsiur (11-23-2018), Warrax (11-22-2018)



Messages In This Thread
RE: FF6Tools - ROM Editor for OS X - by madsiur - 08-31-2016, 05:36 PM
RE: FF6Tools - ROM Editor for OS X - by seibaby - 08-31-2016, 07:30 PM
RE: FF6Tools - ROM Editor for OS X - by m06 - 09-01-2016, 11:40 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 11-06-2016, 03:33 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 12-19-2016, 07:43 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 12-21-2016, 01:35 AM
RE: FF6Tools - ROM Editor for OS X - by JCE3000GT - 05-15-2017, 11:10 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 05-15-2017, 04:50 PM
RE: FF6Tools - ROM Editor for OS X - by JCE3000GT - 05-20-2017, 01:42 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 05-20-2017, 01:16 PM
RE: FF6Tools - ROM Editor for OS X - by seibaby - 05-18-2017, 03:11 PM
RE: FF6Tools - ROM Editor for OS X - by SSJ Rick - 05-18-2017, 11:37 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 05-25-2017, 11:29 AM
RE: FF6Tools - ROM Editor for OS X - by SSJ Rick - 07-25-2017, 03:46 AM
RE: FF6Tools - ROM Editor for OS X - by Gi Nattak - 07-25-2017, 06:40 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 07-26-2017, 01:02 PM
RE: FF6Tools - ROM Editor for OS X - by seibaby - 07-27-2017, 09:36 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 08-26-2017, 08:42 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 08-26-2017, 06:41 PM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 09-14-2017, 01:28 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 10-22-2017, 10:58 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 10-23-2017, 04:19 PM
RE: FF6Tools - ROM Editor for OS X - by m06 - 12-22-2017, 10:27 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 01-09-2018, 01:05 PM
RE: FF6Tools - ROM Editor for OS X - by seibaby - 01-21-2018, 07:37 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 02-14-2018, 03:15 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 02-16-2018, 08:30 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 02-17-2018, 01:14 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 03-17-2018, 12:33 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 03-24-2018, 09:02 PM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 11-07-2018, 01:44 PM
RE: FF6Tools - ROM Editor for OS X - by Everything - 11-22-2018, 04:28 PM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 11-22-2018, 04:47 PM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 01-16-2019, 01:45 PM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 01-19-2019, 11:17 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 01-19-2019, 11:55 AM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 01-27-2019, 01:34 PM
RE: FF6Tools - ROM Editor for OS X - by fw4210 - 06-29-2023, 05:21 PM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 01-19-2019, 11:33 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 01-20-2019, 11:14 AM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 01-20-2019, 11:56 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 01-20-2019, 12:39 PM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 01-20-2019, 01:56 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 01-20-2019, 06:22 PM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 02-06-2019, 05:08 PM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 02-06-2019, 11:22 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 02-15-2019, 12:03 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 04-03-2019, 10:56 AM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 04-03-2019, 01:40 PM
RE: FF6Tools - ROM Editor for OS X - by Gi Nattak - 04-29-2019, 10:46 PM
RE: FF6Tools - ROM Editor for OS X - by Warrax - 05-09-2019, 10:16 AM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 05-09-2019, 07:27 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 07-15-2019, 01:56 PM
RE: FF6Tools - ROM Editor for OS X - by madsiur - 03-04-2020, 11:18 PM

Forum Jump:

Users browsing this thread: 2 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite