Last active
January 31, 2018 04:58
-
-
Save dnordstrom/e709574b32062170bbca to your computer and use it in GitHub Desktop.
D's CS:GO Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Sensitivity | |
// | |
sensitivity 0.75 | |
zoom_sensitivity_ratio_mouse 1 | |
// | |
// Crosshair | |
// | |
alias use_crosshair_mrn "exec crosshair_mrn" | |
alias use_crosshair_large "exec crosshair_large" | |
alias use_crosshair_outline "exec crosshair_outline" | |
alias use_crosshair_static "exec crosshair_static" | |
alias use_crosshair_dot_static "exec crosshair_dot_static" | |
alias use_crosshair_dot_dynamic "exec crosshair_dot_dynamic" | |
alias use_crosshair_sgares "exec crosshair_sgares" | |
alias use_crosshair_cross "exec crosshair_cross" | |
alias use_crosshair_tatska "exec crosshair_tatska" | |
alias use_crosshair_classic "exec crosshair_classic" | |
use_crosshair_large | |
// | |
// Aliases | |
// | |
// Disconnect and quit | |
alias gg disconnect | |
alias dc disconnect | |
alias qq exit | |
alias wq exit | |
// Toggle crosshair between large, static, dynamic, and dot | |
alias toggle_crosshair_mrn "use_crosshair_mrn; alias toggle_crosshair toggle_crosshair_cross; echo Using mrn crosshair" | |
alias toggle_crosshair_cross "use_crosshair_cross; alias toggle_crosshair toggle_crosshair_sgares; echo Using cross crosshair" | |
alias toggle_crosshair_sgares "use_crosshair_sgares; alias toggle_crosshair toggle_crosshair_large; echo Using Sean Gares crosshair" | |
alias toggle_crosshair_large "use_crosshair_large; alias toggle_crosshair toggle_crosshair_outline; echo Using large crosshair" | |
alias toggle_crosshair_outline "use_crosshair_outline; alias toggle_crosshair toggle_crosshair_tatska; echo Using outline crosshair" | |
alias toggle_crosshair_tatska "use_crosshair_tatska; alias toggle_crosshair toggle_crosshair_classic; echo Using Tatska crosshair" | |
alias toggle_crosshair_classic "use_crosshair_classic; alias toggle_crosshair toggle_crosshair_static; echo Using Classic crosshair" | |
alias toggle_crosshair_static "use_crosshair_static; alias toggle_crosshair toggle_crosshair_dot_dynamic; echo Using static crosshair" | |
alias toggle_crosshair_dot_static "use_crosshair_dot_static; alias toggle_crosshair toggle_crosshair_dot_dynamic; echo Using static dot crosshair" | |
alias toggle_crosshair_dot_dynamic "use_crosshair_dot_dynamic; alias toggle_crosshair toggle_crosshair_mrn; echo Using dynamic dot crosshair" | |
alias toggle_crosshair "toggle_crosshair_outline" | |
// Aliases to toggle MOUSE3 between noclip, crosshair switch, and voice record | |
alias toggle_mouse3_voicerecord "bind MOUSE3 +voicerecord; alias toggle_mouse3 toggle_mouse3_noclip; echo Using MOUSE3 for voice record" | |
alias toggle_mouse3_noclip "bind MOUSE3 noclip; alias toggle_mouse3 toggle_mouse3_crosshair; echo Using MOUSE3 for noclip toggle" | |
alias toggle_mouse3_crosshair "bind MOUSE3 toggle_crosshair; alias toggle_mouse3 toggle_mouse3_voicerecord; echo Using MOUSE3 for crosshair toggle" | |
alias toggle_mouse3 "toggle_mouse3_noclip" | |
// | |
// Binds | |
// | |
bind ` "toggleconsole" | |
bind § "toggleconsole" | |
bind 1 "slot1; use_viewmodel_custom" | |
bind 2 "slot2; use_viewmodel_custom" | |
bind 3 "slot3; use_viewmodel_custom" | |
bind 4 "slot4; use_viewmodel_classic" | |
bind 5 "slot5; use_viewmodel_custom" | |
bind W "+forward; r_cleardecals" | |
bind MOUSE3 "toggle_crosshair" | |
bind MWHEELUP "slot3" | |
bind MWHEELDOWN "+jump" | |
bind SPACE "+jump" | |
bind BACKSPACE "jpeg" | |
bind \ "messagemode2" | |
bind ENTER "messagemode" | |
unbind HOME | |
unbind END | |
unbind INS | |
unbind DEL | |
unbind PGUP | |
unbind PGDN | |
unbind UPARROW | |
unbind DOWNARROW | |
unbind LEFTARROW | |
unbind RIGHTARROW | |
bind F1 "buy ak47; give weapon_ak47" | |
bind F2 "buy cz75; give weapon_cz75" | |
bind F3 "buy p250; give weapon_p250" | |
bind F4 "buy deagle; give weapon_deagle" | |
bind F5 "buy flashbang; give weapon_flashbang" | |
bind F6 "buy smokegrenade; give weapon_smokegrenade" | |
bind F7 "buy hegrenade; give weapon_hegrenade" | |
bind F8 "buy molotov; give weapon_molotov" | |
bind F9 "buy vesthelm" | |
bind F10 "buy vest" | |
bind F11 "buy defuser" | |
bind = "messagemode" | |
bind - "messagemode2" | |
bind T "+lookatweapon" | |
bind X "use weapon_hegrenade; use_viewmodel_classic" | |
bind C "use weapon_smokegrenade; use_viewmodel_classic" | |
bind F "use weapon_flashbang; use_viewmodel_classic" | |
bind Z "use weapon_molotov; use weapon_incgrenade; use_viewmodel_classic" | |
bind N "toggle net_graph 0 1" | |
bind CAPSLOCK "toggle cl_righthand 0 1" | |
unbind ALT | |
// | |
// Viewmodel | |
// | |
// Aliases to toggle viewmodel | |
alias use_viewmodel_classic "exec viewmodel_classic" | |
alias use_viewmodel_launders "exec viewmodel_launders" | |
alias use_viewmodel_mstarr "exec viewmodel_mstarr" | |
alias use_viewmodel_custom "use_viewmodel_classic" | |
exec use_viewmodel_custom | |
// | |
// Audio | |
// | |
voice_mixer_volume 1 | |
snd_mixahead 0.05 | |
snd_musicvolume 0 | |
snd_headphone_pan_exponent 1 | |
snd_mix_async 1 | |
// | |
// Miscellaneous | |
// | |
cl_autohelp 0 | |
cl_autowepswitch 0 | |
cl_disablefreezecam 1 | |
cl_disablehtmlmotd 0 | |
cl_dm_buyrandomweapons 0 | |
cl_forcepreload 1 | |
cl_radar_always_centered 1 | |
cl_radar_icon_scale_min 1 | |
cl_radar_scale 0.4 | |
cl_showhelp 0 | |
cl_showloadout 1 | |
cl_teamid_overhead_always 1 | |
closeonbuy 0 | |
hud_scaling 0.8 | |
hud_takesshots 1 | |
mat_monitorgamma 1.6 | |
mat_queue_mode -2 | |
mm_dedicated_search_maxping 150 | |
m_customaccel 0 | |
m_mouseaccel1 0 | |
m_mouseaccel2 0 | |
m_rawinput 1 | |
r_drawtracers_firstperson 1 | |
ui_steam_overlay_notification_position "bottomright" | |
// | |
// Rates and interpolation | |
// | |
fps_max 300 | |
cl_cmdrate 128 | |
cl_updaterate 128 | |
cl_interp 0 | |
cl_interp_ratio 1 | |
// rate 96000 | |
// rate 125000 | |
// rate 196608 | |
rate 786432 | |
// | |
// Save to config.cfg | |
// | |
host_writeconfig | |
// | |
// Done | |
// | |
echo "" | |
echo "////" | |
echo "// Configuration loaded" | |
echo "////" | |
echo "" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Static cross crosshair | |
// | |
cl_crosshairalpha 255 | |
cl_crosshaircolor 5 | |
cl_crosshaircolor_r 0 | |
cl_crosshaircolor_g 0 | |
cl_crosshaircolor_b 150 | |
cl_crosshairdot 0 | |
cl_crosshairgap -5 | |
cl_crosshairgap_useweaponvalue 0 | |
cl_crosshairsize 2 | |
cl_crosshairstyle 4 | |
cl_crosshairusealpha 1 | |
cl_crosshairthickness 0.5 | |
cl_fixedcrosshairgap -1 | |
cl_crosshair_drawoutline 0 | |
hud_showtargetid 1 | |
// | |
// Done | |
// | |
echo "" | |
echo "////" | |
echo "// Crosshair adjusted" | |
echo "////" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Dynamic dot crosshair | |
// | |
cl_crosshair_drawoutline 1 | |
cl_crosshair_outlinethickness 1 | |
cl_crosshairalpha 255 | |
cl_crosshaircolor 2 | |
cl_crosshairdot 0 | |
cl_crosshairgap -5 | |
cl_crosshairgap_useweaponvalue 0 | |
cl_crosshairscale 0 | |
cl_crosshairsize 1 | |
cl_crosshairstyle 5 | |
cl_crosshairthickness 1 | |
cl_crosshairusealpha 1 | |
cl_fixedcrosshairgap -6 | |
hud_showtargetid 1 | |
// | |
// Done | |
// | |
echo "" | |
echo "////" | |
echo "// Crosshair adjusted" | |
echo "////" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Static dot crosshair | |
// | |
cl_crosshairalpha 255 | |
cl_crosshaircolor 2 | |
cl_crosshairdot 1 | |
cl_crosshairgap -4 | |
cl_crosshairsize 0 | |
cl_crosshairstyle 4 | |
cl_crosshairusealpha 1 | |
cl_crosshairthickness 1.5 | |
cl_fixedcrosshairgap -4 | |
cl_crosshair_drawoutline 0 | |
hud_showtargetid 1 | |
// | |
// Done | |
// | |
echo "" | |
echo "////" | |
echo "// Crosshair adjusted" | |
echo "////" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Large crosshair | |
// | |
cl_crosshairalpha 255 | |
cl_crosshaircolor 5 | |
cl_crosshaircolor_r 0 | |
cl_crosshaircolor_g 0 | |
cl_crosshaircolor_b 150 | |
cl_crosshairdot 0 | |
cl_crosshairgap -2 | |
cl_crosshairgap_useweaponvalue 0 | |
cl_crosshairsize 3 | |
cl_crosshairstyle 4 | |
cl_crosshairusealpha 1 | |
cl_crosshairthickness 1 | |
cl_crosshair_drawoutline 0 | |
hud_showtargetid 1 | |
// | |
// Done | |
// | |
echo "" | |
echo "////" | |
echo "// Crosshair adjusted" | |
echo "////" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// 10K's dynamic crosshair | |
// | |
cl_crosshairusealpha 1 | |
cl_crosshairalpha 255 | |
cl_crosshaircolor 5 | |
cl_crosshaircolor_r 0 | |
cl_crosshaircolor_g 0 | |
cl_crosshaircolor_b 150 | |
cl_crosshairdot 0 | |
cl_crosshairsize 2.5 | |
cl_crosshairthickness 1 | |
cl_crosshair_drawoutline 0 | |
cl_crosshairgap -2 | |
cl_crosshairstyle 5 | |
hud_showtargetid 1 | |
// | |
// Done | |
// | |
echo "" | |
echo "////" | |
echo "// Crosshair adjusted" | |
echo "////" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Ouitline crosshair | |
// | |
cl_crosshaircolor_g 255 | |
cl_crosshaircolor_b 255 | |
cl_crosshaircolor_r 255 | |
cl_crosshaircolor 5 | |
cl_crosshairgap 1 | |
cl_crosshairsize 1.5 | |
cl_crosshairalpha 255 | |
cl_crosshaircolor 5 | |
cl_crosshairdot 0 | |
cl_crosshairgap_useweaponvalue 0 | |
cl_crosshairstyle 4 | |
cl_crosshairusealpha 1 | |
cl_crosshairthickness 1 | |
cl_crosshair_drawoutline 1 | |
hud_showtargetid 1 | |
// | |
// Done | |
// | |
echo "" | |
echo "////" | |
echo "// Crosshair adjusted" | |
echo "////" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Sean Gares dynamic crosshair (changed to blue) | |
// | |
cl_crosshairusealpha 1 | |
cl_crosshairalpha 255 | |
cl_crosshaircolor 5 | |
cl_crosshaircolor_r 0 | |
cl_crosshaircolor_g 0 | |
cl_crosshaircolor_b 150 | |
cl_crosshairdot 1 | |
cl_crosshairsize 2 | |
cl_crosshairthickness 1 | |
cl_crosshairgap -1 | |
cl_crosshairstyle 5 | |
hud_showtargetid 1 | |
// | |
// Done | |
// | |
echo "" | |
echo "////" | |
echo "// Crosshair adjusted" | |
echo "////" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Static crosshair | |
// | |
cl_crosshairalpha 255 | |
cl_crosshaircolor 5 | |
cl_crosshaircolor_r 0 | |
cl_crosshaircolor_g 0 | |
cl_crosshaircolor_b 150 | |
cl_crosshairdot 1 | |
cl_crosshairgap -1 | |
cl_crosshairgap_useweaponvalue 0 | |
cl_crosshairsize 4 | |
cl_crosshairstyle 4 | |
cl_crosshairusealpha 1 | |
cl_crosshairthickness 0 | |
cl_fixedcrosshairgap -1 | |
cl_crosshair_drawoutline 0 | |
hud_showtargetid 1 | |
// | |
// Done | |
// | |
echo "" | |
echo "////" | |
echo "// Crosshair adjusted" | |
echo "////" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Ouitline crosshair | |
// | |
cl_crosshaircolor_g 255 | |
cl_crosshaircolor_b 255 | |
cl_crosshaircolor_r 255 | |
cl_crosshaircolor 5 | |
cl_crosshairgap -3 | |
cl_crosshairsize 2 | |
cl_crosshairalpha 255 | |
cl_crosshaircolor 5 | |
cl_crosshairdot 0 | |
cl_crosshairgap_useweaponvalue 0 | |
cl_crosshairstyle 4 | |
cl_crosshairusealpha 1 | |
cl_crosshairthickness 1 | |
cl_crosshair_drawoutline 1 | |
hud_showtargetid 1 | |
// | |
// Done | |
// | |
echo "" | |
echo "////" | |
echo "// Crosshair adjusted" | |
echo "////" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Binds | |
// | |
bind P "toggle sv_showimpacts 0 1; toggle sv_showbullethits 0 1" | |
bind [ "toggle sv_infinite_ammo 1 2" | |
bind L "bot_kick" | |
bind SEMICOLON "bot_add_t" | |
bind ' "bot_add_ct" | |
bind / "god" | |
// | |
// Practice mode | |
// | |
sv_cheats 1 | |
ammo_grenade_limit_total 6 | |
sv_grenade_trajectory 1 | |
sv_grenade_trajectory_time 6 | |
sv_grenade_trajectory_thickness 0.5 | |
sv_infinite_ammo 2 | |
sv_showbullethits 1 | |
sv_showimpacts 1 | |
mp_autoteambalance 0 | |
mp_buytime 3600 | |
mp_buy_anywhere 1 | |
mp_do_warmup_offine 1 | |
mp_do_warmup_period 1 | |
mp_freezetime 0 | |
mp_limitteams 0 | |
mp_maxmoney 60000 | |
mp_randomspawn 1 | |
mp_respawn_immunitytime 0 | |
mp_roundtime 60 | |
mp_roundtime_defuse 60 | |
mp_roundtime_hostage 60 | |
mp_round_restart_delay 0 | |
mp_spawnprotectiontime 0 | |
mp_startmoney 60000 | |
mp_teammates_are_enemies 1 | |
mp_warmuptime 3600 | |
mp_warmup_start | |
bot_difficulty 3 | |
bot_dont_shoot 0 | |
bot_quota_mode normal | |
mp_restartgame 1 | |
bot_kick | |
echo "" | |
echo "////" | |
echo "// Set up practice mode" | |
echo "////" | |
echo "" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment