Fix weapon pick up sounds in deathmatch, hopefully.
This commit is contained in:
parent
78b181adcd
commit
88b378cafd
@ -77,7 +77,7 @@ case ${buttonCode} in
|
|||||||
1)
|
1)
|
||||||
# Death match setup
|
# Death match setup
|
||||||
# Ignore the choice of map made above
|
# 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" \
|
ipAddress="$(dialog --backtitle "Deathmatch Options" \
|
||||||
--clear \
|
--clear \
|
||||||
--no-tags \
|
--no-tags \
|
||||||
@ -93,7 +93,7 @@ case ${buttonCode} in
|
|||||||
dialog --backtitle "Deathmatch" --clear --msgbox "No ip address or URL given." -1 -1 --stdout
|
dialog --backtitle "Deathmatch" --clear --msgbox "No ip address or URL given." -1 -1 --stdout
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
flags=("$doomPath/TDBotsV30.pk3" '-join' "${ipAddress}")
|
flags=('-join' "${ipAddress}")
|
||||||
else
|
else
|
||||||
# List of maps included:
|
# List of maps included:
|
||||||
maps=(
|
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
|
--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
|
fi
|
||||||
flags=(
|
flags=(
|
||||||
"$doomPath/TDBotsV30.pk3"
|
|
||||||
'-host' "${players}"
|
'-host' "${players}"
|
||||||
'-skill' "${skillLevel}"
|
'-skill' "${skillLevel}"
|
||||||
'-deathmatch'
|
'-deathmatch'
|
||||||
|
Loading…
Reference in New Issue
Block a user