|
|
 |

One of the more important aspects of hit registration is how your system interprets data from game servers; ideally you want your computer and game server to be on the same page or at least the same ballpark. Most people in order to achieve desired results will run an autoexec configuration file on their PC, which tells their system what netcode settings to use. This is great in theory however with many different autoexec configurations out there to use, there are also a lot of variation between them, which can cause variations in shot registration. As such many configuration files contain a lot of extra 'bloat' which can also affect registration, when using a configuration file it's best to keep things simple to try and prevent potentially using settings that will have negative affects on shot registration. What we have done is put together a simple yet effective autoexec.cfg configuration for Counter-Strike:Source players to use that is focused on the appropriate rates for shot registration.
Right click on this file and select save-as. Place this file in your cfg folder on your home PC, which is typically listed under... C:\Program Files\Valve\Steam\SteamApps\username\counter-strike source\cstrike\cfg Alternatively more experienced users can simply copy the config below and create the file themselves.
// Moreal Basic Configuration Autoexec file.
// Contains netcode settings for optimal registration and several basic FPS commands.
// Feel free to add additional commands to improve FPS etc. Support@moreal.org
// Registration Settings
cl_cmdbackup 2
cl_cmdrate 101
cl_interp 0.01
cl_interpolate 1
cl_lagcomp_errorcheck 0
cl_lagcompensation 1
cl_updaterate 101
cl_smooth 1
rate 25000
net_graph 3
// Blood & Shadows
violence_ablood "1"
violence_agibs "1"
violence_hblood "1"
violence_hgibs "1"
r_shadows "1"
r_shadowmaxrendered "32"
r_shadowrendertotexture "1"
// Graphics etc.
gl_clear "0"
mat_hdr_enabled "0"
mat_hdr_level "0"
cl_forcepreload "1"
cl_restrict_server_commands "0"
cl_downloadfilter "nosounds"
r_3dsky "0"
r_drawflecks "1"
sv_forcepreload "1"
showhitlocation "1"
fps_max "101"
clear
echo "Moreal Basic Loaded"
[Article Listings]
|
|