Star Wars: The Force Unleashed LP: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 19: Line 19:
4 bytes (uint32) - extra header size
4 bytes (uint32) - extra header size
4 bytes (uint32) - name table size
4 bytes (uint32) - name table size
4 bytes (uint32) - offset-table offset
4 bytes (uint32) - data offset
</pre>
</pre>
</div>
</div>

Revision as of 10:56, 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
4 bytes (uint32) - offset-table offset
4 bytes (uint32) - data offset

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.