Restores access to hidden interface options and provides a way to browse every CVar setting in the game!
General
Player Titles
Guild Names
Guild Titles
Stop Auto Attack
Attack on Assist
Cast action keybinds on key down
Fade Map when Moving
Secure Ability Toggle
Display Lua Errors
No Debuff Filter on Target
Reverse Cleanup Bags
Quest sorting mode (top vs proximity)
Select Action Cam mode
Chat
Remove Chat Hover Delay
Enable Mouse Wheel Scrolling
Floating Combat Text
Float mode (up/down/arc)
Energy Gains
Auras
Honor Gains
Reputation
Combo Points
Combat State (Entering/Leaving Combat)
Spell Mechanics
Healing
Absorb (Self and Target)
Directional Scale (brings back the classic, only upwards moving text)
Low HP/Mana
Plus many other options available through the built-in CVar browser, including some that have never been exposed by Blizzard, such as "violence level" and "nameplate distance"!
Type /aio for the main menu or /cvar to open the CVar browser directly
I'm guessing the text on the unit frames is being hidden because when I brought back the "enforce cvar" option I caused it to load the saved custom options you had set for displaying status text on unit frames, and since I removed the status text options from AIO you can't change your old settings.
Try typing /run AdvancedInterfaceOptionsSaved.CustomVars = {} and then /reload your interface to wipe out the old data and see if that doesn't fix your status text.
I can't get Nameplate colors to throw any errors, so I'm not sure what's causing that for you.
"Classic guild frame" is throwing "deferred XML node" errors regardless of having AIO enabled; it looks like they're trying to use a dropdown menu replacement library that's conflicting with any other addon using the same library because it's defining the same global template multiple times. If you're getting an error that doesn't involve "deferred XML node" templates, paste it here (ideally all errors you happen to be experiencing)
i'm happy to say that so far 1.2.8 is not giving me any problems anymore (that stand out anyway lol), as always should there be any issue's i will let you know , and just a comment on your last reply, i'm not having any XML errors on my build :p
Hi, I am really loving this mod for the base-positioned nameplates and basic action cam. One issue I'm having though is that these options don't save across restarts of WoW. Is there any way to make it save across restarts?
These settings do persist between game sessions; you either have another addon modifying the cvars or your computer is preventing the saved variables from being written to the hard drive (read-only directory, account permissions issue etc.)
You can see if another addon is affecting the value by opening the cvar browser (/cvar), typing in "nameplateOtherAtBase" and looking at its tooltip. If it's been modified then the culprit will appear at the bottom of the tooltip in red.
This needs to be done after the value has reset itself and before you set it again through AIO.
Everytime I relog (on the same character) it resets the nameplateshowfriends to 0.
To make it easier I tried to run /console nameplateshowfriends 1 (I read about the macro in the comments), but it doesn't work. Anyone have a clue to why?
AS of 9/11/2019 I've been having constant issues with Floating combat text turning itself off. Seems to happen every time I log into a toon. I have to go in and manually turn it back on, and it selectively shows up after that.
Really missing the "enforce settings on startup" option. I like having the default wow healing text float above friendly players hp when I heal and its bothersome to have to reapply that every time i start the game.
ill try this. i noticed "enforce on startup" is enabled again, however im still having trouble where the default wow healing isnt staying enabled, getting turned off whenever i log off.
The default state for the healing floating combat text is "enabled", so this isn't just resetting itself, it sounds like you have something actively changing it.
Type /cvar, find "floatingCombatTextCombatHealing", if it's 0 then hover over it and see what's changing it at the bottom of the tooltip.
Hmmm. As you see on the SS those options are Blizzards Cvars, are server side stored and are not per character so "Enforced startup" is not applicable and getting deactivated is much unlikely. Now if you are sure it´s getting "defaulted" you can check it by dumping the value after logout / login.
That makes sense and fixed my problem. I didnt know it wasnt character specific.
I use a scrolling combat text addon that has a "disable wow healing" option. I have it disabled on all of my healers but I didnt think to mess with it on my pure dps/tank classes, so when I logged into them it turned off my healing text.
Hi, there. Rather than finding a way to bring back the enforcement option, perhaps consider adding a check box next to each cvar which tells the addon to set it upon login so that we can use the same variables across multiple characters without needing to set them manually for each character. I wish there was an easy way in WoW to synchronise character-specific cvars across multiple characters. Thanks!
I use this solely for the "stop fading my map when moving" option, but it doesn't seem to be saving the settings across sessions. I have to change it every time I log in or swap toons. :(
It should be keeping your setting for that at least between relogs on the same character, so if it's reverting then something is probably changing the setting on you.
You can type /cvar to bring up the browser, and try looking it up and seeing if it knows what last modified it in its tooltip when you hover over the cvar.
I disabled all addons except this one and it was still happening. :( I don't know why, so I just wrote a little addon to do it instead. Thank you though! I appreciate you trying to help.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
In reply to reaper66673563371:
In reply to Semlar:
In reply to reaper66673563371:
Hi, I am really loving this mod for the base-positioned nameplates and basic action cam. One issue I'm having though is that these options don't save across restarts of WoW. Is there any way to make it save across restarts?
In reply to Gwyndolin_chan:
Everytime I relog (on the same character) it resets the nameplateshowfriends to 0.
To make it easier I tried to run /console nameplateshowfriends 1 (I read about the macro in the comments), but it doesn't work. Anyone have a clue to why?
In reply to Forge_User_39711939:
AS of 9/11/2019 I've been having constant issues with Floating combat text turning itself off. Seems to happen every time I log into a toon. I have to go in and manually turn it back on, and it selectively shows up after that.
Really missing the "enforce settings on startup" option. I like having the default wow healing text float above friendly players hp when I heal and its bothersome to have to reapply that every time i start the game.
In reply to Apoxiosis:
/script SetCVar("floatingCombatTextCombatHealing", 1);
Combat text your absorbs for your shields on you.
/script SetCVar("floatingCombatTextCombatHealingAbsorbSelf", 1);
Combat text your absorbs for your shields on target.
/script SetCVar("floatingCombatTextCombatHealingAbsorbTarget", 1);
In reply to delabarra:
In reply to Apoxiosis:
In reply to Apoxiosis:
/dump GetCVar("floatingCombatTextCombatHealingAbsorbSelf");
/dump GetCVar("floatingCombatTextCombatHealingAbsorbTarget");
*where 1 = true and 0 = false.
In reply to delabarra:
Hi, there. Rather than finding a way to bring back the enforcement option, perhaps consider adding a check box next to each cvar which tells the addon to set it upon login so that we can use the same variables across multiple characters without needing to set them manually for each character. I wish there was an easy way in WoW to synchronise character-specific cvars across multiple characters. Thanks!
In reply to worMatty90376:
In reply to Semlar:
I use this solely for the "stop fading my map when moving" option, but it doesn't seem to be saving the settings across sessions. I have to change it every time I log in or swap toons. :(
In reply to SatPagle:
In reply to Semlar: