Larian Studios DV2: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 31: | Line 31: | ||
} | } | ||
// directory (12 bytes per entry) | |||
number_of_entries * | |||
{ | |||
4 bytes (uint32) - file offset (relative) | |||
4 bytes (uint32) - file uncompressed size | |||
4 bytes (uint32) - file compressed size | |||
} | |||
// data | |||
number_of_entries * | |||
{ | |||
x bytes - file data | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 23:09, 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
}
// directory (12 bytes per entry)
number_of_entries *
{
4 bytes (uint32) - file offset (relative)
4 bytes (uint32) - file uncompressed size
4 bytes (uint32) - file compressed size
}
// data
number_of_entries *
{
x bytes - file data
}
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