Ok, after I had to reinstall win98se, I decided to do a little hlife benchmarking. PII450, 128mb, u2wscsi, g400max. All were done at 800x600 with d3d and opengl with vsync enabled and also disabled. The map is bootcamp.<html>
<head>
<title>
benchmarks
</title>
</head>
<body>
<font face="arial">Vsync disabled,d3d dark area</font>
<font face="arial">Vsync disabled,d3d light area</font>
<font face="arial">Vsync enabled,d3d dark area</font>
<font face="arial">Vsync enabled,d3d light area</font>
<font face="arial">Vsync disabled,opengl dark area</font>
<font face="arial">Vsync disabled,opengl light area</font>
<font face="arial">Vsync enabled,opengl dark area</font>
<font face="arial">Vsync enabled,opengl light area</font>
</body>
</html>
I am running a custom autoexec.cfg which I will post here. If you want to use it, just copy and paste into notepad and save as "autoexec.cfg" into your half-life\valve directory. The r_drawviewmodel "0" disables the view of your weapon which is suppose to increase performance. If you want weapon shown just change to "1" and delete line.
//number of decals
r_decals "200"
//dynamic lighting
r_dynamic "0"
//console speed
scr_conspeed "3000"
//show weapon
r_drawviewmodel "0"
//shadows
r_shadows "0"
//model quality
cl_himodels "0"
//joystick
joystick "0"
//mmx
r_mmx "1"
//gl stuff
gl_texsort "1"
<head>
<title>
benchmarks
</title>
</head>
<body>
<font face="arial">Vsync disabled,d3d dark area</font>
<font face="arial">Vsync disabled,d3d light area</font>
<font face="arial">Vsync enabled,d3d dark area</font>
<font face="arial">Vsync enabled,d3d light area</font>
<font face="arial">Vsync disabled,opengl dark area</font>
<font face="arial">Vsync disabled,opengl light area</font>
<font face="arial">Vsync enabled,opengl dark area</font>
<font face="arial">Vsync enabled,opengl light area</font>
</body>
</html>
I am running a custom autoexec.cfg which I will post here. If you want to use it, just copy and paste into notepad and save as "autoexec.cfg" into your half-life\valve directory. The r_drawviewmodel "0" disables the view of your weapon which is suppose to increase performance. If you want weapon shown just change to "1" and delete line.
//number of decals
r_decals "200"
//dynamic lighting
r_dynamic "0"
//console speed
scr_conspeed "3000"
//show weapon
r_drawviewmodel "0"
//shadows
r_shadows "0"
//model quality
cl_himodels "0"
//joystick
joystick "0"
//mmx
r_mmx "1"
//gl stuff
gl_texsort "1"
Comment