Some other configuration
This commit is contained in:
parent
33b3205518
commit
e3c363ed28
1 changed files with 9 additions and 3 deletions
|
@ -28,6 +28,7 @@ bind "g" "+lookatweapon"
|
||||||
// Console
|
// Console
|
||||||
unbind "'"
|
unbind "'"
|
||||||
bind "'" "toggleconsole"
|
bind "'" "toggleconsole"
|
||||||
|
con_enable "1"
|
||||||
|
|
||||||
// Random weapons in DM
|
// Random weapons in DM
|
||||||
cl_dm_buyrandomweapons "0"
|
cl_dm_buyrandomweapons "0"
|
||||||
|
@ -49,14 +50,19 @@ mm_dedicated_search_maxping "60"
|
||||||
// Sensitivity
|
// Sensitivity
|
||||||
sensitivity "1.74"
|
sensitivity "1.74"
|
||||||
|
|
||||||
// Spectator view
|
|
||||||
spec_replay_autostart "0"
|
|
||||||
|
|
||||||
// Sounds
|
// Sounds
|
||||||
snd_mvp_volume "0.09"
|
snd_mvp_volume "0.09"
|
||||||
|
snd_menumusic_volume "0"
|
||||||
snd_tensecondwarning_volume "0.3"
|
snd_tensecondwarning_volume "0.3"
|
||||||
volume "0.5"
|
volume "0.5"
|
||||||
|
|
||||||
|
// Spectator view
|
||||||
|
cl_show_observer_crosshair "2"
|
||||||
|
spec_replay_autostart "0"
|
||||||
|
|
||||||
|
// Tutorial
|
||||||
|
gameinstructor_enable "0"
|
||||||
|
|
||||||
// Debug message
|
// Debug message
|
||||||
echo "========================================================================================================================================================================"
|
echo "========================================================================================================================================================================"
|
||||||
echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"
|
echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"
|
||||||
|
|
Loading…
Reference in a new issue