FINAL FANTASY – Character Replacement Sprite Mod Tutorial

FINAL FANTASY – Character Replacement Sprite Mod Tutorial 1 - steamlists.com
FINAL FANTASY – Character Replacement Sprite Mod Tutorial 1 - steamlists.com
Not only the first major character replacement mod bundled in, but a play-by-play of what I did to try to get it all working and how to do your own. Getting into doing your own mods will require external tools provided in the guide.

 

The Mod Itself

FINAL FANTASY - Character Replacement Sprite Mod Tutorial - The Mod Itself

www.dropbox.com – https://www.dropbox.com/s/y2pchgfpugp8xn3/FF1PR%20Origins%20%26%20Dawn%20Style%20Resprite.7z?dl=0
FINAL FANTASY - Character Replacement Sprite Mod Tutorial

This will replace the battle sprites of all twelve classes, as well as the world sprites, with their Dawn of Souls assets. The battle sprites were recolored to resemble their PlayStation 1 Origins style more so they clash less with enemies in encounters.

I also included each of the sprites used to create the mod, with their numbers on each folder to denote who is assigned to which bundle, and also took care to separate the bundle folders in case one would rather pick and choose what they want. Feel free to modify and redistribute, technically none of these are mine in the first place!

Credits To: DerZocker, Vanarus, and Ren Ramos for their rips derived from Spriters Resource!

Now with an www.dropbox.com – https://www.dropbox.com/s/c6cbgvt3ig24xb2/Brightened_Resprite.zip?dl=0 by Siggy, in an attempt to strike a balance of PSX and GBA colors!
FINAL FANTASY - Character Replacement Sprite Mod Tutorial

All of the bundle files within the appropriate bundle folders go here:
FINAL FANTASY - Character Replacement Sprite Mod Tutorial
Be sure to back up the original files in this folder so that you do not lose them, or require a Steam file verification!

What You’re Going To Need

So you want to get to modding sprites yourself? You’re going to need three things first and foremost, all of which were provided by the discord.gg – https://discord.gg/35YxRGH7 discord:

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

github.com – https://github.com/Perfare/AssetStudio/releases, which will be how you look at and examine things within the game’s Unity bundle files as well as extract their assets for modification. While not NECESSARY if you use my assets as a basis, if you want to go any further beyond that you will require this.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

github.com – https://github.com/nesrak1/UABEA, which is how you’ll actually insert the assets into the bundles individually. Scroll down to “latest version” instead of downloading the usual safe version, as it’s the only way you’ll be able to get into these recent bundles.

These will probably bother you about Microsoft NET 5.0 Runtime if you don’t have it already, but if you’re operating Windows it should readily direct you to it to install within no time.

And finally, this www.dropbox.com – https://www.dropbox.com/s/ly4l3j6n8pk67bl/UnityPlayer.7z?dl=0 courtesy of Enfyve from the community, which you will need to be able to even use mods at all by removing the CRC hashes the game expects. Replace the original .dll file in your game directory with it.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

Asset Studio

So you want to start modding. Let’s point towards the player battle files for our 12 classes first and foremost as we open up the Asset Studio executable. Let’s look at what we’re going to be briefly looking for with it.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

Generally, these should be 8-9 KB on average, and 10-11KB once I was done modding them. Within Asset Studio, you will want to select “File” in the upper left and find the file you want to modify. Browsing through the game’s assets is generally how you will find numerous things, but in this case we’re looking at the Warrior’s battle assets:

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

Click what you want to look at if you wish, but we’re here to mod. “Filter Type” set to Texture2D will give us what we want, as you can completely ignore the rest of the files within the bundle file and modding Texture2D is what gives us new things.

Isolate the sprites you want to modify, and right click them to extract somewhere, which will create a Texture2D folder wherever you pick.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

Look at where you extracted them and you should find the sprites you want to modify. Do not modify their names, both for convenience’s sake and because these are what they’re referred to as in the bundles.

As far as I can tell there are no palette limits or color limitations, but for battle sprites you are currently limited to 32 x 32, and the map sprites require lining up with the original assets.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

I did not include the actual in-game sprites and assets themselves (besides a small kerfuffle with Thief magic sprites he can’t use) so people can go extract their unmodified assets.

Additionally, you’ll want to look for these for the map sprites if you wish to edit them for the player classes, but good luck documenting the various world objects and NPCs.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

