Tony Hawk - Pro Skater 2 PKR: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>WATTO
No edit summary
(No difference)

Revision as of 03:22, 16 May 2005

Choose archive extension:

PKR


Format Specifications

char {4}     - Header (PKR2)
uint32 {4}   - Version (1)
uint32 {4}   - Number Of Directories
uint32 {4}   - Number Of Files

// for each directory

byte {32}    - Directory Name
uint32 {4}   - Offset to the first file entry for this directory
uint32 {4}   - Number Of Files


// for each file

byte {32}    - Filename
uint32 {4}   - Unknown (-2)
uint32 {4}   - Offset
uint32 {4}   - Uncompressed Size
uint32 {4}   - Compressed Size


byte {X}     - File Data

MultiEx BMS Script

Not written yet

Notes and Comments

  • No compression is used, so the compressed and uncompressed sizes are the same



Compatible Programs