Diablo 3 CPK: Difference between revisions

From XentaxWiki
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
 
(8 intermediate revisions by the same user not shown)
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
Line 19: Line 19:
</div>
</div>


=== MultiEx BMS Script ===  
=== quickBMS Script ===  


Not written yet.
* [https://aluigi.altervista.org/bms/diablo3_xbox.bms diablo3_xbox.bms]


=== Notes and Comments ===  
=== Notes and Comments ===  
Line 29: Line 29:
=== Games ===  
=== Games ===  
List of games using this file format:
List of games using this file format:
* Diablo 3 (*.CPK)
* Diablo 3 (*.CPK) (XBOX)


=== Compatible Programs ===  
=== Compatible Programs ===  


None.
* [https://github.com/RedMadKnight/CPKReaderWV Diablo III CPK Reader]
<br/><br>
<br/><br>



Latest revision as of 13:36, 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

quickBMS Script

Notes and Comments

None.

Games

List of games using this file format:

  • Diablo 3 (*.CPK) (XBOX)

Compatible Programs