Star Wars: The Force Unleashed LP: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 15: | Line 15: | ||
// "kaPA" - little endian | // "kaPA" - little endian | ||
4 bytes (uint32) - version // 5 | 4 bytes (uint32) - version // 5 | ||
4 bytes (uint32) - number of files | |||
12 bytes - unknown | |||
4 bytes (uint32) - extra header size | |||
4 bytes (uint32) - name table size | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 10:51, 30 April 2022
Back to index | Edit this page
LP
- Format Type : Archive
- Endian Order : Little Endian / Big Endian
- Signature : kaPA / APak
Format Specifications
//header
4 bytes (char) - signature // "APak" - big endian
// "kaPA" - little endian
4 bytes (uint32) - version // 5
4 bytes (uint32) - number of files
12 bytes - unknown
4 bytes (uint32) - extra header size
4 bytes (uint32) - name table size
Notes and Comments
- LP stands for "Level Pack".
Games
List of games using this file format:
- Star Wars: The Force Unleashed Ultimate Sith Edition (PC) (*.LP)
- Star Wars: The Force Unleashed II (X360/PS3) (*.LP)
QuickBMS Script
Compatible Programs
None.