Star Stable Online TGA PTE: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
(No difference)
| |
Revision as of 22:19, 29 January 2022
TGA, PTE
- Game : Star Stable Online
- Format Type : Image
- Endian Order : Big Endian
Format Specifications
// Star Stable Online // TGA/PTE file format // file header x bytes - unknown 4 bytes (char) - compression type // e.g. "DXT1" 13 bytes - unknown // crn texture header (big endian) - 74 bytes 74 bytes - CRN file header x bytes - compressed image data // uses custom compression
quickBMS Script
Notes and Comments
- TGA/PTE files are CRN textures file with added extra header. They are also compressed with custom algorithm.
Compatible Programs
- crunch
- crunch_unity (special crunch version compiled for Unity games)