Difference between revisions of "DBDF"

From SC4D Encyclopaedia
Jump to navigation Jump to search
sc4e>CasperVg
m (cat)
sc4e>Blue Lightning
(Fleshed out the page a bit more)
Line 1: Line 1:
Directories of the files in dats, there is onein every [[DBPF]](dat) file
+
DBDFs (DataBase Directory Files) are directory files in [[DBPF]] files. The directory contains information about compressed subfiles in a DBPF. As such, a DBPF has one if any of its subfiles are compressed. Its resident TGI is 0xE86B1EEF, 0xE86B1EEF, 0x286B1F03.
 +
 
 +
==Format==
 +
The directory contains 16 byte repeated chunks giving information about a given subfile.
 +
 
 +
;DWORD
 +
:[[TID]] of file
 +
;DWORD
 +
:[[GID]] of file
 +
;DWORD
 +
:[[IID]] of file
 +
;DWORD
 +
:Size of file when decompressed, in bytes
 +
 
 +
 
 
[[Category:File_Formats/SC4]]
 
[[Category:File_Formats/SC4]]

Revision as of 06:28, 25 June 2012

DBDFs (DataBase Directory Files) are directory files in DBPF files. The directory contains information about compressed subfiles in a DBPF. As such, a DBPF has one if any of its subfiles are compressed. Its resident TGI is 0xE86B1EEF, 0xE86B1EEF, 0x286B1F03.

Format

The directory contains 16 byte repeated chunks giving information about a given subfile.

DWORD
TID of file
DWORD
GID of file
DWORD
IID of file
DWORD
Size of file when decompressed, in bytes