Larian Studios DV2: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 11: Line 11:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
// TODO
// DV2 file format
 
 
// header
4 bytes (uint32) - unknown  // 5
4 bytes (uint32) - unknown  // 1
4 bytes (uint32) - version  // 4
1 byte (uint8) - align
1 byte (uint8) - zip
4 bytes (uint32) - data offset
4 bytes (uint32) - name list size
 
 
// name list
number_of_entries *
{
  x bytes (char) - file name
  1 byte (uint8) - null terminator
}
 
</pre>
</pre>
</div>
</div>

Revision as of 23:02, 3 November 2022

Back to index | Edit this page

DV2

  • Format Type : Archive
  • Endian Order : Little Endian / Big Endian
  • Signature : None


Format Specifications

// DV2 file format


// header
4 bytes (uint32) - unknown  // 5
4 bytes (uint32) - unknown  // 1
4 bytes (uint32) - version  // 4
1 byte (uint8) - align
1 byte (uint8) - zip
4 bytes (uint32) - data offset
4 bytes (uint32) - name list size


// name list
number_of_entries *
{
   x bytes (char) - file name
   1 byte (uint8) - null terminator
}

Notes and Comments

  • This file format occurs in games made by Larian Studios.

Games

List of games using this file format:

  • Divine Divinity 2 (*.DV2)
  • Divinity 2: Dragon Knight Saga (*.DV2)
  • Divinity II - Ego Draconis (*.DV2)

QuickBMS Scripts

Compatible Programs