My cs go config 01-14-2016, 04:08 PM
#1
Code:
echo "_____________________________ _________ ___________________ "
echo "\____ /\_ _____/\______ \ \_ ___ \\_ _____/ _____/ "
echo " / / | __)_ | | \ / \ \/ | __)/ \ ___ "
echo " / /_ | \ | ` \ \ \____| \ \ \_\ \"
echo "/_______ \/_______ //_______ / \______ /\___ / \______ /"
echo " \/ \/ \/ \/ \/ \/ CFG LOADED....... 100%"
con_enable "1" //Enable console
//Downloads
cl_allowdownload "1"
//cl_downloadfilter "nosounds" //Nosounds= will not download sounds
//net graph//
net_scale "5"
net_graphpos "1"
net_graphsolid "1"
net_graphtext "1"
net_graphmsecs "400"
net_graphshowlatency "1"
net_graphshowinterp "1"
net_graph "1"
net_graphheight "64"
net_graphproportionalfont "0"
cl_showfps "0" // def. 0 - Draw fps meter - 1=fps, 2=smooth(min and average), 3=server, 4=Show+LogToFile,
//net//
Rate 128000
cl_cmdrate 128
cl_updaterate 128
cl_interp_ratio 1
cl_interp 0
//FPS
fps_max 999
fps_max_menu 60
//HUD
cl_radar_always_centered 0
cl_radar_icon_scale_min 0.4
cl_radar_rotate 1
cl_radar_scale 0.2
hud_scaling "0.65"
hud_showtargetid "1"
hud_takesshots "0"
cl_autowepswitch "0" //Weapon Autoswitch
hud_showtargetid "1" //Show id when aiming ennemy
cl_righthand "1" //1=Right hand/0=Left hand
closeonbuy "1"
cl_scoreboard_mouse_enable_binding +lookatweapon
cl_hud_color "2"
cl_hud_background_alpha "1"
cl_hud_bomb_under_radar "1"
cl_hud_healthammo_style "1"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "1.3"
//ViewModel&bobbing
viewmodel_presetpos "3"// def. 1 - Viewmodel position preset: 1=Desktop 2=Couch 3=Classic
viewmodel_fov "65" // def. 54 min. 54 max 68 - Viewmodel rendering FieldOfView
viewmodel_offset_x "1.5"// def. 0 min. -2 max. 2.5 - Higher values=further away from the screen center
viewmodel_offset_y "2" // def. 0 min. -2 max. 2 - Higher values=further away from player - Lower values=closer
viewmodel_offset_z "-1.5" // def. 0 min. -2 max. 2 - Higher values=higher weapon holding position
cl_bob_lower_amt "12" // def. 21 min. 5 max. 30 - The amount of viewmodel lowers when running.
cl_bobamt_lat "0.1" // def. 0.4 min. 0.1 max. 2 - Amount of viewmodel moves side to side when running.
cl_bobamt_vert 0.1
cl_bobamt_vert "0.1" // def. 0.25 min. 0.1 max. 2 - Amount of viewmodel moves up and down when running.
cl_bobcycle "0.98"// def. 0.98 min. 0.1 max. 2 - Frequency at which the viewmodel bobs.
cl_viewmodel_shift_left_amt 0.45 // def 1.5 min 0.5 max 2 - Amount of Viewmodel shifts to the right side (shows reduced accuracy).
cl_viewmodel_shift_right_amt 0.25 // def 0.75 min 0.25 max 2 - Amount of Viewmodel shifts to the left side (shows reduced accuracy).
//Crosshair
crosshair "5"
cl_crosshairstyle "4"
cl_fixedcrosshairgap 0 // This option works only with cl_crosshairstyle 1
cl_crosshairgap "-1.35"
cl_observercrosshair "1"
cl_crosshairalpha "500"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "255"
cl_crosshairdot "0"
cl_crosshairscale "0"
cl_crosshairsize "3"
cl_crosshairthickness "1" //1.25
cl_crosshairusealpha "1"
cl_crosshair_drawoutline 0
//Mouse
m_customaccel "0"
m_customaccel_exponent "0"
m_customaccel_max "0"
m_customaccel_scale "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
m_pitch "0.022"
m_yaw "0.022"
m_rawinput "0"
cl_idealpitchscale "0.8"
sensitivity "4.45"
zoom_sensitivity_ratio_mouse "1"
//Matchmaking
mm_dedicated_search_maxping 80
//Sounds & Voice
volume 0.15 // min. 0 max. 1 - Overall Game volume.
snd_musicvolume 0 // min. 0 max. 1 - Music Volume.
windows_speaker_config 1 //default=-1 - -1=Automatic 1=Headset 3=4Speakers 4=StereoSpeakers 6=5.1 Surround
dsp_enhance_stereo 0 //default=0
//snd_headphone_pan_exponent "2"
//snd_headphone_pan_radial_weight "2"
snd_musicvolume "0"
snd_mixahead "0.05"
snd_mute_losefocus 0
snd_legacy_surround 0 // default=0 - Workaround for people experiencing soundproblems under Windows Vista/7. - Mute Ingamesound when tabbing out of the Game
voice_scale 1 // min. 0 max. 1 - Volume of incoming Voice.
force_audio_english 1
//test//
//snd_duckerattacktime "0.5"
//snd_duckerreleasetime "2.5"
//snd_duckerthreshold "0.15"
//snd_ducking_off "1"
//snd_ducktovolume "0.55"
//Misc
cl_disablehtmlmotd 0
r_drawtracers_firstperson 0 //Enable/Disable 1st Person Tracer
gameinstructor_enable "0"
////////////////////////////////////////////////Scripts///////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////Buyscript/////////////////////////////
//Weapon alias
alias ak47 "buy ak47"
alias m4a1 "buy m4a1"
alias galil "buy galilar"
alias famas "buy famas"
alias awp "buy awp"
alias deagle "buy deagle"
alias p250 "buy p250"
alias p90 "buy p90"
alias hegren "buy hegrenade"
alias sgren "buy smokegrenade"
alias flash "buy flashbang"
alias vest "buy vest"
alias vesthelm "buy vesthelm"
alias defuser "buy defuser"
alias incnade "buy incgrenade ; buy molotov"
alias decoy "buy decoy"
alias ump "buy ump45"
alias mp7 "buy mp7"
////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////Binds/////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
unbindall
//buymenu
bind "z" "buymenu" //Buy Menu
//action
bind "MOUSE1" "+attack" //Shoot / Primary Attack
bind "MOUSE2" "+attack2" //Secondary Attack
bind "MWHEELDOWN" "invnext" //Next Weapon
bind "MWHEELUP" "invprev" //Previous Weapon
bind "q" "lastinv" // Last Weapon
bind "r" "+reload" //Reload Weapon
bind "e" "+use" //use command
bind "t" "impulse 201" //graffiti/tag
bind "f" "+lookatweapon" //inspect weapon
//bind "f" "impulse 100" //Flashlight
bind "g" "drop" //Drop Weapon
bind "n" "nightvision" //Night Vision on/off
bind "," "teammenu" //Change Team
bind "v" "+voicerecord" //Voice Chat/Talk
bind "u" "messagemode2" //Say Team
bind "y" "messagemode" //Say
bind "b" "radio1" //RAdio menu 1
bind "n" "radio2" //RAdio menu 2
bind "m" "radio3" //RAdio menu 3
//bind "h" "commandmenu"
bind "i" "show_loadout_toggle"
bind "DEL" "mute"
bind "F1" "autobuy"
bind "F2" "rebuy"
//bind "F6" "save quick"
//bind "F7" "load quick"
//bind "F10" "quit prompt"
//moves
bind "w" "+forward" //Move Forward
bind "a" "+moveleft" //Move Left
bind "s" "+back" //Step Back
bind "d" "+moveright" //Move Right
bind "SPACE" "+jump" //Jump
bind "SHIFT" "+speed" //Walk
bind "CTRL" "+duck" //Duck
//slots&HUD
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
//Bind "mouse4" "slot4"
//Bind "mouse5" "slot3"
bind "TAB" "+showscores" //Score
bind "ESCAPE" "cancelselect" //Cancel
bind "'" "toggleconsole" //console
////////Scripts binds
bind "f3" "buy molotov; buy hegrenade; buy smokegrenade"
bind "f4" "buy decoy; buy flashbang"![[Image: 4CtX97D.png]](https://i.imgur.com/4CtX97D.png)
Mess with the best Die like the Rest
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)