Set the target system variable to work better with Project Brutality.

This commit is contained in:
Storm Dragon 2024-12-26 22:00:10 -05:00
parent 99067d9e75
commit 8448d57710
2 changed files with 10 additions and 0 deletions

View File

@ -27,7 +27,11 @@ fi
source ${BASH_SOURCE[0]%/*}/.mapmenu source ${BASH_SOURCE[0]%/*}/.mapmenu
flags=( flags=(
# Key binding removals # Key binding removals
'unbind' 'alt'
'unbind' 'F' 'unbind' 'F'
'unbind' 'G'
'unbind' 'U'
'unbind' 'V'
# Key bindings # Key bindings
'bind' 'alt' '+altattack' 'bind' 'alt' '+altattack'
'bind' 'Ctrl' '+attack' 'bind' 'Ctrl' '+attack'
@ -40,4 +44,5 @@ flags=(
'+pb_weapon_recoil_mod_horizontal' '0' '+pb_weapon_recoil_mod_horizontal' '0'
'+pb_weapon_recoil_mod_vertical' '0' '+pb_weapon_recoil_mod_vertical' '0'
'+vertspread' 'true' '+vertspread' 'true'
'+Toby_SnapToTargetTargetingMode' '1'
) )

View File

@ -26,7 +26,11 @@ fi
source ${BASH_SOURCE[0]%/*}/.mapmenu source ${BASH_SOURCE[0]%/*}/.mapmenu
flags=( flags=(
# Key binding removals # Key binding removals
'unbind' 'alt'
'unbind' 'F' 'unbind' 'F'
'unbind' 'G'
'unbind' 'U'
'unbind' 'V'
# Key bindings # Key bindings
'bind' 'alt' '+altattack' 'bind' 'alt' '+altattack'
'bind' 'Ctrl' '+attack' 'bind' 'Ctrl' '+attack'
@ -39,4 +43,5 @@ flags=(
'+pb_weapon_recoil_mod_horizontal' '0' '+pb_weapon_recoil_mod_horizontal' '0'
'+pb_weapon_recoil_mod_vertical' '0' '+pb_weapon_recoil_mod_vertical' '0'
'+vertspread' 'true' '+vertspread' 'true'
'+Toby_SnapToTargetTargetingMode' '1'
) )