Game data files

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Individual Game Formats)
(+OHRRPGCE)
(13 intermediate revisions by 5 users not shown)
Line 12: Line 12:
 
==References==
 
==References==
 
* [http://wiki.xentax.com Xentax Wiki]
 
* [http://wiki.xentax.com Xentax Wiki]
* [http://rewiki.regengedanken.de ReWiki]
+
* [http://rewiki.awiki.org ReWiki]
 
* [http://aluigi.altervista.org/quickbms.htm QuickBMS], a tool suite to describe archives in an abstract BASIC-like language, and lots of scripts for even more games
 
* [http://aluigi.altervista.org/quickbms.htm QuickBMS], a tool suite to describe archives in an abstract BASIC-like language, and lots of scripts for even more games
  
Line 65: Line 65:
 
* Blizzard Entertainment
 
* Blizzard Entertainment
 
** [[BLP]]
 
** [[BLP]]
 +
** [[MDX (Blizzard)|MDX]]
 
** [[MoPaQ]]
 
** [[MoPaQ]]
  
Line 70: Line 71:
 
** [[Electronic Arts INF]]
 
** [[Electronic Arts INF]]
 
** [[Electronic Arts MOV]]
 
** [[Electronic Arts MOV]]
 +
 +
* Free Hero Mesh
 +
** [[Free Hero Mesh class definition file]] (.class)
 +
** [[Free Hero Mesh class resource file]] (.xclass)
 +
** [[Free Hero Mesh level file]] (.level)
 +
** [[Free Hero Mesh solution file]] (.solution)
 +
 +
* Hero Mesh
 +
** [[Hero Mesh puzzle set]] (.mb)
  
 
* id Software
 
* id Software
Line 79: Line 89:
 
* Infinity Engine
 
* Infinity Engine
 
** [[BAM]]
 
** [[BAM]]
 +
 +
* [[MegaZeux]]
  
 
* NetImmerse / Gamebryo Engine
 
* NetImmerse / Gamebryo Engine
Line 115: Line 127:
 
** [[WAD]]
 
** [[WAD]]
 
** [[WiiConnect24 file]]
 
** [[WiiConnect24 file]]
 +
 +
* [[OHRRPGCE]]
  
 
* [[Outerra engine]] (.otx) (used in Anteworld game)
 
* [[Outerra engine]] (.otx) (used in Anteworld game)
 +
 +
* Raven Software game engine
 +
** [[GLA]] - Ghoul animation (.gla)
 +
** [[GLM]] - Ghoul mesh (.glm)
 +
 
* [[STOS memory bank]] (.mbk)
 
* [[STOS memory bank]] (.mbk)
  
*Valve Source Engine
+
* Tiled
**[[Valve Model Format]] (.mdl)
+
** [[Tiled JSON]]
**[[Valve Collision Model]] (.phy)
+
** [[Tiled TMX]]
**[[Valve Map Format]] (.vmf)
+
** [[Tiled TSX]]
**[[Valve Material Type]] (.vmt)
+
 
**[[Valve Vertex Data]] (.vvd)
+
* Torque 3D game engine
**[[Valve Texture Format]] (.vtf)
+
** [[DTS]] (.dts)
 +
 
 +
* Valve Source Engine
 +
** [[Valve Model Format]] (.mdl)
 +
** [[Valve Collision Model]] (.phy)
 +
** [[Valve Map Format]] (.vmf)
 +
** [[Valve Material Type]] (.vmt)
 +
** [[Valve Vertex Data]] (.vvd)
 +
** [[Valve Texture Format]] (.vtf)
  
 
* Xtremeworlds
 
* Xtremeworlds
Line 132: Line 159:
  
 
* [[ZZT]]
 
* [[ZZT]]
 +
 +
* [[ZZ Zero]]
  
 
==Individual Game Formats==
 
==Individual Game Formats==
Line 178: Line 207:
 
** [[Donkey Konga 2 DSP]]
 
** [[Donkey Konga 2 DSP]]
 
* Doom
 
* Doom
 +
** [[Doom cheat code encryption]]
 
** [[Doom MUS]] (.mus)
 
** [[Doom MUS]] (.mus)
 
** [[Doom WAD]] (.wad)
 
** [[Doom WAD]] (.wad)
Line 194: Line 224:
 
* Grand Theft Auto
 
* Grand Theft Auto
 
** [[RAGE Package Format]] (.rpf)
 
** [[RAGE Package Format]] (.rpf)
** [[DFF]] RenderWare binary streams (.dff)
+
** [[RenderWare binary stream file]] (.dff)
 
* In the Groove
 
* In the Groove
 
** [[In the Groove PCK]] (.pck)
 
** [[In the Groove PCK]] (.pck)
Line 237: Line 267:
 
** [[Pokémon Mystery Dungeon]]
 
** [[Pokémon Mystery Dungeon]]
 
** [[Pokémon ROM]]
 
** [[Pokémon ROM]]
 +
* Quake
 +
** [[MD2]] - Quake 2 model format (.md2)
 +
** [[MD3]] - Quake 3 model format (.md3)
 +
** [[MD4 (Quake)|MD4]] - Quake MD4 model format (used in later Quake 3 versions) (.md4)
 +
* Rise of the Triad
 +
** [[Rise of the Triad level format]]
 +
** (also uses [[Doom WAD]])
 
* RobotWar
 
* RobotWar
 
** [[RobotWar|RobotWar programming language]]
 
** [[RobotWar|RobotWar programming language]]
Line 268: Line 305:
 
== Game hints ==
 
== Game hints ==
 
* [[UHS]]
 
* [[UHS]]
 +
 +
== Board/card games ==
 +
* [[Magic Set Editor]]
 +
** [[Magic Set Editor card set]] (.mse-set)
 +
** [[Magic Set Editor export template]] (.mse-export-template)
 +
** [[Magic Set Editor game definition]] (.mse-game)
 +
** [[Magic Set Editor include package]] (.mse-include)
 +
** [[Magic Set Editor installer]] (???)
 +
** [[Magic Set Editor style sheet]] (.mse-style)
 +
** [[Magic Set Editor symbol font]] (.mse-symbol-font)
 +
* [[TeXnicard]]
 +
** [[TeXnicard card database]]
 +
** [[TeXnicard template]]
  
 
== External links ==
 
== External links ==

Revision as of 02:00, 25 January 2020

File Format
Name Game data files
Ontology

{{{caption}}}

Contents

Overview

Many popular games use proprietary file formats to store their assets. These include custom image, sound and video formats and custom archive formats. There is no way that all of these can be enumerated here in some way or another. And as long as the games can still be run by an Emulator it's not that much of a deal. However, a lot of work has been put into deciphering, decrypting and hacking these files, and that work should be preserved.

See also: Interactive Fiction for data formats related to text adventure games, Puzzles for puzzle-game files, and Saved Games for data saved by games to store a player's game status.

References

  • Xentax Wiki
  • ReWiki
  • QuickBMS, a tool suite to describe archives in an abstract BASIC-like language, and lots of scripts for even more games

General Game Formats

This section details formats such as Interplay ACM and Unreal Music Format which are used in a number of games.

Archiving / Compression

Audio / Music

Game programming languages

(see also Programming Languages)

Other

  • Infinity Engine
  • NetImmerse / Gamebryo Engine
  • Raven Software game engine
    • GLA - Ghoul animation (.gla)
    • GLM - Ghoul mesh (.glm)
  • Torque 3D game engine

Individual Game Formats

This section details formats which are specific to a single game (or perhaps a game series), such as God of Thunder Music Format.

Game hints

Board/card games

External links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox