Automatically converts and cuts .tga
and .dds
texture files that are extracted from the original .dds.phyre
into new .dds.phyre
texture files.
Make sure that the input .tga
and .dds
files correspond to the original .dds.phyre
texture files or the output texture file will not be usable.
Texture file .tga
is for ARGB8
.dds.phyre
texture files.
Texture file .dds
is for DXT5
.dds.phyre
texture files.
Please give credit where it's due if using my tool.
Install Python (project is built with 3.7.3)
--input
[INPUT_DIRECTORY
] - Input directory - Contains .dds or .tga files--output
[OUTPUT_DIRECTORY
] - Output directory - Outputs .gxt and .dds.phyre texture files--original
[ORIGINAL_DIRECTORY
] - Directory containing the original .dds.phyre texture files--psp2gxt
[psp2gxt_EXECUTABLE
] - Executable 'psp2gxt.exe' - This is required
python main.py --input INPUT_DIRECTORY --original ORIGINAL_DIRECTORY --output OUTPUT_DIRECTORY --psp2gxt psp2gxt.exe
- Linux (Fedora 29) - Python 3.7.3