These details are CRITICAL; DO NOT skip them or your issue may not be reviewed.
GAME BUILD #: 17957298
GAME PLATFORM: Steam
OPERATING SYSTEM: Windows 11
ISSUE EXPERIENCED
DESCRIBE THE ISSUE IN DETAIL (below). LIMIT TO ONE BUG PER THREAD.
Installing sound replacement mods, such as Original Sounds, result in certain sounds missing or silent. I have specifically noted this is the case with ‘under_attack’ and ‘button_ui’ sounds.
I was attempting to create a mod that replaces the ‘under_attack’ sound when I discovered this issue. If there is an issue with the method used to create or apply Original Sounds I believe it applies to most sound mods. The creator of Original Sounds has written a popular guide on the subject and other guides and tutorial videos reference that guide specifically and recommend essentially the same steps.
A further issue occurs where ‘button_select’ stops working after some period of time or action. This behavior occurs after already bugged behavior is observed so I have not investigated it in detail.
My reproduction steps use the game editor to quickly trigger sounds, I have observed the issue in Skirmish mode as well.
FREQUENCY OF ISSUE
How often does the issue occur? CHOSE ONE; DELETE THE REST!
100% of the time / matches I play (ALWAYS)
REPRODUCTION STEPS
List CLEAR and DETAILED STEPS we can take to reproduce the issue ourselves… Be descriptive!
Verify that “Trigger Starting State” is set to “On”.
Add an effect to the trigger: Play Sound.
Enter under_attack in the Sound (Event) Name field.
Press Esc and click Test.
Note that no sound plays.
EXPECTED RESULT
What was SUPPOSED to happen if the bug you encountered were not present?
“under_attack” sound should play on repeat roughly ever 0.5 seconds as it does without the mod applied.
IMAGE
ALWAYS attach a PICTURE (.jpg, .png, .gif) or VIDEO (.mp4, YouTube link) that highlights the problem.
GAME FILES (SAVE / RECORDING)
Attach a SAVE GAME (.aoe2spgame) or GAME RECORDING (.aoe2record) of the match where you encountered the issue. Link it below if using an external file service.
People in this thread mention some other sounds that are missing when using Original Sounds. I’m really not familiar with any possible differences Original Sounds is expected to have, so I focused on a couple.
Noticing the same with a lot of sound mods. This patch has broken a lot of them.
Another example where the patch broke is with the Original Campaign Voices mod: [UFS] Original Campaign Voices
The dialogs while playing the scenarios don’t play most of the time.
Thank you! I was literally about to post this same bug, but without knowing what the cause was. I had made a video and everything. You posting this has made me check my mods, and disabling the original sounds mod has fixed my issue. Thank you again
I am having the same issue. Have a mod that changes the TC set gather point sound and the sound is completely missing (no moded sound, no default sound, just silence). If I disable the mod the default sound returns. Hope they fix this soon!
Sounds mods requieres you to restart the game also for all the files to be refreshed. I think the issue comes from wav versus wewm format, some kind of “stream I/O” related properties, like the game engine act abit like a “BiOS” for the game, and then it cant reaccess low level content so you have to shutdown / start from fresh, because “restart” function never worked on any computer system since the dawn of humanity. (I.T. spaeaking there, 99.99% of IT issues are fixed by unplugging repluggin the power cable, reboot function is trash)
Normally, when you use a mod with sounds, if there are missing sounds in this mod, it will fallback to vanilla sounds so…It can only work. The only thing that can happen is that you’re activating some new sound files, that the “runtime engine” of the game can’t access correctly to read them, load them into your RAM and push them into the audio drivers. If I’m right, particles also share that same “issue”, where you just have to quit the game and start it fresh.
Hope those info will help you in understanding abit better how the sounds works, and if it did not help, well, then I just stole you abit of your time and just for that I’m proud of myself xD.
It looks like some sound IDs and sound names got changed or unintentionaly locked. The building and unit sounds from the “Original Sound” work no problem. But certain sound files make the gamesound bug out completely. For a temporary solution go to the mod directory “C:\Users\Username\Games\Age of Empires 2 DE\761…3876\mods\local\Original Sounds\resources_common\drs\sounds” and delete the files below, and then the rest of the mod works again while no crucial game sounds are missing.
Your list seems to match all the sounds listed in the file sounds.json, found here for my Steam version of the game:
C:\Program Files (x86)\Steam\steamapps\common\AoE2DE\resources_common\dat\sounds.json
They’re all prefixed with Play_, but the game seems to autocomplete that when you try and play a sound in the editor using my reproduction method.
The names for playing the sounds haven’t changed from the game side for triggering the sounds, but the mapping for the replacement method might have changed. In some of the comments on StepS’s guide they mention UI sounds used a different system and naming scheme. Maybe they switched to the new scheme, or a different one entirely? It’s possible we just have to find the new sound IDs.
@StepS7578 Have you gotten any reports about your mods?
We definitely need a hotfix for this. Would be good if the devs at least acknowledge this issue rather than ignoring it because it only affects the sound mods.