From 8448d5771031eb756f15c51b318f4716be9ef252 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 26 Dec 2024 22:00:10 -0500 Subject: [PATCH] Set the target system variable to work better with Project Brutality. --- .launch/TobyCustom/Project_Brutality.sh | 5 +++++ .launch/TobyCustom/Project_BrutalityLatest.sh | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.launch/TobyCustom/Project_Brutality.sh b/.launch/TobyCustom/Project_Brutality.sh index 5f9aab8..b7877a0 100755 --- a/.launch/TobyCustom/Project_Brutality.sh +++ b/.launch/TobyCustom/Project_Brutality.sh @@ -27,7 +27,11 @@ fi source ${BASH_SOURCE[0]%/*}/.mapmenu flags=( # Key binding removals + 'unbind' 'alt' 'unbind' 'F' + 'unbind' 'G' + 'unbind' 'U' + 'unbind' 'V' # Key bindings 'bind' 'alt' '+altattack' 'bind' 'Ctrl' '+attack' @@ -40,4 +44,5 @@ flags=( '+pb_weapon_recoil_mod_horizontal' '0' '+pb_weapon_recoil_mod_vertical' '0' '+vertspread' 'true' + '+Toby_SnapToTargetTargetingMode' '1' ) diff --git a/.launch/TobyCustom/Project_BrutalityLatest.sh b/.launch/TobyCustom/Project_BrutalityLatest.sh index 0c3e567..62385b6 100755 --- a/.launch/TobyCustom/Project_BrutalityLatest.sh +++ b/.launch/TobyCustom/Project_BrutalityLatest.sh @@ -26,7 +26,11 @@ fi source ${BASH_SOURCE[0]%/*}/.mapmenu flags=( # Key binding removals + 'unbind' 'alt' 'unbind' 'F' + 'unbind' 'G' + 'unbind' 'U' + 'unbind' 'V' # Key bindings 'bind' 'alt' '+altattack' 'bind' 'Ctrl' '+attack' @@ -39,4 +43,5 @@ flags=( '+pb_weapon_recoil_mod_horizontal' '0' '+pb_weapon_recoil_mod_vertical' '0' '+vertspread' 'true' + '+Toby_SnapToTargetTargetingMode' '1' )