πŸ”Š 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:

  1. Enable Sound System in xsound/config.lua:

    Open xsound/config.lua and 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.

  2. Add Your Sound Files:

    Navigate to:

    html/sounds/

    Drop your .ogg sound files here.

  3. Reference Sound File in Alert:

    When triggering a custom alert using CustomAlertor any other event, set the sound parameter 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