Tweak
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
no_texture_stream
|
||||
|
||||
con_enable 1
|
||||
con_logfile "console.log"
|
||||
//Set the default confile location
|
||||
//con_logfile "console.log"
|
||||
developer 0
|
||||
|
||||
fov_desired 90
|
||||
@ -73,7 +74,7 @@ sv_cheats 1
|
||||
exec preloader.cfg
|
||||
|
||||
// Disabled due to changing con_logfile, replace with simple resup bind
|
||||
// exec loadouts/init.cfg
|
||||
exec loadouts/init.cfg
|
||||
exec training.cfg
|
||||
exec binds.cfg
|
||||
// Sets hitsound settings
|
||||
|
@ -1,4 +1,8 @@
|
||||
// Commands here will run before every class config
|
||||
|
||||
// Key for class specific binds
|
||||
unbind n
|
||||
// Commands here will run before every class config
|
||||
|
||||
// Key for class specific binds
|
||||
unbind n
|
||||
|
||||
// rebind for classes other than soldier
|
||||
bind mouse1 +attack
|
||||
bind mouse2 +attack2
|
@ -1 +1,5 @@
|
||||
loadouts.soldier
|
||||
loadouts.soldier
|
||||
|
||||
// ctap script
|
||||
bind mouse2 +ctap
|
||||
bind mouse1 +ctap_attack
|
||||
|
Reference in New Issue
Block a user