Removed old jointeam config scripts

This commit is contained in:
pierow 2021-01-27 20:32:19 -05:00
parent cea2f797b9
commit a52b1b3af3
2 changed files with 2 additions and 10 deletions

View file

@ -46,10 +46,8 @@ bind "RIGHTARROW" "+right"
bind "ALT" "+voicerecord" bind "ALT" "+voicerecord"
bind "CTRL" "+duck" bind "CTRL" "+duck"
bind "SHIFT" "+speed" bind "SHIFT" "+speed"
alias "marinecfg" "exec marineofficial.cfg" bind "F1" "jointeamone"
alias "aliencfg" "exec alienofficial.cfg" bind "F2" "jointeamtwo"
bind "F1" "jointeamone;marinecfg"
bind "F2" "jointeamtwo;aliencfg"
bind "F3" "autoassign" bind "F3" "autoassign"
bind "F4" "readyroom" bind "F4" "readyroom"
bind "F5" "snapshot" bind "F5" "snapshot"

View file

@ -15,12 +15,6 @@ gl_vsync "0"
//View and weapon bob off //View and weapon bob off
cl_bob "0" cl_bob "0"
//Execute marine and alien cfgs on F1/F2 press
alias marinecfg "exec marineofficial.cfg;echo marine config loaded"
alias aliencfg "exec alienofficial.cfg;echo alien config loaded"
bind "F1" "jointeamone;marinecfg"
bind "F2" "jointeamtwo;aliencfg"
//Network rates for the 21st century //Network rates for the 21st century
rate "30000" rate "30000"
cl_updaterate "100" cl_updaterate "100"