2024-01-06 08:25:02 +00:00
# Guide: GZDoom
2024-01-17 22:12:09 +00:00
< img src = "../../../wiki_images/logos/gzdoom-logo.png" width = "150" >
2024-01-06 08:25:02 +00:00
2024-03-08 13:43:45 +00:00
GZDoom is the open source game engine for ID Software's older games like DOOM, DOOM2, HEXEN and HERETIC or it's own unique games.
### GZDoom Links:
[ZDoom Web Page ](https://zdoom.org/index )
[GZDoom Github ](https://github.com/ZDoom/gzdoom )
2024-01-06 08:25:02 +00:00
2024-03-08 13:43:45 +00:00
[ZDoom Forums ](https://forum.zdoom.org/ )
2024-01-06 08:25:02 +00:00
2024-03-10 18:08:00 +00:00
### Freedoom
The Freedoom project aims to provide all the content needed to form a complete, entirely free/libre game for the Doom engine. It is designed to be compatible with most custom levels, music, graphics and other modifications (“mods”) made for the original Doom games by Doom fans and artists over the decades.
[FreeDOOM ](https://freedoom.github.io/ )
### Where to buy official DOOM?
2024-03-10 17:46:47 +00:00
We recommend that you at buy both `DOOM 1993` and `DOOM 2` .
`DOOM 3` and `DOOM 64` are not needed but we list them here because it is sometimes cheaper to buy the whole bundle.
**GOG Links:**
- [DOOM 1993 - GOG ](https://www.gog.com/en/game/doom_1993 )
- [DOOM 2 - GOG ](https://www.gog.com/en/game/doom_ii )
- [DOOM 64 - GOG ](https://www.gog.com/en/game/doom_64 )
- [DOOM 3 - GOG ](https://www.gog.com/en/game/doom_3 )
**Steam Links:**
- [DOOM Classic Bundle - Steam ](https://store.steampowered.com/bundle/27490/DOOM_Classic_Bundle/ )
- [DOOM 1993 - Steam ](https://store.steampowered.com/app/2280/DOOM_1993/ )
- [DOOM 2 - Steam ](https://store.steampowered.com/app/2300/DOOM_II/ )
- [DOOM 64 - Steam ](https://store.steampowered.com/app/1148590/DOOM_64/ )
- [DOOM 3 - Steam ](https://store.steampowered.com/app/208200/DOOM_3/ )
2024-03-08 13:43:45 +00:00
## Where to put the games
GZDoom games should be put under the `retrodeck/roms/doom/` directory.
2024-01-06 08:25:02 +00:00
2024-03-08 13:43:45 +00:00
### File types
2024-01-06 08:25:02 +00:00
- .wad - `Where's All the Data?` file
- .iwad - `internal wad`
- .pwad - `patch wad` have priority over iwad
- .pk3 - is a `.zip` file archive
- .ipk3 - `internal pk3` file
- .pk4 - is a `.zip` file archive
- .pk7 - is a `.7zip` file archive
- .pke - is a `.zip` file archive made for the the Eternity Engine
- .epk - is a `.zip` file archive made for the EDGE engine
- .deh — `DeHackEd file` , edits hardcoded parts of the DOOM engine.
- .bex — `Enhanced DeHackEd` file has more features then `.deh` and used by various ports.
- .lev — A file that renames levels of a `.pwad`
- .mus — `Music file` format of `DOOM` , `Heretic` , `Hexen` and `Strife`
2024-03-08 13:43:45 +00:00
### Does GZDoom require BIOS or Firmware?
No
2024-03-10 17:46:47 +00:00
## I have bought the games how do I get my files?
2024-01-06 08:25:02 +00:00
2024-03-10 17:46:47 +00:00
Read the:
2024-03-08 13:43:45 +00:00
2024-03-10 17:46:47 +00:00
[How to: Extract Doom iWads ](extract-doom-wads.md )
2024-03-08 13:43:45 +00:00
2024-03-10 17:46:47 +00:00
## I only want to play standard doom and have no interest in modding or customization
Do as said above put the .WAD files directly into `retrodeck/roms/doom/` and they will run as normal, enjoy.
2024-03-08 13:43:45 +00:00
2024-03-10 17:46:47 +00:00
## I want to play doom with mods
2024-03-08 13:43:45 +00:00
2024-03-10 17:46:47 +00:00
Read the:
2024-03-08 13:43:45 +00:00
2024-03-10 17:46:47 +00:00
[RetroDECK .doom file for modding ](retrodeck-doomfile.md )