Created
February 17, 2015 00:55
-
-
Save danhyun/a2d0ac87b17bfbdc70c3 to your computer and use it in GitHub Desktop.
csgo
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
cl_interp 0 | |
cl_interp_ratio 1 | |
cl_cmdrate 128 | |
cl_updaterate 128 | |
rate 128000 | |
fps_max 999 | |
exec netcode |
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
// Graphics | |
r_dynamic "0" | |
r_eyesize "0" | |
r_eyemove "0" | |
con_enable "1" | |
r_eyegloss "0" | |
cl_logofile "0" | |
r_eyeshift_z "0" | |
r_eyeshift_y "0" | |
r_eyeshift_x "0" | |
//mat_queue_mode "2" | |
cl_rumblescale "0" | |
sys_refldetail "0" | |
mat_hdr_enabled "0" | |
sys_aspectratio "-1" | |
r_cheapwaterend "1" | |
sys_antialiasing "0" | |
muzzleflash_light "0" | |
r_cheapwaterstart "1" | |
budget_show_peaks "0" | |
cl_detail_max_sway "0" | |
budget_show_history "0" | |
budget_peaks_window "0" | |
budget_show_averages "0" | |
func_break_max_pieces "0" | |
cl_detail_avoid_force "0" | |
cl_detail_avoid_radius "0" | |
budget_averages_window "0" | |
budget_background_alpha "0" | |
budget_history_range_ms "5" | |
texture_budget_panel_width "0" | |
texture_budget_panel_height "0" | |
cl_detail_avoid_recover_speed "0" | |
texture_budget_background_alpha "999" | |
budget_history_numsamplesvisible "0" | |
// Rates | |
rate "128000" | |
cl_interp "0" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp_ratio "1" | |
cl_predictweapons "1" | |
// Audio | |
suitvolume "0" | |
voice_scale "1" | |
voice_enable "1" | |
snd_mixahead "0.05" | |
snd_musicvolume "0" | |
voice_modenable "1" | |
dsp_enhance_stereo "1" | |
snd_headphone_pan_exponent "2" | |
// Mouse | |
m_forward "1" | |
m_rawinput "1" | |
m_mousespeed "0" | |
m_customaccel "0" | |
m_mouseaccel1 "0" | |
m_mouseaccel2 "0" | |
m_customaccel_max "0" | |
m_customaccel_scale "0" | |
m_customaccel_exponent "1" | |
// Crosshair | |
//cl_crosshairdot "1" | |
//cl_crosshairgap "9999" | |
//cl_crosshairsize "0" | |
//cl_crosshairscale "0" | |
//cl_crosshairstyle "2" | |
//cl_crosshairalpha "255" | |
//cl_crosshaircolor "5" | |
//cl_crosshaircolor_b "146" | |
//cl_crosshaircolor_g "224" | |
//cl_crosshaircolor_r "29" | |
//cl_crosshairusealpha "1" | |
//cl_crosshairthickness "2" | |
//cl_crosshair_drawoutline "1" | |
// Bobbing | |
cl_bobcycle "2" | |
cl_bobamt_lat "0" | |
cl_bobamt_vert "0" | |
cl_viewmodel_shift_left_amt "0" | |
cl_viewmodel_shift_right_amt "0" | |
// Models | |
adsp_debug "0" | |
closecaption "0" | |
viewmodel_fov "62.5" | |
scene_showlook "0" | |
scene_showfaceto "0" | |
scene_showmoveto "0" | |
npc_height_adjust "1" | |
viewmodel_offset_x "2" | |
viewmodel_offset_y "2" | |
viewmodel_offset_z "-2" | |
viewmodel_presetpos "3" | |
commentary_firstrun "0" | |
// Miscellaneous | |
//fps_max "179" | |
//net_graph "0" | |
cl_autohelp "0" | |
cl_showhelp "0" | |
//sensitivity "3.54" (You can set this to your desired likings.) | |
cl_righthand "0" | |
//cl_radar_scale "0.95" | |
cl_forcepreload "1" | |
cl_autowepswitch "0" | |
hud_showtargetid "0" | |
cl_lagcompensation "1" | |
cl_disablefreezecam "1" | |
mm_dedicated_search_maxping "80" | |
cl_freezecampanel_position_dynamic "0" | |
// CUSTOM BINDS | |
bind "UPARROW" "incrementvar volume 0 1 0.1" | |
bind "DOWNARROW" "incrementvar volume 0 1 -0.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment