Star Stable Online TGA PTE: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 13: | Line 13: | ||
// file header | // file header | ||
x bytes - unknown | |||
4 bytes (char) - compression type // e.g. "DXT1" | 4 bytes (char) - compression type // e.g. "DXT1" | ||
13 bytes - unknown | 13 bytes - unknown | ||
| Line 20: | Line 20: | ||
// crn texture header (big endian) - 74 bytes | // crn texture header (big endian) - 74 bytes | ||
74 bytes - CRN file header | |||
x bytes - compressed image data // uses custom compression | |||
x bytes - compressed image data | |||
// | |||
</pre> | </pre> | ||
</div> | </div> | ||
| Line 67: | Line 32: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* | * TGA/PTE files are CRN textures file with added extra header. They are also compressed with custom algorithm. | ||
=== Compatible Programs === | === Compatible Programs === | ||
| Line 85: | 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> | ||
[[Category:Complete | [[Category:Complete Almost Done|Star Stable Online TGA PTE]] | ||
[[Category:Platform PC|Star Stable Online TGA PTE]] | [[Category:Platform PC|Star Stable Online TGA PTE]] | ||
[[Category:CE Compressed|Star Stable Online TGA PTE]] | [[Category:CE Compressed|Star Stable Online TGA PTE]] | ||
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