Commented sharing is caring related code, as it doesn't seem to work
This commit is contained in:
@ -84,7 +84,9 @@ case ${buttonCode} in
|
||||
dialog --backtitle "Co-op" --clear --msgbox "No ip address or URL given." -1 -1 --stdout
|
||||
exit 1
|
||||
fi
|
||||
flags=("${doomPath}/SiC_v1_01.pk3" '-join' "${ipAddress}")
|
||||
flags=(
|
||||
#"${doomPath}/SiC_v1_01.pk3"
|
||||
'-join' "${ipAddress}")
|
||||
else
|
||||
# Get ip address
|
||||
yourIpAddress="$(curl -4s https://icanhazip.com)"
|
||||
@ -101,7 +103,7 @@ case ${buttonCode} in
|
||||
--rangebox "Select difficulty. 1 easiest, 5 hardest." -1 -1 1 5 3 --stdout)"
|
||||
[[ $? -eq 1 ]] && exit 0
|
||||
flags=(
|
||||
"${doomPath}/SiC_v1_01.pk3"
|
||||
#"${doomPath}/SiC_v1_01.pk3"
|
||||
'-host' "${players}"
|
||||
'-skill' "${skillLevel}"
|
||||
'+set' 'sv_cheats' '1'
|
||||
@ -109,8 +111,8 @@ case ${buttonCode} in
|
||||
'+set' 'sv_respawnprotect' '1'
|
||||
'+set' 'sv_itemrespawn' '1'
|
||||
'+set' 'sv_respawnsuper' '1'
|
||||
'+set' 'sv_SiC_AlwaysWeaponShare' '1'
|
||||
'+set' 'sv_SiC_ShareKeys' '1'
|
||||
#'+set' 'sv_SiC_AlwaysWeaponShare' '1'
|
||||
#'+set' 'sv_SiC_ShareKeys' '1'
|
||||
'+set' 'alwaysapplydmflags' ''1
|
||||
'-extratic' '-dup' '3'
|
||||
)
|
||||
|
Reference in New Issue
Block a user