Star Stable Online TGA PTE: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (One intermediate revision by the same user not shown) | |||
| Line 38: | Line 38: | ||
* [https://github.com/BinomialLLC/crunch crunch] | * [https://github.com/BinomialLLC/crunch crunch] | ||
* [https://forum.xentax.com/download/file.php?id=21520 crunch_unity] (special crunch version compiled for Unity games) | * [https://forum.xentax.com/download/file.php?id=21520 crunch_unity] (special crunch version compiled for Unity games) | ||
=== See Also === | |||
* [http://wiki.xentax.com/index.php/Crunch_CRN CRN file format (xentax wiki)] | |||
<br/><br> | <br/><br> | ||
Latest revision as of 22:20, 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)
See Also