Crazy Taxi JPK: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
No edit summary
Line 50: 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]]

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