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

View File

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