Fix weapon pick up sounds in deathmatch, hopefully.

This commit is contained in:
Michael Taboada 2024-01-22 12:25:37 -08:00
parent 78b181adcd
commit 88b378cafd

View File

@ -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'