Doom WAD
From Just Solve the File Format Problem
(Difference between revisions)
(Added Kaitai Struct link) |
|||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 5: | Line 5: | ||
}} | }} | ||
'''WAD''' ("Where's All the Data") is the format in which the data (music, sound effects, textures and levels) for games using the Doom engine is stored. | '''WAD''' ("Where's All the Data") is the format in which the data (music, sound effects, textures and levels) for games using the Doom engine is stored. | ||
| + | |||
| + | == Software == | ||
| + | * [https://github.com/PascalVault/Lazarus_Unpacker Open-source library in Free Pascal] | ||
== Sample files == | == Sample files == | ||
* http://cd.textfiles.com/doomcompanion/DOOM/DOOM1.WAD | * http://cd.textfiles.com/doomcompanion/DOOM/DOOM1.WAD | ||
* http://cd.textfiles.com/instantdoom/WADS/ | * http://cd.textfiles.com/instantdoom/WADS/ | ||
| + | * https://telparia.com/fileFormatSamples/archive/wad/ | ||
== Extenal links == | == Extenal links == | ||
| Line 17: | Line 21: | ||
[[Category:Id Software]] | [[Category:Id Software]] | ||
| + | [[Category:Archiving]] | ||
| + | [[Category:DOOM (Game)]] | ||
Revision as of 12:54, 1 November 2023
WAD ("Where's All the Data") is the format in which the data (music, sound effects, textures and levels) for games using the Doom engine is stored.
Software
Sample files
- http://cd.textfiles.com/doomcompanion/DOOM/DOOM1.WAD
- http://cd.textfiles.com/instantdoom/WADS/
- https://telparia.com/fileFormatSamples/archive/wad/