🔊xsound Issue
XSound Not Working in MDT
Why am I not able to hear any alert sounds?
If you're unable to hear any dispatch or alert sounds in your MDT, it likely means the XSound system is not configured properly. Here’s how to fix it:
✅ Required Steps to Fix:
- Enable Sound System in - xsound/config.lua:- Open - xsound/config.luaand make sure the following line is set correctly:- config.interact_sound_enable = true- This enables the XSound interaction mode necessary for alerts to be triggered and heard. 
- Add Your Sound Files: - Navigate to: - html/sounds/- Drop your - .oggsound files here.
- Reference Sound File in Alert: - When triggering a custom alert using - CustomAlertor any other event, set the- soundparameter to the name of your file (without the extension). For example, if you added a file called- dispatch.ogg, do:- sound = "dispatch"
🔁 Final Checklist:
Last updated