Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HL1/CS1.6] Disabling multitexture improves framerates dramatically. #3889

Open
ZOVBOT opened this issue Jan 15, 2025 · 2 comments
Open

[HL1/CS1.6] Disabling multitexture improves framerates dramatically. #3889

ZOVBOT opened this issue Jan 15, 2025 · 2 comments

Comments

@ZOVBOT
Copy link

ZOVBOT commented Jan 15, 2025

Disabling the GL_ARB_multitexture extension in hw.dll leads to a dramatic improvement in framerates on my machine, without any loss in visual quality. I gained 200 fps standing in spawn on de_dustybleek, in 2festungen (Half-Life map) my fps would hover around 40-60 depending on where you are standing but with the extension disabled it runs right up to the framerate cap (1000fps) constantly.

As a consequence you will lose detailed texture support (r_detailtextures & r_detailtexturessupported), but very few maps make use of them and I had this disabled anyway, so no loss there.

It also seems to solve muzzflash stutter, and fps drops with flashlight, and nightvision without having to disable dynamic lighting.

Hardware: AMD 500 Series, Radeon RX 580 and AMD Ryzen 6 Core

@ZOVBOT
Copy link
Author

ZOVBOT commented Jan 15, 2025

As to the mod, search and replace in any hex editor, don't try this online.

GL_ARB_multitexture1
GL_ARB_multitexture2

@0Ky
Copy link

0Ky commented Jan 16, 2025

Interesting, I've tested this in rocket_frenzy, a new map shipped with the 25th anniversary update and noticed a substantial fps increase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants