Add DBM-BigWigs-Sounds.
This commit is contained in:
parent
65dc500b3b
commit
3687e0b82e
6
DBM-BigWigs-Sounds/DBM-BigWigs-Sounds.lua
Executable file
6
DBM-BigWigs-Sounds/DBM-BigWigs-Sounds.lua
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
local media = LibStub("LibSharedMedia-3.0") -- DBM packages this, so we don't need to include it ourselves
|
||||||
|
local SOUND = media.MediaType and media.MediaType.SOUND or "sound"
|
||||||
|
media:Register(SOUND, "BigWigs: Long", "Interface\\AddOns\\DBM-BigWigs-Sounds\\Media\\Sounds\\Long.ogg")
|
||||||
|
media:Register(SOUND, "BigWigs: Info", "Interface\\AddOns\\DBM-BigWigs-Sounds\\Media\\Sounds\\Info.ogg")
|
||||||
|
media:Register(SOUND, "BigWigs: Alert", "Interface\\AddOns\\DBM-BigWigs-Sounds\\Media\\Sounds\\Alert.ogg")
|
||||||
|
media:Register(SOUND, "BigWigs: Alarm", "Interface\\AddOns\\DBM-BigWigs-Sounds\\Media\\Sounds\\Alarm.ogg")
|
11
DBM-BigWigs-Sounds/DBM-BigWigs-Sounds.toc
Executable file
11
DBM-BigWigs-Sounds/DBM-BigWigs-Sounds.toc
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
## Interface: 11304
|
||||||
|
|
||||||
|
## Title:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0BigWigs Sounds|r
|
||||||
|
## Notes: BigWigs sounds for DBM.
|
||||||
|
## Author: Caspervk
|
||||||
|
## Version: 0.0.1
|
||||||
|
## RequiredDeps: DBM-Core
|
||||||
|
|
||||||
|
## X-License: GNU General Public License v3 or later (GPLv3+)
|
||||||
|
|
||||||
|
DBM-BigWigs-Sounds.lua
|
BIN
DBM-BigWigs-Sounds/Media/Sounds/Alarm.ogg
Executable file
BIN
DBM-BigWigs-Sounds/Media/Sounds/Alarm.ogg
Executable file
Binary file not shown.
BIN
DBM-BigWigs-Sounds/Media/Sounds/Alert.ogg
Executable file
BIN
DBM-BigWigs-Sounds/Media/Sounds/Alert.ogg
Executable file
Binary file not shown.
BIN
DBM-BigWigs-Sounds/Media/Sounds/Info.ogg
Executable file
BIN
DBM-BigWigs-Sounds/Media/Sounds/Info.ogg
Executable file
Binary file not shown.
BIN
DBM-BigWigs-Sounds/Media/Sounds/Long.ogg
Executable file
BIN
DBM-BigWigs-Sounds/Media/Sounds/Long.ogg
Executable file
Binary file not shown.
27
DBM-BigWigs-Sounds/README.md
Executable file
27
DBM-BigWigs-Sounds/README.md
Executable file
|
@ -0,0 +1,27 @@
|
||||||
|
# DBM-BigWigs-Sounds
|
||||||
|
Unfortunately, BigWigs is rather underdeveloped for classic. Here's how to make DBM _less_ unbearable:
|
||||||
|
|
||||||
|
General:
|
||||||
|
- Disable guild messages.
|
||||||
|
- Disable all sharing options.
|
||||||
|
- Disable 3D models.
|
||||||
|
|
||||||
|
Raid Warnings:
|
||||||
|
- Sound: No sound.
|
||||||
|
|
||||||
|
Bar Setup:
|
||||||
|
- Small Bar Options & Huge Bar Options:
|
||||||
|
- Expand upward: Yes.
|
||||||
|
- Fill up: No.
|
||||||
|
|
||||||
|
Special Warnings:
|
||||||
|
- Use SW5 options if a custom note contains your name: No.
|
||||||
|
- Type 1: Normal priority warnings affecting you or your actions: No flash & BigWigs Alert.
|
||||||
|
- Type 2: Normal priority warnings affecting everyone: No flash & BigWigs Info.
|
||||||
|
- Type 3: HIGH priority warnings: 2x 0.4s flash & BigWigs Alarm.
|
||||||
|
- Type 4: HIGH priority run away special warnings: 2x 0.4s flash & BigWigs Alarm.
|
||||||
|
|
||||||
|
Spoken Alerts:
|
||||||
|
- Primary: Corsica.
|
||||||
|
- Secondary: Corsica.
|
||||||
|
- Tertiary: Corsica.
|
Loading…
Reference in a new issue