-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Restore custom notification sound functionality ? #83
Comments
I had a look around and seems it isn't possible according to this: https://steamcommunity.com/discussions/forum/1/2789318172111960180/ Have you tried changing these files in |
I just tried it again on the latest Steam version with all of the sounds changed and set to read only and I found out that :
It seems like this has all to do with the chat update that only changed how the sounds in the friends menu are loaded so it's currently impossible to change those sounds unless someone can figure it out. Since there's a patch to modify the friends list css, maybe it's possible to make one that could bring back the old method of loading sounds in the friends list too. But then again idk much about how Steam works under the hood :/ |
You are correct that these are loaded server side now. They are loaded in the With the sound files also being pulled from the web (e.g. These are then stored in Steam's chromium cache folder in Sadly these are bundled into the |
Oh that's interesting info... I guess a workaround could be possible. Since this is serverside, I personally first tried myself to have a janky solution using Fiddler (Classic) intercept those URLs with my custom ones but no luck. After adding autorequests and deleting the cache Steam either plays no sounds or still insists to use the newer ones because I guess Fiddler can't intercept Steam in time :/ But then, I browsed the cache on the So then I deleted the cache again, added new autorequests with this new URL and tried it again. This time Fiddler intercepted the URLs and the custom sounds worked ! It's by far not the ideal solution but it sure is a way to get the custom sounds manually saved and get used on Steam's Chromium cache. It's a careful process. EDIT : |
So the question is, what can OldGlory do for you to help this process? AFAIK this is out of scope for something like OldGlory |
Well at first I thought that the way that determined how Steam loaded these sounds was locally stored and maybe something could've been done to patch and restore the way these sounds were loaded but it seems that now since the other |
Hello,
It used to be possible on Steam to change all of the notification sounds (Friends, Message etc...) by replacing the sound files inside the "friends" and "resource" folder. Around 2018ish it seems that Valve made a launcher update where they not only changed the sounds, but they are also now loaded elsewhere (probably serverside as I cannot locate the new sounds anywhere on the steam directory) even though the old sound files are still present. As of today, I think it's impossible to have custom notification sounds unless you downgrade Steam to an earlier version.
So, would it be possible to find a way to replace and load custom notification sounds or restore "the old way" of loading notification sounds ?
Thanks !
The text was updated successfully, but these errors were encountered: