DBPF (file format)

DBPF (file format)

DBPF, or Database-Packed File, is a file used by Electronic Arts to store and index data inside a single file for several computer games. These games include SimCity 4, The Sims 2, The Sims Online, Spore/Spore Creature Creator and The Sims 3.

Like many game data formats, the file is able to archive several files used by the game. These may include graphics, 3d models, animations, sound files, and scripts.

This particular file format uses more than one filename extension. These include:

  • .dat (Data provided with the SimCity 4, user downloadable plugins/mods for SimCity 4)
  • .SC4Model (User created building models for SimCity 4)
  • .SC4Lot (User created lots for SimCity 4)
  • .SC4 (Savegame file provided with SimCity 4, User created savegame files for SimCity 4)
  • .Package (Data provided with The Sims 2, user downloadable plugins/mods for The Sims 2,data files for SPORE, and data files for The Sims 3)

In most cases, DBPF files are not named with a .dbpf extension; one can determine that the file is a DBPF file by looking at its header in a hex editor. The first four bytes in ASCII of every DBPF file read DBPF.

See also

External links

  • The Sims Wiki is a collaborative effort to gather information about The Sims 2, and there's an extensive analysis of the DBPF format, including coverage of the formats for Sims 2 and Sims 3.
  • TSOWiki, which includes a link to the open source 3rd-party package libfar which can read from DBPF files
  • SimPE - open source package editor (Does not read Spore packages)