Update hud and add closed captions
This commit is contained in:
@ -43,6 +43,10 @@ bind = "explode"
|
||||
bind kp_end "next_map_vote 0"
|
||||
bind kp_downarrow "next_map_vote 1"
|
||||
bind kp_pgdn "next_map_vote 2"
|
||||
// easier bind
|
||||
bind f1 "next_map_vote 0"
|
||||
bind f2 "next_map_vote 1"
|
||||
bind f3 "next_map_vote 2"
|
||||
|
||||
//fix all button
|
||||
bind kp_ins "snd_restart;hud_reloadscheme"
|
||||
@ -51,11 +55,12 @@ bind kp_ins "snd_restart;hud_reloadscheme"
|
||||
bindtoggle kp_del cl_disablehtmlmotd
|
||||
|
||||
// loadouts
|
||||
bind f1 loadouts.A
|
||||
bind f2 loadouts.B
|
||||
bind f3 loadouts.C
|
||||
bind f5 loadouts.D
|
||||
bind q loadouts.resup
|
||||
//bind f1 loadouts.A
|
||||
//bind f2 loadouts.B
|
||||
//bind f3 loadouts.C
|
||||
//bind f5 loadouts.D
|
||||
//bind q loadouts.resup
|
||||
bind q "load_itempreset 0"
|
||||
|
||||
bind f4 player_ready_toggle
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
no_texture_stream
|
||||
|
||||
con_enable 1
|
||||
con_logfile "console.log"
|
||||
developer 0
|
||||
|
||||
fov_desired 90
|
||||
@ -71,7 +72,8 @@ sv_pure -1
|
||||
sv_cheats 1
|
||||
exec preloader.cfg
|
||||
|
||||
exec loadouts/init.cfg
|
||||
// Disabled due to changing con_logfile, replace with simple resup bind
|
||||
// exec loadouts/init.cfg
|
||||
exec training.cfg
|
||||
exec binds.cfg
|
||||
// Sets hitsound settings
|
||||
|
Reference in New Issue
Block a user