[option request] Voice off by default
arru23 opened this issue ยท 2 comments
I have installed a voice plugin for BW, my problem is that the voice option is enabled/ticked by default for every single boss/mob abilities, both on raid and dungeons.
Since I only want to use voices on a very select few abilities it is a huge hassle to disable the option for each of the other ones.
It also prevents people from my guild to use BW and this plugin, as they would otherwise make the jump to BW.
Can you please consider having an option to have voices on OFF by default, or can you tell what line(s) I should modify to have this functionality/behavior to help me?
I would be very grateful for your help.
Thanks in advance
I haven't tested yet but I think for now if we go to https://github.com/BigWigsMods/BigWigs/blob/6ec2c5ff497ddd3413bad33988b67aee387d98d7/Core/BossPrototype.lua#L2913C2-L2913C2 and put a not
in front of every checkFlag(self, key, C.VOICE)
it will make the checkmark disable the voice (so they would be disabled by default) instead of enabling them. not a great solution but I don't know lua or how this code works.