FF6 Hacking
ff3se 2.12 - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: ff3se 2.12 (/thread-3680.html)

Pages: 1 2 3 4


ff3se 2.12 - Subtraction - 05-05-2018

I got a bit annoyed at ff3se (the atma weapon one), so...I made some changes.

1.) It now works with both headered and unheadered ROMs
2.) If you don't make any changes in the Monsters or Espers tabs, it won't make a bunch of pointless changes to that part of the ROM.
3.) In the export dialog, if you change the filename and then change the file type or click browse, it doesn't forget the changes you made to the filename.
4.) You can export portraits to a .bin and .pal if you want.

I have also incorporated the changes from ff3se_m into the source code, and they can be turned on or off with a #define.

ff3se: http://www.mediafire.com/file/og1pk6b57b9t2ca/ff3se_2.12.zip
ff3se_m: http://www.mediafire.com/file/r39xm67impoqqca/ff3se_m_2.12.zip
source: http://www.mediafire.com/file/kb8j39nybmfsrdw/ff3se_2.12_source.zip


RE: ff3se 2.12 - madsiur - 05-05-2018

This is pretty awesome. I'll add your version to the wiki. I must have spent a few hours trying to compile the solution in VS 2015 but never had any luck. I was able to once make some debug build but it was not working outside my PC.

Which library have you linked to make it compile? I tried older and newer versions of libpng but it was not working..


RE: ff3se 2.12 - Subtraction - 05-05-2018

It links libpng 1.6.28.1, which is the latest version in VS 2015's NuGet Package Manager.


RE: ff3se 2.12 - Subtraction - 09-13-2018

Update: I missed one change needed for the ff3se_m to work properly. That and the source have been updated.


RE: ff3se 2.12 - madsiur - 09-13-2018

(09-13-2018, 02:38 AM)Subtraction Wrote: Update: I missed one change needed for the ff3se_m to work properly. That and the source have been updated.

Thanks Subtraction! I'll update the wiki links.


RE: ff3se 2.12 - CrumpledMedal - 09-14-2018

Only thing I wish it would do is be able edit the riding and wounded sprites in the game. Maybe someday.


RE: ff3se 2.12 - Subtraction - 11-18-2018

Updated to fix crashing. The problem was that when you link libpng, you have to set the project to build with /MD flag, or it crashes sometimes. I was using /MT.


RE: ff3se 2.12 - Lightning - 11-22-2018

(11-18-2018, 05:18 AM)Subtraction Wrote: Updated to fix crashing. The problem was that when you link libpng, you have to set the project to build with /MD flag, or it crashes sometimes. I was using /MT.

I'm not sure if you saw my shoutbox post, but I seem to have reached a limitation of 199 images in the editor.  Even though it lets me create images well above 199, it won't save any image that is over 199 (the image will corrupt and won't save).  This is a huge stumbling block for me, because I was going to add at least another 15-20 monsters with the 23,000 bytes I still have free.  In fact, I was going to use my 4-day Thanksgiving weekend to import a lot more monsters, but I'm not sure if it will be a waste of time or not if this is a hard-coded limitation of the game, or just a problem with the editor!  I'm not sure if anyone can look at this or not, but it would help me continue my progress!

Edit: Actually, now I'm not sure it has to do with any kind of image limit. The program might be incorrect about there being 23,000 bytes remaining, or there is some other bug. Whenever I get down to around 23,000 bytes remaining, I cannot import any more images and save the file without corruption happening. In fact, the editor won't even let me replace a smaller monster sprite with a larger one without the app crashing altogether. This definitely appears to be a bug!


RE: ff3se 2.12 - Gi Nattak - 05-24-2019

(11-22-2018, 05:22 PM)Lightning Wrote:
(11-18-2018, 05:18 AM)Subtraction Wrote: Updated to fix crashing. The problem was that when you link libpng, you have to set the project to build with /MD flag, or it crashes sometimes. I was using /MT.

I'm not sure if you saw my shoutbox post, but I seem to have reached a limitation of 199 images in the editor.  Even though it lets me create images well above 199, it won't save any image that is over 199 (the image will corrupt and won't save).  This is a huge stumbling block for me, because I was going to add at least another 15-20 monsters with the 23,000 bytes I still have free.  In fact, I was going to use my 4-day Thanksgiving weekend to import a lot more monsters, but I'm not sure if it will be a waste of time or not if this is a hard-coded limitation of the game, or just a problem with the editor!  I'm not sure if anyone can look at this or not, but it would help me continue my progress!

Thanks to Madsiur figuring this out a workaround method can be used to get around this issue.
You need to simply 'Clear' the broken image, and re-import it.
So it'd be like:
Step 1: New Image
Step 2: save...
Step 3: open ff3se again and go to the broken image.
Step 4: CLEAR broken image, and re-upload said image once more.
Step 5: save.

That seems to fix 'er back to working for whatever reason, at least it has for me. Thanks Madsiur!


RE: ff3se 2.12 - Lightning - 05-24-2019

(05-24-2019, 09:00 PM)Gi Nattak Wrote:
(11-22-2018, 05:22 PM)Lightning Wrote:
(11-18-2018, 05:18 AM)Subtraction Wrote: Updated to fix crashing. The problem was that when you link libpng, you have to set the project to build with /MD flag, or it crashes sometimes. I was using /MT.

I'm not sure if you saw my shoutbox post, but I seem to have reached a limitation of 199 images in the editor.  Even though it lets me create images well above 199, it won't save any image that is over 199 (the image will corrupt and won't save).  This is a huge stumbling block for me, because I was going to add at least another 15-20 monsters with the 23,000 bytes I still have free.  In fact, I was going to use my 4-day Thanksgiving weekend to import a lot more monsters, but I'm not sure if it will be a waste of time or not if this is a hard-coded limitation of the game, or just a problem with the editor!  I'm not sure if anyone can look at this or not, but it would help me continue my progress!

Thanks to Madsiur figuring this out a workaround method can be used to get around this issue.
You need to simply 'Clear' the broken image, and re-import it.
So it'd be like:
Step 1: New Image
Step 2: save...
Step 3: open ff3se again and go to the broken image.
Step 4: CLEAR broken image, and re-upload said image once more.
Step 5: save.

That seems to fix 'er back to working for whatever reason, at least it has for me. Thanks Madsiur!

Doesn't work for me, unfortunately!  Every time I save it, graphics are corrupted (especially the imp in the Espers tab).  No matter how many times I re-save and open, it is corrupted.  It seems I am capped at 29,488 "free space" of bytes remaining.  If I use up any more than that, corruption occurs.