Hey thats pretty good but it doesnt tell u ur real world CSS frae rate which you find in game by typing this in the console:cl_showfps [0,1,2] - Draws a Frames Per Second (FPS) counter at the top of the screen. 0=off, 1=FPS, 2=Smoothed FPS. In general the smoothed fps counter is best for viewing framerates
For additional tweaking check this out:
The Source has great engine for tweaking. Create an autoexec.cfg in the folder of Steam\SteamApps\xxx\game\game\cfg [where xxx is your account name and game is either HL2/HL2DM/CSS]. The autoexec.cfg ensures that the tweaks are applied each time the game is started. My current autoexec.cfg looks like this:
cl_forcepreload 1 - *Forces client-side preloading
sv_forcepreload 1 - *Forces server-side preloading
cl_smooth 0 - *Disables smoothing after errors
cl_ejectbrass 0 - Disables ejection of shells during fire fights
mat_bloom 0 - *Makes lights appear less soft
mat_specular 0 - *Removes specular effects from lighting
muzzleflash_light 0 - *Guns still create muzzle flash, but not light effects
r_dynamic 0 - Disables dynamic lighting
r_fastzreject 1 - *Enables optimized z-setting algorithm
r_sse 1 - *Enables Intel-based CPU’s to use SSE instructions
r_sse2 1 - *Enables Intel-based CPU’s to use SSE2 instructions
r_mmx 1 - *Enables Intel-based CPU’s to use MMX instructions
r_3dnow 1 - *Enables AMD-based CPU’s to use 3DNow instructions
r_sse 1 - *Enables AMD-based CPU’s to use SSE instructions
r_sse2 1 - *Enables AMD-based CPU’s to use SSE2 instructions
r_mmx 1 - *Enables AMD-based CPU’s to use MMX instructions
r_rainsplashpercentage 0 - Disables rain splashing
r_rainsimulate 0 - Disables rain
r_rainradius 0 - Disables rain radius
r_decals 100 - Limits decals to 100
cl_phys_props_enable 0 - Disables props like cans and bottles
cl_phys_props_max 0 - Disables props like cans and bottles at range
fog_enable 0 - Disables fog
cl_show_splashes 0 - Disables water splashes
fog_enable_water_fog 0 - Disables fog-view in water
sv_robust_explosions 0 - Reduces effects when an explosion occurs
The source engine also has some tweaks available as parameters in the shortcut available for tweaking. To get the shortcut options, right click the shortcut to HL2 / HL2DM / CSS on your desktop, click Properties, go to the Shortcut tab and look in the Target box. An example of my shortcut is:
D:\Games\Steam\steam.exe -applaunch 240 -heapsize 512000 +map_background none -refresh 85 –novid
Now for what all of this means, first is the directory of Steam, followed by a game, eg CSS (-applaunch 240). Heapsize 512000 means allocate 512MB of RAM for the game, reducing in-game pauses. +map_background none means to just show an image on the menu instead of loading a 3D map, which takes time. –refresh 85 means to run the game at a refresh rate at 85Hz, which should not be attempted unless you are sure your monitor can handle the rate. If in doubt, use 60Hz but most monitors can take 70Hz or 75Hz fine. –novid disables the introduction video (the Valve logo) which decreases time to load the game.
Report Offensive Follow Up For Removal