Implement throttling sounds and niceify the code a bit

This commit is contained in:
2025-01-09 16:21:59 +01:00
parent b5473e05e7
commit 6bb1cc683c
2 changed files with 65 additions and 16 deletions

View File

@@ -366,7 +366,7 @@ local function init()
alertSoundFile = shared.GetOrDefault(Heimdall_Data, { "config", "minimapTagger", "alertSoundFile" },
"OOF.ogg"),
combatSoundFile = shared.GetOrDefault(Heimdall_Data, { "config", "minimapTagger", "combatSoundFile" },
"StarScream.mp3"),
"StarScream.ogg"),
helpSoundFile = shared.GetOrDefault(Heimdall_Data, { "config", "minimapTagger", "helpSoundFile" },
"MedicGangsterParadise.ogg"),
tagSoundThrottle = shared.GetOrDefault(Heimdall_Data, { "config", "minimapTagger", "tagSoundThrottle" }, 0),