Technically speaking, you’re now done with the Asset Studio until you need to ever extract more assets. Now, because I’m an idiot I accidentally uploaded images from me opening a map sprite bundle next, so sorry for the shift in file names.

UABE Avalonia

I can’t walk you through the process of your sprite modifications, just remember what I said above about that and try to align things as you see fit. it does need transparencies, so something like freeware Paint programs, GIMP2, Photoshop or the like might be able to get the job done. Keep in mind things like the Darkness status effect’s shades over your character’s eyes or the like!

Now, let’s open up UABE Avalonia, or UABEA. This is the real work to finalize your creations.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

Remember that bundle you extracted from previously, because you now have to go and open it. You’ll want to probably have a copy of it you’re now working from. Ignore the other menu options for now.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

When the prompt shows up, select Memory so that you can modify it on the spot instead of finagling with saved things elsewhere.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

Now is the point where we dive into the file by clicking “Info“.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

Much like the Asset Studio you’ll get a listing of all the assets within the bundle, including what we’re looking for. In this case, I opened up a map file bundle, so I only have one sprite to replace; remember that big-named map sprite from the previous section? I want to look for that as a Texture2D.

So let’s click the “Type” tab to organize for Texture2D.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

If we were looking at a Battle replacement, all of the battle sprites would be lined up with their names appropriately at this point to make it easier to select them. Now click what you’re here to replace like above, and go over to “Plugins” on the right.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

You cannot edit the Sprites themselves using this method as “Edit Texture” doesn’t show up for them, but Texture2D overwrites all the sprites anyway which is why we are going this route. Click it and open up the selection.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

Ignore all of these other options and clickLoadnear the bottom, before finding your finished sprite asset and clicking on it. This will basically slot in what you created into the bundle file and overwrite the old asset that was there. Once you’re done, click on “Save” and it’ll back out to the asset menu.

You have to do this tediously for each and every Texture2D you want to replace, which is notable since Battle sprites have a lot more to replace per bundle. Be sure to name check and don’t mix things up by accident, as the names are identical to what showed up in Asset Studio and what you should’ve kept their names exported as.

Once you’ve done your replacements, save on the asset menu as well.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

Now you can close that part and exit out to the main menu. This part is a little tedious but was done as an example I followed: you’ll want to save this uncompressed bundle file separately to a different position, or maybe add a 2 or something at the end of .bundle to save it in the same folder.

Then you’ll want to open up that uncompressed bundle and then Compress it, saving it again elsewhere or with a tweak to keep it in the same folder. If you try to save over the file or compress onto an overwrite, the odds are that UABEA will crash, meaning you’ll have to redo the replacements.

FINAL FANTASY - Character Replacement Sprite Mod Tutorial

I have not tested the other compression type, so it’s safer to stick to LZ4 for now.

Once you’ve gotten all of that saved through and recompressed, it should be around 10-11 KB for our situation. Go back to the place where the bundles originally were in your game’s install folder, and after making sure the bundles you’re replacing are backed up, slot the modified new bundle into the folder like you would installing the mod, which may require an overwrite/replacement if there’s one still in there.

If all goes as planned, you’ve officially modified Final Fantasy Pixel Remaster’s sprite assets! Since all of the PR games share the same engine and file layout, generally you should be able to mod every game both now and presumably what’s on the way in the exact same fashion. The community is hard at work figuring out how things work like font replacements, documenting which assets are what, and examining the Unity code, as well.

This is also start of modding lifetime jank, presumably with time and dedication better methods, notes and easier batch tools will be able to trivialize parts of this entire process, so keep that in mind if you want to wait to mod or jump in now and get your elbows greased.

To the Final Fantasy community, I hope this has been useful enough for everyone to use me as a stepping stone to more enjoyable games and greater heights!

Written by Raikoh

This is all about FINAL FANTASY – Character Replacement Sprite Mod Tutorial; I hope you enjoy reading the Guide! If you feel like we should add more information or we forget/mistake, please let us know via commenting below, and thanks! See you soon!


1 Comment

  1. Please can you fix the Brightened_Resprite.zip by Siggy link? I think the original sprites the colors need to be less saturate to match the PR colors. Thank you for the tutorial.

Leave a Reply

Your email address will not be published.


*