Last active
May 11, 2017 19:21
-
-
Save heyman/986121c77ff80500f05a17d3907b05e8 to your computer and use it in GitHub Desktop.
CS:GO config
This file contains 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
// jonatans superconfig | |
net_graph 1 | |
//muzzleflash_light 0 | |
cl_forcepreload 1 | |
rate "128000" | |
cl_updaterate 128 | |
cl_cmdrate 128 | |
// crosshair | |
cl_crosshairalpha "800" | |
cl_crosshaircolor "1" | |
cl_crosshaircolor_b "50" | |
cl_crosshaircolor_r "50" | |
cl_crosshaircolor_g "250" | |
cl_crosshairdot "0" | |
cl_crosshairgap "-2" | |
cl_crosshairsize "3" | |
cl_crosshairstyle "4" | |
cl_crosshairusealpha "1" | |
cl_crosshairthickness "1" | |
cl_fixedcrosshairgap "-1" | |
cl_crosshair_outlinethickness "0" | |
cl_crosshair_drawoutline "0" | |
// radar | |
cl_radar_always_centered 1 | |
cl_radar_scale 0.45 | |
cl_hud_radar_scale 1.5 | |
cl_radar_icon_scale_min 0.8 | |
cl_radar_rotate 1 | |
cl_radar_square_with_scoreboard 1 | |
// sound | |
snd_musicvolume 0 | |
snd_roundend_volume 0.5 | |
snd_roundstart_volume 0.5 | |
snd_deathcamera_volume 0.5 | |
// aliases for different interp settings depending on the ping | |
alias ping_low "cl_interp 0.007813;cl_interp_ratio 1; echo cl_interp and cl_interp_ratio set for ping 1-29" | |
alias ping_medium "cl_interp 0.015625;cl_interp_ratio 1; echo cl_interp and cl_interp_ratio set for ping 30-59" | |
alias ping_high "cl_interp 0.015625;cl_interp_ratio 2; echo cl_interp and cl_interp_ratio set for ping 60-89" | |
ping_low |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment