Updated keybindings for Project Brutality, f for knife, v for kick, u for unloading, alt for alt attack.
This commit is contained in:
parent
a38eee08cb
commit
99067d9e75
@ -26,14 +26,18 @@ fi
|
|||||||
|
|
||||||
source ${BASH_SOURCE[0]%/*}/.mapmenu
|
source ${BASH_SOURCE[0]%/*}/.mapmenu
|
||||||
flags=(
|
flags=(
|
||||||
|
# Key binding removals
|
||||||
|
'unbind' 'F'
|
||||||
# Key bindings
|
# Key bindings
|
||||||
'+bind Alt +altattack'
|
'bind' 'alt' '+altattack'
|
||||||
'+bind Ctrl +attack'
|
'bind' 'Ctrl' '+attack'
|
||||||
'+bind G +User1'
|
'bind' 'F' '+User2'
|
||||||
'+bind U unreloader'
|
'bind' 'G' '+User1'
|
||||||
|
'bind' 'U' 'unreloader'
|
||||||
|
'bind' 'V' '+User2'
|
||||||
# Variables
|
# Variables
|
||||||
'+pb_exaggeratedrecoil false'
|
'+pb_exaggeratedrecoil' 'false'
|
||||||
'+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'
|
||||||
)
|
)
|
||||||
|
@ -25,15 +25,18 @@ fi
|
|||||||
|
|
||||||
source ${BASH_SOURCE[0]%/*}/.mapmenu
|
source ${BASH_SOURCE[0]%/*}/.mapmenu
|
||||||
flags=(
|
flags=(
|
||||||
|
# Key binding removals
|
||||||
|
'unbind' 'F'
|
||||||
# Key bindings
|
# Key bindings
|
||||||
'+bind Alt +altattack'
|
'bind' 'alt' '+altattack'
|
||||||
'+bind Ctrl +attack'
|
'bind' 'Ctrl' '+attack'
|
||||||
'+bind G +User1'
|
'bind' 'F' '+User2'
|
||||||
'+bind U unreloader'
|
'bind' 'G' '+User1'
|
||||||
|
'bind' 'U' 'unreloader'
|
||||||
|
'bind' 'V' '+User2'
|
||||||
# Variables
|
# Variables
|
||||||
'+Toby_NarrationOutputType 2'
|
'+pb_exaggeratedrecoil' 'false'
|
||||||
'+pb_exaggeratedrecoil false'
|
'+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'
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user