Star Stable Online TGA PTE

From XentaxWiki
Revision as of 22:20, 29 January 2022 by imported>Ikskoks (→‎Compatible Programs)
Jump to navigation Jump to search

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

See Also