Difference between revisions of "DBDF"
sc4e>Whatevermind (Merged with MTS2 page) |
sc4e>Whatevermind m (general cleanup, evolving standards, etc.) |
||
Line 1: | Line 1: | ||
− | '''DBDF''' files (DataBase Directory Files) are directories of all of the compressed files within a [[DBPF]] file. As such, a DBPF will contain a DBDF if any of its subfiles are compressed. The purpose of these resources is to speed up the loading of a DAT file by showing exactly what is compressed inside it. The [[TGI]] for a DBDF is always E86B1EEF E86B1EEF 286B1F03. | + | '''DBDF''' files (DataBase Directory Files) are directories of all of the compressed files within a [[DBPF]] file. As such, a DBPF will contain a DBDF if any of its subfiles are compressed. The purpose of these resources is to speed up the loading of a DAT file by showing exactly what is compressed inside it. The [[TGI]] for a DBDF is always ''E86B1EEF E86B1EEF 286B1F03''. |
− | + | ==Format== | |
DBDF files contain repeating 16 byte chunks giving information about a given subfile within the DBPF. In the DBPF version used in [[SimCity 4]], with index table version 7.0, the format is as follows. | DBDF files contain repeating 16 byte chunks giving information about a given subfile within the DBPF. In the DBPF version used in [[SimCity 4]], with index table version 7.0, the format is as follows. | ||
Line 11: | Line 11: | ||
In DBPF's with version 7.1 index tables, the repeating chunk is 20 bytes, and it contains an entry for the Resource ID of the file (after the IID, before the size). This format is not used by SC4, but is mentioned here for completeness. | In DBPF's with version 7.1 index tables, the repeating chunk is 20 bytes, and it contains an entry for the Resource ID of the file (after the IID, before the size). This format is not used by SC4, but is mentioned here for completeness. | ||
− | + | ==Notes== | |
These files are found as DIR/Directory by ILive's [[Reader]] and are automatically modified by it during changes to .dat files. | These files are found as DIR/Directory by ILive's [[Reader]] and are automatically modified by it during changes to .dat files. | ||
Revision as of 20:14, 24 November 2012
DBDF files (DataBase Directory Files) are directories of all of the compressed files within a DBPF file. As such, a DBPF will contain a DBDF if any of its subfiles are compressed. The purpose of these resources is to speed up the loading of a DAT file by showing exactly what is compressed inside it. The TGI for a DBDF is always E86B1EEF E86B1EEF 286B1F03.
Format
DBDF files contain repeating 16 byte chunks giving information about a given subfile within the DBPF. In the DBPF version used in SimCity 4, with index table version 7.0, the format is as follows.
DWORD - Type ID of file DWORD - Group ID of file DWORD - Instance ID of file DWORD - Size of file when decompressed, in bytes.
In DBPF's with version 7.1 index tables, the repeating chunk is 20 bytes, and it contains an entry for the Resource ID of the file (after the IID, before the size). This format is not used by SC4, but is mentioned here for completeness.
Notes
These files are found as DIR/Directory by ILive's Reader and are automatically modified by it during changes to .dat files.
It is strongly recommended that you update the DBDF after editing any compressed file, and before saving the .dat if you are working manually in hex or making your own program.
|