mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
GZDOOM: basic configuration
This commit is contained in:
parent
6a9d6d4495
commit
8accd773e8
|
@ -9,7 +9,8 @@ Path=$HOME
|
|||
Path=$PROGDIR
|
||||
Path=/var/config/gzdoom
|
||||
Path=/var/data/gzdoom
|
||||
Path=$roms_folder/doom
|
||||
Path=RETRODECKROMSDIR/doom
|
||||
Path=/app/share/games/doom/
|
||||
|
||||
# These are the directories to search for wads added with the -file
|
||||
# command line parameter, if they cannot be found with the path
|
||||
|
@ -19,13 +20,15 @@ Path=$PROGDIR
|
|||
Path=$DOOMWADDIR
|
||||
Path=/var/config/gzdoom
|
||||
Path=/var/data/gzdoom
|
||||
Path=$roms_folder/doom
|
||||
Path=RETRODECKROMSDIR/doom
|
||||
Path=/app/share/games/doom/
|
||||
|
||||
# These are the directories to search for soundfonts that let listed in the menu.
|
||||
# Layout is the same as for IWADSearch.Directories
|
||||
[SoundfontSearch.Directories]
|
||||
Path=$PROGDIR/soundfonts
|
||||
Path=$PROGDIR/fm_banks
|
||||
Path=/var/data/gzdoom
|
||||
|
||||
# Files to automatically execute when running the corresponding game.
|
||||
# Each file should be on its own line, preceded by Path=
|
||||
|
@ -346,7 +349,7 @@ r_skipmats=false
|
|||
r_sprite_distance_cull=0
|
||||
r_spriteadjust=2
|
||||
r_ticstability=true
|
||||
save_dir=
|
||||
save_dir=RETRODECKSAVESDIR/doom/gzdoom
|
||||
save_formatted=false
|
||||
saveloadconfirmation=true
|
||||
savestatistics=0
|
||||
|
|
Loading…
Reference in a new issue