Set the target system variable to work better with Project Brutality.
This commit is contained in:
parent
99067d9e75
commit
8448d57710
@ -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'
|
||||||
)
|
)
|
||||||
|
@ -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'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user