Updated keybindings for Project Brutality, f for knife, v for kick, u for unloading, alt for alt attack.

This commit is contained in:
Storm Dragon 2024-12-26 20:24:38 -05:00
parent a38eee08cb
commit 99067d9e75
2 changed files with 24 additions and 17 deletions

View File

@ -26,14 +26,18 @@ fi
source ${BASH_SOURCE[0]%/*}/.mapmenu
flags=(
# Key binding removals
'unbind' 'F'
# Key bindings
'+bind Alt +altattack'
'+bind Ctrl +attack'
'+bind G +User1'
'+bind U unreloader'
'bind' 'alt' '+altattack'
'bind' 'Ctrl' '+attack'
'bind' 'F' '+User2'
'bind' 'G' '+User1'
'bind' 'U' 'unreloader'
'bind' 'V' '+User2'
# Variables
'+pb_exaggeratedrecoil false'
'+pb_weapon_recoil_mod_horizontal 0'
'+pb_weapon_recoil_mod_vertical 0'
'+vertspread true'
'+pb_exaggeratedrecoil' 'false'
'+pb_weapon_recoil_mod_horizontal' '0'
'+pb_weapon_recoil_mod_vertical' '0'
'+vertspread' 'true'
)

View File

@ -25,15 +25,18 @@ fi
source ${BASH_SOURCE[0]%/*}/.mapmenu
flags=(
# Key binding removals
'unbind' 'F'
# Key bindings
'+bind Alt +altattack'
'+bind Ctrl +attack'
'+bind G +User1'
'+bind U unreloader'
'bind' 'alt' '+altattack'
'bind' 'Ctrl' '+attack'
'bind' 'F' '+User2'
'bind' 'G' '+User1'
'bind' 'U' 'unreloader'
'bind' 'V' '+User2'
# Variables
'+Toby_NarrationOutputType 2'
'+pb_exaggeratedrecoil false'
'+pb_weapon_recoil_mod_horizontal 0'
'+pb_weapon_recoil_mod_vertical 0'
'+vertspread true'
'+pb_exaggeratedrecoil' 'false'
'+pb_weapon_recoil_mod_horizontal' '0'
'+pb_weapon_recoil_mod_vertical' '0'
'+vertspread' 'true'
)