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