xdanieldzd / GXTConvert

Somewhat rudimentary PS Vita GXT to PNG converter - UNMAINTAINED
Other
33 stars 6 forks source link

GXTConvert

GXTConvert is a somewhat rudimentary converter for GXT-format textures used by games for the PlayStation Vita. It is written in C# and based on the .NET Framework.

Maintenance Note

GXTConvert is currently only receiving limited maintenance. Please see the Scarlet project for a more generic set of libraries and a sample converter application to convert various game or console image formats to PNG, including GXT.

Requirements

Usage

Syntax: GXTConvert.exe <inputs ...> [options]

Example: GXTConvert.exe "C:\Temp\GXT\files\" "C:\Temp\GXT\testfile.gxt" --output "C:\Temp\GXT\output\"

Games

Games known to use the GXT format include:

(1) Require dr_dec decompression script by BlackDragonHunt for most files; some .btx files are not GXT
(2) Packed in *.ftx containers
(3) Packed in archive.pk container; requires QuickBMS script by chrrox to unpack
(4) Packed in OFS3 containers; requires QuickBMS script to unpack
(5) Packed in containers; requires QuickBMS script by chrrox to unpack

Acknowledgements