Difference between revisions of "DBPF"

From SC4D Encyclopaedia
Jump to navigation Jump to search
sc4e>Whatevermind
m (found two pages on compression, added links)
sc4e>Whatevermind
(General cleanup)
Line 1: Line 1:
 
{{transcluded|1=[http://www.sims2wiki.info/wiki.php?title=DatabasePackedFile Sims2Wiki page]}}
 
{{transcluded|1=[http://www.sims2wiki.info/wiki.php?title=DatabasePackedFile Sims2Wiki page]}}
  
Archive format used many Maxis developed games, including The Sims 2, [[SimCity 4]] and Spore.
+
'''Database Packed File (DBPF)''' is a proprietary archive format used in many Maxis developed games, including The Sims 2, [[SimCity 4]] and Spore. DBPF files are similar to Zip files, as they hold other files inside them which are usually compressed. All plugins for SimCity 4 (excluding the [[Plugin:SC4 Extra Cheats.dll|SC4 Extra Cheats.dll]]) are DBPF files, the file name's extension is irrelevant.
  
They are similar to Zip files, as they hold other files inside them which are usually compressed.  
+
DBPF files can be identified by opening the file in notepad, or preferably a hex editor, as the first 4 characters/bytes will be the letters DBPF. If a file in the plugins folder does not start with these 4 letters the game will not load them, however the [[Reader]] will. This means that if you want to disable a plugin you can open the DBPF file in a hex editor and change the first byte to something other than 44 (in Hexadecimal) (D) and the game will not load the plugin, but you will still be able to edit it in the reader (saving the disabled plugin with the reader will not re enable it, to re enable you must change the first byte back to 44 (hexadecimal)).
All plugins for Simcity 4 (excluding the Extra cheats dll) are DBPF files, the file name's extension is irrelevant.
 
  
DBPF files can be identified by opening the file in notepad or preferably a hex editor, as the first 4 characters/bytes will be the letters DBPF.
+
Entries may be compressed with [[RefPack]] compression depending on their entry data.
If a file in the plugins folder does not start with these 4 letters the game will not load them, however The [[Reader]] will. This means that if you want to disable a plugin you can open the DBPF file in a hex editor and change the first byte to something other than 44 (in Hexadecimal) (D) and the game will not load the plugin, but you will still be able to edit it in the reader (saving the disabled plugin with the reader will not re enable it, to re enable you must change the first byte back to 44 (hexadecimal))
 
  
The format is proprietary to Maxis and has been used in The Sims 2, and The Sims Online.
+
For an examination of the Spore DBPF format, see [[Spore DBPF]].
 
 
Entries may be compressed with [[RefPack]] compression depending on their entry data.
 
  
 
==Format==
 
==Format==
Line 21: Line 17:
  
  
[[category:File_Formats/SC4]]
+
[[Category:File Formats/SC4]]
 +
[[Category:MTS2]]

Revision as of 13:37, 25 March 2012

Template:Transcluded

Database Packed File (DBPF) is a proprietary archive format used in many Maxis developed games, including The Sims 2, SimCity 4 and Spore. DBPF files are similar to Zip files, as they hold other files inside them which are usually compressed. All plugins for SimCity 4 (excluding the SC4 Extra Cheats.dll) are DBPF files, the file name's extension is irrelevant.

DBPF files can be identified by opening the file in notepad, or preferably a hex editor, as the first 4 characters/bytes will be the letters DBPF. If a file in the plugins folder does not start with these 4 letters the game will not load them, however the Reader will. This means that if you want to disable a plugin you can open the DBPF file in a hex editor and change the first byte to something other than 44 (in Hexadecimal) (D) and the game will not load the plugin, but you will still be able to edit it in the reader (saving the disabled plugin with the reader will not re enable it, to re enable you must change the first byte back to 44 (hexadecimal)).

Entries may be compressed with RefPack compression depending on their entry data.

For an examination of the Spore DBPF format, see Spore DBPF.

Format

DBPF/format

Compression

DBPF/compression and DBPF Compression