Clocker, your level load times are about the same as mine. (30-45)
If you want to play with those preload commands, just create an autoexec.cfg file with these lines in it:
Code:
cl_forcepreload 1
sv_forcepreload 1
...and stick it in the \Program Files\Valve\Steam\SteamApps\<username>\half-life 2\hl2\cfg\
directory.
cl_forcepreload [0,1] - If set to 1 forces all information to preload, reducing loading pauses and stuttering by not loading information on the fly.
sv_forcepreload [0,1] - If set to 1, forces server-side preloading, once again reducing loading pauses.
I didn't bother with those, it runs great without them.
BTW, Check this.
The biggest tweak improvement I felt that I made was to tack several beneficial switches onto the startup shortcut.
My shortcut:
Code:
"C:\Program Files\Valve\Steam\Steam.exe" -applaunch 220 -heapsize 256000 -refresh 85 -novid
Those switches are explained
here. (Command Line Commands)
.