From 88b378cafd80f78d15a45286c46637655f833425 Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Mon, 22 Jan 2024 12:25:37 -0800 Subject: [PATCH] Fix weapon pick up sounds in deathmatch, hopefully. --- .scripts/FreeDoom.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.scripts/FreeDoom.sh b/.scripts/FreeDoom.sh index 77a8b15..c928834 100755 --- a/.scripts/FreeDoom.sh +++ b/.scripts/FreeDoom.sh @@ -77,7 +77,7 @@ case ${buttonCode} in 1) # Death match setup # Ignore the choice of map made above - gameOption="${doomPath}/TobyAccMod_V${tobyVersion}.pk3 ${doomPath}/TobyDeathArena_V1-0.wad" + gameOption="$doomPath/TDBotsV30.pk3 ${doomPath}/TobyAccMod_V${tobyVersion}.pk3 ${doomPath}/TobyDeathArena_V1-0.wad" ipAddress="$(dialog --backtitle "Deathmatch Options" \ --clear \ --no-tags \ @@ -93,7 +93,7 @@ case ${buttonCode} in dialog --backtitle "Deathmatch" --clear --msgbox "No ip address or URL given." -1 -1 --stdout exit 1 fi - flags=("$doomPath/TDBotsV30.pk3" '-join' "${ipAddress}") + flags=('-join' "${ipAddress}") else # List of maps included: maps=( @@ -150,7 +150,6 @@ case ${buttonCode} in --msgbox "When the game starts, press \` to open the console. Type addbot, press enter. Repeat addbot for as many bots as you would like. Press \` again to close the console." -1 -1 --stdout fi flags=( - "$doomPath/TDBotsV30.pk3" '-host' "${players}" '-skill' "${skillLevel}" '-deathmatch'