World of Warcraft addon that plays oxygen warning sounds while underwater.
- Plays custom audio at oxygen thresholds (50%, 25%, 10%, 1%).
- Uses the BREATH mirror timer and updates even if the timer UI is hidden.
- Slash commands for testing and configuration.
- Copy the
SubnauticaOxygenAlertsfolder into your WoW AddOns directory:- Retail:
World of Warcraft/_retail_/Interface/AddOns/ - Classic:
World of Warcraft/_classic_/Interface/AddOns/
- Retail:
- Ensure
Subnautica Oxygen Alertsis enabled on the character select AddOns list. - Reload the UI (
/reload) if the game is already running.
- Dive underwater and the addon will play sounds at the configured thresholds.
- Sounds are stored in
src/and are played on theSFXchannel. - Open the config with
/soa configto change volume and sound channel.
/soa test- Play a test sound./soa config(or/soa settings) - Open the configuration window.
Use /soa config to adjust volume and sound channel.
Edit SubnauticaOxygenAlerts.lua and adjust PERCENT_THRESHOLDS if you want different
timings or sound files.
- The addon listens to
MIRROR_TIMER_START/STOP/PAUSEfor theBREATHtimer. - Remaining oxygen is tracked in milliseconds and updated every 0.1s.
Author: Nightbert Subnautica sound assets are owned by Unknown Worlds Entertainment.
Addon on Curseforge: https://www.curseforge.com/wow/addons/subnautica-oxygen-alerts