Last active
March 2, 2018 22:20
-
-
Save pavelkouril/9d29f708c015ede9a520 to your computer and use it in GitHub Desktop.
CS:GO Configs
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
developer "0" | |
con_enable "1" | |
cl_cmdrate 128 | |
cl_updaterate 128 | |
cl_interp 0 | |
cl_interp_ratio "1" | |
cl_lagcompensation "1" | |
fps_max 999 | |
alias "+jumpthrow" "+jump;-attack" | |
alias "-jumpthrow" "-jump" | |
alias "+knife"" "slot3" | |
alias "-knife" "lastinv" | |
bind mwheelup "+jump" | |
bind mwheeldown "+jump" | |
bind mouse3 "+jumpthrow" | |
bind mouse4 "+knife" | |
bind mouse5 "+voicerecord" | |
bind g "slot6" | |
bind f "slot7" | |
bind c "slot8" | |
bind x "slot9" | |
bind v "slot10" | |
bind z "drop" | |
bind p "toggle gameinstructor_enable" | |
bind t "+lookatweapon" | |
unbind i | |
cl_radar_rotate 1 | |
cl_radar_always_centered "0" | |
cl_radar_scale "0.3" | |
cl_hud_radar_scale "1.15" | |
cl_radar_icon_scale_min "1" | |
cl_radar_rotate "1" | |
con_filter_text "Damage Given" | |
con_filter_text_out "Player:" | |
con_filter_enable "2" | |
net_graph 1 | |
net_graphproportionalfont "0" | |
// Original crosshair | |
//cl_crosshair_drawoutline "1" | |
//cl_crosshair_dynamic_maxdist_splitratio "0.35" | |
//cl_crosshair_dynamic_splitalpha_innermod "1" | |
//cl_crosshair_dynamic_splitalpha_outermod "0.5" | |
//cl_crosshair_dynamic_splitdist "7" | |
//cl_crosshair_outlinethickness "1" | |
//cl_crosshairalpha "200" | |
//cl_crosshaircolor "1" | |
//cl_crosshaircolor_b "50" | |
//cl_crosshaircolor_g "250" | |
//cl_crosshaircolor_r "50" | |
//cl_crosshairdot "1" | |
//cl_crosshairgap "1" | |
//cl_crosshairgap_useweaponvalue "0" | |
//cl_crosshairscale "0" | |
//cl_crosshairsize "5" | |
//cl_crosshairstyle "2" | |
//cl_crosshairthickness "0.5" | |
//cl_crosshairusealpha "1" | |
cl_crosshair_drawoutline "0" | |
cl_crosshair_dynamic_maxdist_splitratio "0.35" | |
cl_crosshair_dynamic_splitalpha_innermod "1" | |
cl_crosshair_dynamic_splitalpha_outermod "0.5" | |
cl_crosshair_dynamic_splitdist "7" | |
cl_crosshair_outlinethickness "1" | |
cl_crosshair_sniper_show_normal_inaccuracy "0" | |
cl_crosshair_sniper_width "1" | |
cl_crosshairalpha "99999" | |
cl_crosshaircolor "4.000000" | |
cl_crosshaircolor_b "0" | |
cl_crosshaircolor_g "0" | |
cl_crosshaircolor_r "0" | |
cl_crosshairdot "0" | |
cl_crosshairgap "-1" | |
cl_crosshairgap_useweaponvalue "0" | |
cl_crosshairscale "0" | |
cl_crosshairsize "3" | |
cl_crosshairstyle "4" | |
cl_crosshairthickness "1" | |
cl_crosshairusealpha "1" | |
cl_fixedcrosshairgap "3" | |
viewmodel_fov "68" | |
viewmodel_offset_x "2.5" | |
viewmodel_offset_y "0" | |
viewmodel_offset_z "-1.5" | |
viewmodel_presetpos "3" | |
// Original CSGO viewmodel | |
// viewmodel_fov "60" | |
// viewmodel_offset_x "1" | |
// viewmodel_offset_y "1" | |
// viewmodel_offset_z "-1" | |
host_writeconfig |
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
sv_cheats 1 | |
mp_limitteams 0 | |
mp_autoteambalance 0 | |
mp_roundtime 60 | |
mp_roundtime_defuse 60 | |
mp_maxmoney 60000 | |
mp_startmoney 60000 | |
mp_freezetime 0 | |
mp_buytime 9999 | |
mp_buy_anywhere 1 | |
sv_infinite_ammo 1 | |
ammo_grenade_limit_total 5 | |
bot_kick | |
mp_warmup_end | |
sv_grenade_trajectory 1 | |
sv_grenade_trajectory_time 10 | |
sv_showimpacts 2 | |
sv_showimpacts_time 10 | |
mp_restartgame 1 | |
bot_stop 1 | |
bind "INS" "noclip" | |
bind "HOME" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_incgrenade;give weapon_molotov;give weapon_decoy" | |
bind "PGUP" "bot_add t" | |
bind "PGDN" "bot_add ct" | |
bind "DEL" "bot_place" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment