Crazy Taxi JPK: Difference between revisions
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 |
||
| 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> | ||
Revision as of 10:29, 25 October 2020
JPK
- Game : Crazy Taxi
- Format Type : Archive
- Endian Order : Little Endian
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