Game data files
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m (wikilink Emulator) |
||
Line 7: | Line 7: | ||
|} | |} | ||
==Overview== | ==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 [[ | + | 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 [[Emulation_Software|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, and [[Saved Games]] for data saved by games to store a player's game status. | See also: [[Interactive Fiction]] for data formats related to text adventure games, and [[Saved Games]] for data saved by games to store a player's game status. |
Revision as of 04:45, 7 November 2012
File Formats | > | Electronic File Formats | > | Game data files |
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, 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