Config optimieren?

Bastek

Komplett-PC-Aufrüster(in)
Hallo,

Wie spielt ihr cs go? Mit der Standard CFG? Oder habt ihr Sie verändert?
Kann man die Config nicht optimieren wie zB die Internet Geschwindigkeit? Oder das die mausbeschleunigung deaktiviert wird. Oder was gibt es noch?

Könnt ihr mir helfen eine CFG zu machen die auf meine Hardware und internetgeschwindigkeit optimal angepasst ist?

Internetgeschwindigkeit: 32k Leitung von kd

Rechner

Thermalright HR-02 Macho Rev.A (BW)

Corsair Vengeance LP Black DDR3-1600

Intel Core i7-3770K

Samsung 840 Pro 256GB

Gigabyte Z77X-UD5H

Gigabyte 460 GTX 1GB

Be quite pure power 530W (BQT L7-530W)

Bigfoot Killer 2100

Danke euch ;)
 
Normalerweise braucht man außer den netsettings, dem crosshair, dem netgraph und den interp werten nichts zu ändern (und natürlich Grundeinstellungen wie Maus Sensitivität und graphics auf low).
 
Einfach aktuelle von einem Pro deiner Wahl nehmen, Bindings und Crosshair anpassen sowie Maus Settings und dann läuft das.
Ich hab zb die von GeT_RiGhT
 
Hier ist meine autoexec.cfg (nicht config.cfg) ;)
Configs zu machen ist einfach wer das nicht kann sollte auch nicht mit einer fremden spielen den diese sind zu 99% an den Rechner angepasst der diese nutzt
Im übrigen ist die Config von GeT_RiGhT ziemlich schlecht ;)

///////////////////////////////////////
// Game Settings
///////////////////////////////////////

cl_timeout "10" // Timeout in seconds
mm_dedicated_search_maxping "70" // max Ping for MM Servers

cl_disablehtmlmotd "1"
cl_downloadfilter "nosounds"

cl_radar_scale "0.3"
cl_radar_rotate "0"
cl_radar_always_centered "0"
cl_radar_scale "0.32"
cl_radar_icon_scale_min ".5"

windows_speaker_config "1"
snd_mixahead "0.05"
snd_musicvolume "0"
snd_headphone_pan_exponent "2"
snd_headphone_pan_radial_weight "1"
snd_rear_headphone_position "90"

//Bobbing and Movement Shifting - remove all the dumb view bob
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_showloadout "1"
cl_bobcycle "1"

//Bypass OS Interface & Acceleration - yes
m_rawinput "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"

//Auto Weapon Switch
cl_autowepswitch "0"

//Gun Tracers - these are bad, really misleading
r_drawtracers_firstperson "0"

///////////////////////////////////////
// Crosshair
///////////////////////////////////////

cl_crosshairalpha "245"
cl_crosshaircolor "5"
cl_crosshaircolor_r "255"
cl_crosshaircolor_g "0"
cl_crosshaircolor_b "0"
cl_crosshairdot "1"
cl_crosshairgap "0"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "1"
cl_fixedcrosshairgap "-1"
cl_crosshair_drawoutline "1"
cl_crosshair_outlinethickness "1"

///////////////////////////////////////
// Disable Help Messages
///////////////////////////////////////

gameinstructor_enable "0"
cl_autohelp "0"
cl_showhelp "0"

///////////////////////////////////////
// HUD Settings
///////////////////////////////////////
// Netgrap only displayed if you press TAB for the Scoreboard
///////////////////////////////////////

hud_scaling ".95"
hud_showtargetid "1"
cl_radar_scale "0.5"
bind "TAB" "+ng"; //
alias "+ng" "+showscores; net_graph 1" // these 3 = onyl show netgraph when tab/scoreboard is held
alias "-ng" "-showscores; net_graph 0" //

///////////////////////////////////////
// Net Settings 64tic
///////////////////////////////////////

rate "80000"
cl_cmdrate "64"
cl_updaterate "64"
cl_interp "0"
cl_interp_ratio "2"

///////////////////////////////////////
// Net Settings 128tic
///////////////////////////////////////
// If you are playing more casual then matchmacking use this net settings and delete the above
///////////////////////////////////////

//rate "80000"
//cl_cmdrate "128"
//cl_updaterate "128"
//cl_interp "0"
//cl_interp_ratio "2"

////////////////////////////////
// Binds
////////////////////////////////
// Delete the // before the Commands but only use it if you need it!!
///////////////////////////////

//bind "F3" "buy m4a1;buy ak47"
//bind "F4" "buy famas;buy galil"
//bind "F5" "buy mp9"
//bind "F6" "buy p250;"
//bind "F7" "buy hegrenade;buy vesthelm;buy flashbang; buy smokegrenade"
//bind "F8" "buy flashbang;buy hegrenade" // eco

bind "F9" "toggleconsole" // Console

////////////////////////////////
// Weapon-Knife Switch
////////////////////////////////
// Delete the // before the Commands but only use it if you need it!!
///////////////////////////////

//alias +reload_stop "use weapon_knife"
//alias -reload_stop "lastinv"
//bind "Mouse5" "+reload_stop"

echo Config loaded!
host_writeconfig
 
Zurück