Merge pull request #50 from sydarn/gzdoom

gzdoom: users map their own controls
This commit is contained in:
sydarn 2024-02-15 11:08:22 +01:00 committed by GitHub
commit 5bb28304df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"