Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:gzdoom [2022/10/04 04:03] – Draft version maionisystems:gzdoom [2023/03/09 06:08] (current) – old revision restored (2023/02/07 00:42) - revert proposed changes, old version is correct for v36 maximumentropy
Line 32: Line 32:
   * **Emulator:** GZDoom   * **Emulator:** GZDoom
   * **Folder:** ''roms/gzdoom/''    * **Folder:** ''roms/gzdoom/'' 
-  * **Accepted ROM formats:** ''.wad'', ''.iwad'', ''.pwad'', ''pk3'',''.ipk3'', ''.zip'' or ''.7zip''+  * **Accepted ROM formats:** ''.wad'', ''.iwad'', ''.pwad'', ''.gzdoom''
  
 ===== BIOS ===== ===== BIOS =====
Line 41: Line 41:
  
 Place your GZDoom ROMs in ''/userdata/roms/gzdoom/''. Place your GZDoom ROMs in ''/userdata/roms/gzdoom/''.
 +
 +Files MD5 sums: https://doomwiki.org/wiki/Doom_files
  
 ==== .WAD and .PK3 (non compressed files)==== ==== .WAD and .PK3 (non compressed files)====
Line 73: Line 75:
  
 The PK3 file format is the same as the ZIP file format, and is treated exactly the same by GZDoom. The PK3 file format is the same as the ZIP file format, and is treated exactly the same by GZDoom.
 +
 +==== Custom mods ====
 +
 +Custom mods can be used by creating a new text file named after the game with the extension ''.gzdoom''. For example:
 +    
 +<file - Aliens Eradication.gzdoom>
 +-iwad DOOM2.WAD -file ALIENS_ERADICATION_TC_2_0.pk3 ERADICATION_MAPSET_2_0.wad
 +</file>
 +
 +<WRAP center round info>
 +The command must be on one line and the casing of the filenames and extensions must match exactly.
 +</WRAP>
 +
 +Additional music can be added to ''system/configs/gzdoom'' in the ''fm_banks'' & ''soundfonts'' folders respectively.
  
 ===== Supported games ===== ===== Supported games =====
Line 78: Line 94:
 ==== Commercial games ==== ==== Commercial games ====
  
-^ Game       ^ Name                                  ^ File Name     ^ Alias                          +^ Game        ^ Name                                   ^ File Name     ^ Alias                         
-| DOOM       | Doom (Registered)                     | doom.wad      |                                +| DOOM        | Doom (Registered)                      | doom.wad      |                               
-| DOOM       | The Ultimate Doom                     | doom.wad      | doomu.wad                      +| DOOM        | The Ultimate Doom                      | doom.wad      | doomu.wad                     
-| DOOM       | Doom "BFG Edition"                    | doom.wad      | doombfg.wad or bfgdoom.wad     +| DOOM        | Doom "BFG Edition"                     | doom.wad      | doombfg.wad or bfgdoom.wad    
-| DOOM II    | Doom II                               | doom2.wad     | doom2.wad                      |  +| DOOM II     | Doom II                                | doom2.wad     | doom2.wad                     
-| DOOM II    | Doom II "BFG Edition"                 | doom2.wad     | doom2bfg.wad or bfgdoom2.wad   +| DOOM II     | Doom II "BFG Edition"                  | doom2.wad     | doom2bfg.wad or bfgdoom2.wad  
-| DOOM II    | Final Doom — TNT: Evilution           | tnt.wad                                      +| DOOM II     | Final Doom — TNT: Evilution            | tnt.wad                                     
-| DOOM II    | Final Doom — The Plutonia Experiment  | plutonia.wad                                +| DOOM II     | Final Doom — The Plutonia Experiment   | plutonia.wad                               
-| DOOM II    | French Doom II                        | doom2f.wad    |                                +| DOOM II     | French Doom II                         | doom2f.wad    |                               
-| Heretic    | Heretic (Registered or Commercial)    | heretic.wad   | hereticsr.wad                  +| Heretic     | Heretic (Registered or Commercial)     | heretic.wad   | hereticsr.wad                 
-| Hexen      | Hexen (Full)                          | hexen.wad                                    +| Hexen       | Hexen (Full)                           | hexen.wad                                   
-| Hexen      | Hexen: Deathkings of the Dark Citadel | hexdd.wad                                    +| Hexen       | Hexen: Deathkings of the Dark Citadel  | hexdd.wad                                   
-| Strife     | Strife (Full)                         | strife1.wad   | strife.wad                     +| Strife      | Strife (Full)                          | strife1.wad   | strife.wad                    
-| Strife     | Strife: Veteran Edition               | sve.wad                                      +| Strife      | Strife: Veteran Edition                | sve.wad                                     
-Chez Quest | Chex Quest                            | chex.wad      |                                |+Chex Quest  | Chex Quest                             | chex.wad      |                               |
  
 ==== Free games ==== ==== Free games ====
Line 120: Line 136:
 GZDoom compatible games: https://zdoom.org/wiki/IWAD GZDoom compatible games: https://zdoom.org/wiki/IWAD
  
-WADs created for GZDoom: https://zdoom.org/wiki/Category:WADs_created_for_ZDoom +WADs created for GZDoom (Mods): https://zdoom.org/wiki/Category:WADs_created_for_ZDoom
- +
-Mods: https://www.moddb.com/engines/eduke32 +
- +
-==== Features ==== +
- +
-Eduke32 includes the following features: +
- +
-  *     FraggleScript support (so Legacy/SMMU maps are supported) +
-  *     Global FraggleScripts via the FSGLOBAL lump +
-  *     OpenGL renderer, allowing the following features: +
-  *     Full 3D floors (including slopes) +
-  *     Reflective floors +
-  *     Dynamic lights, brightmaps, glowing flats, custom hardware shaders +
-  *     Quake II/Half-Life-style skyboxes in addition to regular ZDoom skyboxes +
-  *     High-quality (HQnX) rescaling filters for graphics, sprites and textures +
-  *     MD2, MD3 and limited DMD (Doomsday) model support +
-  *     32-bit colors (Sprites and textures are no longer translated to Doom's palette) +
-  *     True freelook+
  
 ===== Saves ===== ===== Saves =====
Line 162: Line 160:
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
-==== Gamepad issue: ==== +==== Further troubleshooting ====
  
-  *     Some issues reported for Gamepad on Batocera+For further troubleshooting, refer to the [[:support|generic support pages]]
-  + 
  • systems/gzdoom.1664856233.txt.gz
  • Last modified: 4 years ago
  • by maioni