Compare commits

..

No commits in common. "fa6555241414519e1a4a0eae35f820afd797623a" and "7a0cf5c2cdaed4e06633822dd07f00eabb069236" have entirely different histories.

2 changed files with 7 additions and 12 deletions

View file

@ -24,18 +24,12 @@ bind "scancode20" "switchhands"
unbind "scancode19"
bind "scancode19" "sv_cheats 1; noclip"
// Left and right
alias "+ll" "+turnleft"
alias "-ll" "-turnleft"
alias "+rr" "+turnright"
alias "-rr" "-turnright"
// Load custom game script
alias "cg" "exec customgame"
// Reload script
unbind "scancode78"
bind "scancode78" "exec autoexec"
unbind "scancode54"
bind "scancode54" "exec autoexec"
// Save settings
host_writeconfig

View file

@ -80,10 +80,11 @@ alias "arthur" "cl_crosshairgap -3; cl_crosshairsize 500; cl_crosshaircolor "5";
// Use to open shop disabled
cl_use_opens_buy_menu "0"
// View Model
viewmodel_presetpos "0"
viewmodel_offset_x "-2"
viewmodel_offset_z "-2"
// Left and right
alias "+ll" "+turnleft"
alias "-ll" "-turnleft"
alias "+rr" "+turnright"
alias "-rr" "-turnright"
// Debug message
echo "========================================================================================================================================================================"