Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.91 KB

File metadata and controls

59 lines (35 loc) · 1.91 KB
description
gzdoom

GzDoom

Game engine to play most games using the original Doom engine.

{% embed url="https://zdoom.org/index" %}

Information

Emulators
  • gzdoom
File folder📂 roms \ 📂 gzdoom
File extension.wad .iwad .pwad .pk3 .ipk3 .gzdoom

Bios Information

No BIOS required.

Controls

Controls must be configured within the emulator.

Specific system information

Using your own command line arguments

RetroBat allows for using your own command line arguments with the emulator.

To do so, create a .txt file and fill one argument per line:

Save the file with the ".gzdoom" extension and place it in the roms\gzdoom folder.

Running mods

The method above also allows you also to start modded games.

To do so, precise which game the mod will use (the mian iwad file), and which mod you want to start (pwad games), with the full path to the different files.

An exemple, using "10 sectors" mod :



then, starting the games using the file "10sector.gzdoom" will start the according mod.

{% hint style="info" %} To cumulate multiple mods, just add lines to the file with the paths to the other mods to launch. {% endhint %}