Diablo 3 CPK: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == CPK == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> * ''' Signature ''':...") |
imported>Ikskoks |
||
| Line 13: | Line 13: | ||
// header | // header | ||
4 bytes - signature // A1 B2 C3 D4 | 4 bytes - signature // A1 B2 C3 D4 | ||
4 bytes (uint32) - version | 4 bytes (uint32) - version // 6 | ||
// TODO | // TODO | ||
Revision as of 13:32, 16 January 2022
Back to index | Edit this page
CPK
- Format Type : Archive
- Endian Order : Big Endian
- Signature : A1 B2 C3 D4
Format Specifications
// header 4 bytes - signature // A1 B2 C3 D4 4 bytes (uint32) - version // 6 // TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- Diablo 3 (*.CPK)
Compatible Programs
None.