Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Inous CS:GO CFG - Updated 7/1/2013
- // Crosshair
- cl_crosshairalpha "255"
- cl_crosshaircolor "5"
- cl_crosshaircolor_b "255"
- cl_crosshaircolor_r "255"
- cl_crosshaircolor_g "0"
- cl_crosshairdot "1"
- cl_crosshairgap "0"
- cl_crosshairsize "5"
- cl_crosshairstyle "2"
- cl_crosshairusealpha "1"
- cl_crosshairthickness "1"
- cl_fixedcrosshairgap "0"
- cl_crosshair_outline "0"
- cl_crosshair_outline_draw "0"
- // Debug accuracy
- weapon_debug_spread_show "0" // show possible shot accuracy
- weapon_debug_spread_gap "0.67"
- echo "Crosshair Config Loaded"
- // Viewmodel
- viewmodel_presetpos "0"
- viewmodel_fov "65"
- viewmodel_offset_x "2"
- viewmodel_offset_y "2"
- viewmodel_offset_z "-2"
- // Bobbing and movement shifting
- cl_viewmodel_shift_left_amt "0"
- cl_viewmodel_shift_right_amt "0"
- cl_bob_lower_amt "0"
- cl_bobamt_lat "0"
- cl_bobamt_vert "0"
- cl_bobcycle "2"
- echo "Model Config Loaded"
- // Video
- mat_queue_mode "-1" // auto detect multi-core rendering
- fps_max "145"
- fps_max_menu "145"
- echo "Video Config Loaded"
- // Audio
- snd_mixahead "0.05"
- snd_headphone_pan_exponent "2"
- snd_headphone_pan_radial_weight "0"
- snd_musicvolume "0"
- voice_scale ".5"
- echo "Audio Config Loaded"
- // Rates and Interpolation
- cl_cmdrate "128"
- cl_updaterate "128"
- cl_interp "0"
- cl_interp_ratio "1"
- rate "128000"
- echo "Rates loaded"
- // Mouse commands
- m_rawinput "1"
- m_mouseaccel1 "0"
- m_mouseaccel2 "0"
- echo "Mouse Config Loaded"
- // Miscellaneous
- player_nevershow_communityservermessage "1"
- cl_downloadfilter "nosounds"
- cl_autowepswitch "0"
- cl_autohelp "0"
- cl_showhelp "0"
- cl_disablefreezecam "1"
- cl_showloadout 1
- cl_righthand "1"
- cl_forcepreload "1"
- cl_disablehtmlmotd "1"
- closeonbuy "0"
- gameinstructor_enable "0"
- hud_takesshots "0"
- hud_showtargetid "1"
- net_graph "0"
- net_allow_multicast "1"
- net_maxroutable "1200"
- net_scale "5"
- net_steamcnx_allowrelay "1"
- mm_dedicated_search_maxping "80"
- sensitivity "3.2"
- echo "Network Config Loaded"
- // HUD
- hud_scaling "0.80" // CS:S sized HUD
- cl_showpos "0"
- cl_showfps "0"
- net_graph "0"
- net_graphproportionalfont "0"
- echo "HUD Config Loaded"
- // Numpad Buy Script
- bind "KP_INS" "buy m4a1 1;buy ak47 7" // Numpad 0
- bind "KP_END" "buy vesthelm; buy vest" // Numpad 1
- bind "KP_DOWNARROW" "buy defuser" // Numpad 2
- bind "KP_PGDN" "buy p250" // Numpad 3
- bind "KP_LEFTARROW" "buy awp" // Numpad 4
- bind "KP_5" "buy m4a1; buy ak47" // Numpad 5
- bind "KP_RIGHTARROW" "buy mp7" // Numpad 6
- bind "KP_HOME" "buy hegrenade" // Numpad 7
- bind "KP_UPARROW" "buy flashbang" // Numpad 8
- bind "KP_PGUP" "buy smokegrenade" // Numpad 9
- bind "KP_MULTIPLY" "buy molotov; buy incgrenade" // Numpad *
- bind "KP_MINUS" "buy decoy" // Numpad -
- bind "KP_PLUS" "buy p90" // Numpad +
- bind "KP_ENTER" "buy famas; buy galilar" // Numpad Enter
- bind "KP_DEL" "buy m4a1_silencer 15" // Numpad Entf
- echo "Buy Script Loaded"
- // Key Binds
- Bind "TAB" "+ng"
- Bind "ins" "exec autoexec"
- Bind "X" "holdpos"
- Bind "F" "use weapon_flashbang"
- Bind "Z" "use weapon_C4;drop"
- bind "C" "use weapon_smokegrenade"
- bind "end" "kill"
- bind F10 "volume 0;echo volume_off"
- bind F11 "volume 1;echo volume_on"
- bind "F1" "voice_enable 0;echo VOICE_MUTED"
- bind "F2" "voice_enable 1;echo VOICE_ENABLED"
- echo "Key Binds Loaded"
- //Aliases
- alias "+ng" "+showscores; net_graph 1"
- alias "-ng" "-showscores; net_graph 0"
- // Practice Config
- Bind "home" "bot_kick;mp_buytime 9999;mp_startmoney 16000;mp_roundtime 9999;sv_cheats 1;mp_freezetime 0;sv_infinite_ammo 1;sv_grenade_trajectory 1;sv_grenade_trajectory_dash 1;sv_showimpacts 1;mp_restartgame 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement