Ghostbusters: The Video Game Remastered TEX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
(No difference)
| |
Revision as of 11:42, 13 August 2022
Back to index | Edit this page
TEX
- Format Type : Image
- Endian Order : Little Endian
- Signature : None
Format Specifications
// Ghostbusters: The Video Game Remastered (PC)
// TEX Files
// header
4 bytes (uint32) - version // 7
16 bytes - hash value
4 bytes - nulls
4 bytes (uint32) - format // 3 - A8R8G8B8
// 4 - R5G6B5
// 5 - A4R4G4B4
// 0x17 - DXT3
// 0x2B - DXT1
// 0x18 - A8R8G8B8 cubemap
// 0x2E - A16B16G16R16F
// 0x2F - A8L8
// 0x32 - DXT5
// 0x37 - L8
4 bytes (uint32) - image width
4 bytes (uint32) - image height
4 bytes - nulls
4 bytes (uint32) - number of mipmaps
4 bytes - nulls
4 bytes - CRC value?
// data
x bytes - image data
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- Ghostbusters: The Video Game Remastered (PC) (*.TEX)
Compatible Programs
- Ghostbusters Tex2DDS
- Ghostbusters TEX converter by Jonathan Wilson - Fixed
- Noesis + tex_Ghostbusters_PS3_X360_tex.zip