Crazy Taxi JPK

From XentaxWiki
Revision as of 10:28, 25 October 2020 by imported>Ikskoks (Created page with "== JPK == * ''' Game ''': Crazy Taxi <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

JPK


Format Specifications

// Crazy Taxi
// JPK file (.jpk) description
// Document has been created by Bartlomiej Duda


//HEADER
char (4 bytes) - magic ("Jdds" or "Jpng")
uint32 (4 bytes) - offset of the next texture block (from the end of the header) / texture size
uint32 (4 bytes) - unknown (/x20 or /x00)
uint32 (4 bytes) - width
uint32 (4 bytes) - height
uint32 (4 bytes) - unknown (zeroes)

//FILE DATA
x bytes - file data (DDS/PNG Texture)

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs