gzdoom: users mape their own controls

This commit is contained in:
sydarn 2024-02-15 11:06:07 +01:00
parent 566718c586
commit afb1d56b3d

View file

@ -12,6 +12,8 @@
| --- | --- |
| GZDoom | [github.com/ZDoom/gzdoom](https://github.com/ZDoom/gzdoom) |
GZDoom will detect the analog stick automatically, this makes menus navigatable. JELOS does not provide any controls mapping for gzdoom, as there is no obvious default mapping as with console emulators. Users have to map their own preferred controls.
## Creating `.doom` files
These files must be created for each **WAD** that you want to load with gzdoom. The file should contain at least one `IWAD` variable and optional `MOD` variables. Multiple `IWAD` and `MOD` variables can be used in the same file to load multiple wads, mods and packages. Therefore, multiple **.doom** files can be created for the same **WAD** for each configuration of the game.
@ -54,4 +56,4 @@ MOD=mods/target-spy-v2.0.1.pk3
```
to load Heretic with additional patches and mods.
!!! note "make sure to add `-- end --` to the end of the file"
!!! note "make sure to add `-- end --` to the end of the file"