From ced1af728e218f07f05bc4bfb054e604d349636b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 28 Dec 2024 23:02:15 -0500 Subject: [PATCH] set '+Toby_SnapToTargetTargetingMode' '0' for death match. --- .launch/FreeDoom.game | 3 ++- .launch/TobyCustom/Custom_Death_Match.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.launch/FreeDoom.game b/.launch/FreeDoom.game index b50e556..9dab81f 100755 --- a/.launch/FreeDoom.game +++ b/.launch/FreeDoom.game @@ -276,7 +276,7 @@ case ${buttonCode} in dialog --backtitle "Deathmatch" --clear --msgbox "No ip address or URL given." -1 -1 --stdout exit 1 fi - flags=('-join' "${ipAddress}") + flags=('-join' "${ipAddress}" '+Toby_SnapToTargetTargetingMode' '0') else # List of maps included: maps=( @@ -340,6 +340,7 @@ case ${buttonCode} in '-host' "${players}" '-skill' "${skillLevel}" '-deathmatch' + '+Toby_SnapToTargetTargetingMode' '0' '+set' 'sv_cheats' '1' '+fraglimit' "$fraglimit" '+dmflags' '16384' '+dmflags' '4' '+dmflags' '128' '+dmflags' '4096' diff --git a/.launch/TobyCustom/Custom_Death_Match.sh b/.launch/TobyCustom/Custom_Death_Match.sh index b970895..99669cd 100755 --- a/.launch/TobyCustom/Custom_Death_Match.sh +++ b/.launch/TobyCustom/Custom_Death_Match.sh @@ -42,7 +42,7 @@ if [[ $buttonCode -eq 0 ]]; then dialog --backtitle "Deathmatch" --clear --msgbox "No ip address or URL given." -1 -1 --stdout exit 1 fi - flags=('-join' "${ipAddress}") + flags=('-join' "${ipAddress}" '+Toby_SnapToTargetTargetingMode' '0') else # List of maps included: maps=( @@ -106,6 +106,7 @@ else '-host' "${players}" '-skill' "${skillLevel}" '-deathmatch' + '+Toby_SnapToTargetTargetingMode' '0' '+set' 'sv_cheats' '1' '+fraglimit' "$fraglimit" '+dmflags' '16384' '+dmflags' '4' '+dmflags' '128' '+dmflags' '4096'