Final Fantasy XII: The Zodiac Age
0 of 0

File information

Last updated

Original upload

Created by

kidling

Uploaded by

kildaremc

Virus scan

Safe to use

Tags for this mod

About this mod

This is the unpacker/packer for all texture formats: DXT5, BC5, ARGB8

Now every phyre file of FFXII (PC) will work, included the normal and specular ones.

Permissions and credits
FF12 Zodiac Age (PC) phyre Packer/Unpacker v1.0 by kidling



The tool of ffgriver was incomplete as not unpacking/packing normal and specular textures, because the different file types: with DXT5 and BC5 compression.

Now with this tool we can hope to edit every single texture of Final Fantasy XII PC version. 

Usage: phyreffxii option input output
options:
             -u                  unpack Phyre to DDS
             -p                  pack DDS into Phyre


i did a tutorial how to converting the texture ARGB8 here:
https://www.nexusmods.com/finalfantasy12/articles/8


for normal maps you need to save as the following picture using photoshop dds plugin:


And the format DXT5 :


this is what i use to batch convert all files inside a folder:

for %f in (*.phyre) do phyreffxii.exe -u %f %~nf

and to inject all back

for %f in (*.dds) do phyreffxii.exe -p %f %f.phyre