Doom DWD
From Just Solve the File Format Problem
(Difference between revisions)
Havoc Crow (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat = Game data files |extensions = {{ext|dwd}} |released = 1993 }} '''DWD''' is a game map format used by DoomEd, the in-house level e...") |
Havoc Crow (Talk | contribs) (add clarification about modern map editors) |
||
Line 8: | Line 8: | ||
Unlike the WAD format, which is binary, DWD files are plaintext files, which list all lines and objects on the map in fairly human-readable format. | Unlike the WAD format, which is binary, DWD files are plaintext files, which list all lines and objects on the map in fairly human-readable format. | ||
+ | |||
+ | Third-party Doom map editors do not use the DWD format, instead saving the created maps directly in WAD format. | ||
== Specifications == | == Specifications == |
Latest revision as of 22:24, 13 September 2025
DWD is a game map format used by DoomEd, the in-house level editor used by id Software to create the levels for the game Doom. Maps in DWD format were used as input to the map compiler DoomBSP, which converted them to the Doom WAD format.
Unlike the WAD format, which is binary, DWD files are plaintext files, which list all lines and objects on the map in fairly human-readable format.
Third-party Doom map editors do not use the DWD format, instead saving the created maps directly in WAD format.
[edit] Specifications
- DWD format specification at the Doom Wiki
[edit] External links
- DoomEd at the Doom Wiki