-
Notifications
You must be signed in to change notification settings - Fork 69
CS2 Hud blur drops a ton of frames. #4026
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
Comments
this affects both linux and windows. |
bump |
How could I remove this blur? Do you have a shared library to override it? Bytepatching would be fine, too. I'm interested in seeing the performance difference (with |
you would need to decompile and export all panorama files, modify the blur css in csgostyles and mainmenu.css, then make a workahop addon to launch the game with, it will auto reconpile all panorama files |
Hi @DeformedSAS, can we see a FPS Benchmark captured with CapFrameX on this claim of yours? Thanks. |
hold tab in a bot match or matchmaking to see my claim.
…________________________________
From: Thour ***@***.***>
Sent: Monday, April 21, 2025 10:06:53 AM
To: ValveSoftware/csgo-osx-linux ***@***.***>
Cc: DeformedSAS ***@***.***>; Mention ***@***.***>
Subject: Re: [ValveSoftware/csgo-osx-linux] CS2 Hud blur drops a ton of frames. (Issue #4026)
Hi @DeformedSAS<https://github.com/DeformedSAS>, can we see a FPS Benchmark captured with CapFrameX on this claim of yours? Thanks.
—
Reply to this email directly, view it on GitHub<#4026 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BH6OHVSKTZ7BSJGVGBPBIQL22SRJ3AVCNFSM6AAAAABZTH2XDGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJXHA4TINZRGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
[https://avatars.githubusercontent.com/u/15676184?s=20&v=4]thouravi left a comment (ValveSoftware/csgo-osx-linux#4026)<#4026 (comment)>
Hi @DeformedSAS<https://github.com/DeformedSAS>, can we see a FPS Benchmark captured with CapFrameX on this claim of yours? Thanks.
—
Reply to this email directly, view it on GitHub<#4026 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BH6OHVSKTZ7BSJGVGBPBIQL22SRJ3AVCNFSM6AAAAABZTH2XDGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJXHA4TINZRGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
We all know FPS drops by pressing TAB and opening scoreboard. Can you prove that claim? Thanks. |
can't you do that by yourself? jesus some people are lazy |
Calling other people lazy when they ask for a claim you made is crazy itself. From 90 FPS to 250 FPS is what you mentioned in your original report. |
Hello, Could you please send me a system report at mcjohn at valvesoftware dot com? Instructions are here: https://help.steampowered.com/en/faqs/view/2ECB-C36A-06D4-EF28 Thanks! |
hello, i've sent you an email with the system information report |
The hud blur in CS2 drops around 100 to 150 fps when enabled, when disabled i have around 250 fps average on mirage for example but with the blur enabled.. not even 90.
This is a huge competitive disadvantage and there should be an option to disable the hud blur.
all blurred hud elements: CSGOHudHealthAmmoCenter, CSGOHudHintText, CSGOHudRadar, CSGOHudAlerts, CSGOHudProgressbar, CSGOHudDeathNotice and CSGOHudDeathPanel.
Scoreboard is also doing the exact same thing.
Potential fix for this issue is to make the hud use blur mipmapgaussian instead of gaussian, gaussian is known to eat performance unlike fast and mipmap (fastgaussian is only available in csgos panorama ui.)
The text was updated successfully, but these errors were encountered: