GZDOOM: tweaked config + controls

This commit is contained in:
XargonWan 2023-11-25 15:30:31 +01:00
parent fd71729c56
commit 8d4162246b
2 changed files with 654 additions and 98 deletions

File diff suppressed because it is too large Load diff

View file

@ -34,4 +34,4 @@ fi
shopt -u nocasematch # Disable case-insensitive matching after use
echo "Found $type: $1, loading it." | tee -a "$LOG_FILE"
gzdoom +fluid_patchset /app/share/sounds/sf2/gzdoom.sf2 -config /var/config/gzdoom/gzdoom.ini -$type "$1" | tee -a "$LOG_FILE"
gzdoom -config /var/config/gzdoom/gzdoom.ini -$type "$1" | tee -a "$LOG_FILE"