The RetroDECK `.doom` file is a feature for easy loading of doom files with mods.
## The RetroDECK .doom Parser
The `.doom` parser will look for any of the core doom iwads files that could be required to run a DOOM mod in the `/retrodeck/roms/doom/` directory.<br>
It is just how the RetroDECK Team defines the [IWADS](https://doomwiki.org/wiki/IWAD) Gzdoom is looking for to be able to run.
- DOOM1.WAD - Doom 1 alternate name
- DOOM.WAD - Doom 1
- DOOM2.WAD - Doom 2
- DOOM2F.WAD - Doom 2 French
- DOOM64.WAD - Doom 64
- TNT.WAD - Final Doom - TNT: Evilution
- PLUTONIA.WAD - Final Doom - The Plutonia Experiment
- HERETIC1.WAD - Heretic - Shareware Version
- HERETIC.WAD - Heretic: Shadow of the Serpent Riders
- HEXEN.WAD - Hexen
- HEXDD.WAD - Hexen: Deathkings of the Dark Citadel (Needs HEXEN.WAD as well to be played)
- STRIFE0.WAD - Strife: Quest for the Sigil - Demo
- STRIFE1.WAD - Strife: Quest for the Sigil - Commercial / Veteran Edition
- VOICES.WAD - Extra Voices for Strife: Quest for the Sigil - Commercial / Veteran Edition
- CHEX.WAD - Chex Quest
- CHEX3.WAD - Chex Quest 3
- HACX.WAD - Hacx
- freedoom1.wad - Freedoom: Phase 1
- freedoom2.wad - Freedoom: Phase 2
- freedm.wad - FreeDM
- doom_complete.pk3 - WadSmoosh combined file
### What is doom_complete.pk3?
`doom_complete.pk3` is a file made by [WadSmoosh](https://jp.itch.io/wadsmoosh). It can combine all of the "DOOM + DOOM 2 + Official addons" into one file where you can select from all the campaigns without needing to load each separate wad.
## Recommended folder structure in retrodeck/roms/doom?
WIP
## What is the .doom file and how do you create it?
The `.doom` file is just an empty text file that is populated with the exact filenames of the files you want to load and in what order from top to bottom.
You should name the `.doom` file so you understand what it is, for example: `Project Brutality.doom`.
Each line represent one file, as long as the mods are compatible with each other you can add how lines as you want.