Crazy Taxi JPK: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
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>...")
imported>Ikskoks
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 23: Line 23:


//FILE DATA
//FILE DATA
x bytes - file data (DDS/PNG Texture)
num_of_files *
{
  x bytes - file data (DDS/PNG Texture)
}
</pre>
</pre>
</div>
</div>
Line 41: Line 44:




[[Category:Complete Complete|Crazy Taxi JPK]]
[[Category:Complete Almost Done|Crazy Taxi JPK]]
[[Category:Platform PC|Crazy Taxi JPK]]
[[Category:Platform PC|Crazy Taxi JPK]]
[[Category:CE None|Crazy Taxi JPK]]
[[Category:CE None|Crazy Taxi JPK]]
Line 47: Line 50:
[[Category:Extension_jpk | Extension: jpk]]
[[Category:Extension_jpk | Extension: jpk]]
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:File Format]]

Latest revision as of 15:02, 3 January 2021

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
num_of_files *
{
   x bytes - file data (DDS/PNG Texture)
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs