diff options
author | André Glüpker <git@wgmd.de> | 2021-11-27 11:27:57 +0100 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2021-11-27 11:27:57 +0100 |
commit | 35af25112fa6d7231c2b3824dc4a02b1c191ea2a (patch) | |
tree | edd1f3bf3ba298fdc6eb2d2be803f188d50e4009 /bindings.cfg | |
parent | 24fd5c7b15453acff450dfa442010268aaa39232 (diff) | |
download | config-csgo-35af25112fa6d7231c2b3824dc4a02b1c191ea2a.tar.gz config-csgo-35af25112fa6d7231c2b3824dc4a02b1c191ea2a.tar.bz2 config-csgo-35af25112fa6d7231c2b3824dc4a02b1c191ea2a.zip |
Modify a bunch of aliases and settings
Diffstat (limited to 'bindings.cfg')
-rwxr-xr-x | bindings.cfg | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/bindings.cfg b/bindings.cfg index 34a90a3..9e7e0a7 100755 --- a/bindings.cfg +++ b/bindings.cfg @@ -28,11 +28,11 @@ cl_disablefreezecam 1 cl_hud_background_alpha 0.25 cl_hud_bomb_under_radar 0 cl_hud_color 5 -cl_hud_healthammo_style 1 // no health bars +cl_hud_healthammo_style 0 // no health bars / no burst indicator? cl_hud_playercount_pos 1 // bottom cl_hud_playercount_showcount 0 -cl_hud_radar_scale 1.25 -cl_radar_always_centered 0 +cl_hud_radar_scale 1 +l_radar_always_centered 2 cl_radar_icon_scale_min 0.4 cl_radar_scale 0.5 cl_show_clan_in_death_notice 0 @@ -43,7 +43,7 @@ cl_use_opens_buy_menu 0 con_filter_enable 2 developer 1 gameinstructor_enable 0 -hud_scaling 0.8 +hud_scaling 1 hud_showtargetid 1 hud_takesshots 1 net_graphheight 150 @@ -61,12 +61,11 @@ m_customaccel_scale 0 sensitivity 0.8 // Should be the same as windows as of 08.01.2016 // FPS (Mehrfache vom Tickrate) -fps_max 129 // 129 // lets try 0 for a change :) +fps_max 144 fps_max_menu 30 engine_no_focus_sleep 0 mat_queue_mode 2 cl_disablehtmlmotd 1 -cl_forcepreload 1 // Network rate 128000 @@ -86,7 +85,6 @@ voice_enable 1 voice_scale 0.5 snd_mixahead 0.075 // If clippy - more! Def: 0.1 snd_mute_losefocus 0 // mute game when alt-tabbed -lobby_voice_chat_enabled 0 // voice chat in lobby cl_mute_enemy_team 0 dsp_enhance_stereo 0 // No audible changes, less CPU? dsp_slow_cpu 0 @@ -124,15 +122,17 @@ cl_viewmodel_shift_right_amt 0 alias "fovsmall" "viewmodel_fov 55;viewmodel_offset_x 2;viewmodel_offset_y -2;viewmodel_offset_z -2" alias "fovquake" "viewmodel_fov 68;viewmodel_offset_x -2;viewmodel_offset_y -2;viewmodel_offset_z -2" alias "fovdefault" "viewmodel_fov 60;viewmodel_offset_x 1;viewmodel_offset_y 1;viewmodel_offset_z -1" -fovsmall +fovdefault viewmodel_presetpos 0 // to activate viewmodel, if loaded with parameter // Crosshair and local bindings exec bindings-crosshair exec bindings-local exec bindings-aliases -fdefault -volume 0.3 +con_filter_text "-" +con_filter_text_out "Player" + +volume 0.8 // log_dumpchannels // log_color "Console" "FFFFFFFF" |