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
anyone know how to remove the healing you are receiving from the floatingcombat text? they only thing i wanna see is my damage, procs(im warrior ie. execute,tactitican and overpower) I dont wanna see the healing im receiving, tics or dmg taken either. the only thing i have check or "1" is combat damage, combat damage all, combat state, and reactive. this is all under the category floatingcombattext.
If you want to turn off healing/damage received while still seeing the other stuff, turn this snippet into an addon with http://addon.bool.no/
for _, v in pairs({"HEAL", "HEAL_CRIT", "PERIODIC_HEAL", "PERIODIC_HEAL_CRIT", "DAMAGE", "DAMAGE_CRIT", "SPELL_DAMAGE", "SPELL_DAMAGE_CRIT"}) do COMBAT_TEXT_TYPE_INFO[v].show = false end
Any chance of adding the ability to save and load cvar profiles after reload/login or on demand? I know the game UI and sometimes other addons reset cvar settings, so having a quick way to restore multiple cvar settings would be great. I know I could make a macro, up to a point at least.
I ask because right now I want to set spellActivationOverlayOpacity lower than .5, which is the lowest you can go on the default Blizzard slider (except for completely off). But when I change the cvar, anytime I reload it resets to .5. I know this is probably just dumb Blizzard UI behavior, which is why loading custom cvar settings after login/reload might be beneficial.
cameraDistanceMaxFactor keeps resetting on characters with AIO enabled whenever you log a character with it disabled.
Set your favourite cameraDistanceMaxFactor in AIO, log out that char, log a char with AIO disabled, now log the first char again with AIO enabled, cameraDistanceMaxFactor is now back to default 1.6.
TopInset and BottomInset also randomly reset to defaults, even though advancedinterfaceoptions.lua in saved variables are set to -1, they seem to be ignored.
how do I set the aio settings to default vaulue. I changed some of the cvar things and floating combat text. and I cant remember what the default settings were. is there a way to reset everything? I even uninstalled the game and reinstalled and its still not at the default
I am looking to change my floating combat text back to the pre-mop era(I really dislike the way the current combat text floats). There was an option until pre-patch which let you switch back to the legacy combat text but that option was pruned.
If you don't know what I'm talking about here is a good example: . I have already tried using AdvancedInterfaceOptions addon but it does not have that option.
This is the way you were able to do it before pre-patch:
I really appreciate if you could help me, if not thanks anyway for taking the time to read this.:)
I have already tried using AdvancedInterfaceOptions addon but it does not have that option.
This is the way you were able to do it before pre-patch:
Traditional mode (changed from CombatDamageStyle to floatingCombatTextCombatDamageStyle) is deprecated in Legion with the rework, it has no effect anymore; you can try it out yourself, nothing will change
2x Couldn't find CVar named 'Sound_EnableSoftwareHRTF' [C]: ? [C]: in function `SetCVar' ...aceAdvancedInterfaceOptions\basicOptions.lua:47: in function `SetCVar' AdvancedInterfaceOptions\browser.lua:5: in function <AdvancedInterfaceOptions\browser.lua:4> AdvancedInterfaceOptions\browser.lua:185: in function <AdvancedInterfaceOptions\browser.lua:183>
-
View User Profile
-
Send Message
Posted Nov 5, 2016blizz hotfixed this out ;)
-
View User Profile
-
Send Message
Posted Oct 25, 2016Anyway to change CVar 'cameraDynamicPitchBaseFovPad' now? Editing using aio doesnt seem to work.
-
View User Profile
-
Send Message
Posted Oct 25, 2016Ow, it apparently got renamed to test_cameraDynamicPitchBaseFovPad for the reintroduced Action Cam
-
View User Profile
-
Send Message
Posted Oct 16, 2016anyone know how to remove the healing you are receiving from the floatingcombat text? they only thing i wanna see is my damage, procs(im warrior ie. execute,tactitican and overpower) I dont wanna see the healing im receiving, tics or dmg taken either. the only thing i have check or "1" is combat damage, combat damage all, combat state, and reactive. this is all under the category floatingcombattext.
TY so much guys
-
View User Profile
-
Send Message
Posted Oct 16, 2016If you want to turn off healing/damage received while still seeing the other stuff, turn this snippet into an addon with http://addon.bool.no/
for _, v in pairs({"HEAL", "HEAL_CRIT", "PERIODIC_HEAL", "PERIODIC_HEAL_CRIT", "DAMAGE", "DAMAGE_CRIT", "SPELL_DAMAGE", "SPELL_DAMAGE_CRIT"}) do COMBAT_TEXT_TYPE_INFO[v].show = false end-
View User Profile
-
Send Message
Posted Oct 17, 2016damn how do i do that?! im so lost T_T
-
View User Profile
-
Send Message
Posted Oct 17, 2016so i figured it out, created my addon with that but it's still not working =/
-
View User Profile
-
Send Message
Posted Oct 25, 2016-
View User Profile
-
Send Message
Posted Oct 11, 2016Having a problem queuing for BGs and it cites this as the issue.
Figured it's easier to show ya, so here is the picture.
-
View User Profile
-
Send Message
Posted Oct 9, 2016Any chance of adding the ability to save and load cvar profiles after reload/login or on demand? I know the game UI and sometimes other addons reset cvar settings, so having a quick way to restore multiple cvar settings would be great. I know I could make a macro, up to a point at least.
I ask because right now I want to set spellActivationOverlayOpacity lower than .5, which is the lowest you can go on the default Blizzard slider (except for completely off). But when I change the cvar, anytime I reload it resets to .5. I know this is probably just dumb Blizzard UI behavior, which is why loading custom cvar settings after login/reload might be beneficial.
Anyway, just a thought. Thanks!
-
View User Profile
-
Send Message
Posted Oct 8, 2016cameraDistanceMaxFactor keeps resetting on characters with AIO enabled whenever you log a character with it disabled.
Set your favourite cameraDistanceMaxFactor in AIO, log out that char, log a char with AIO disabled, now log the first char again with AIO enabled, cameraDistanceMaxFactor is now back to default 1.6.
TopInset and BottomInset also randomly reset to defaults, even though advancedinterfaceoptions.lua in saved variables are set to -1, they seem to be ignored.
Using latest 1.0.5-6 alpha.
-
View User Profile
-
Send Message
Posted Oct 8, 2016This is a Blizzard bug that will be fixed in patch 7.1
AIO sets and gets that cvar (without overriding it from the SavedVariables), and prevents that cvar getting clamped/reset back to 1.9
So if the addon isn't loaded on one of your other characters, this problem happens :(
-
View User Profile
-
Send Message
Posted Oct 8, 2016Thanks for your reply!
Guess it's an easy fix for now.
-
View User Profile
-
Send Message
Posted Oct 8, 2016how do I set the aio settings to default vaulue. I changed some of the cvar things and floating combat text. and I cant remember what the default settings were. is there a way to reset everything? I even uninstalled the game and reinstalled and its still not at the default
-
View User Profile
-
Send Message
Posted Oct 8, 2016The CVar Browser should show you the default values in the tooltip and also as a white instead of red color
As a last resort you can delete your Config.wtf or use this command to reset all cvars to default:
-
View User Profile
-
Send Message
Posted Oct 1, 2016Hey m8,
I am looking to change my floating combat text back to the pre-mop era(I really dislike the way the current combat text floats). There was an option until pre-patch which let you switch back to the legacy combat text but that option was pruned.
If you don't know what I'm talking about here is a good example: . I have already tried using AdvancedInterfaceOptions addon but it does not have that option.
This is the way you were able to do it before pre-patch:
I really appreciate if you could help me, if not thanks anyway for taking the time to read this.:)
-
View User Profile
-
Send Message
Posted Oct 2, 2016Traditional mode (changed from CombatDamageStyle to floatingCombatTextCombatDamageStyle) is deprecated in Legion with the rework, it has no effect anymore; you can try it out yourself, nothing will change
-
View User Profile
-
Send Message
Posted Sep 30, 2016cameraDistanceMaxFactor returns nil on PTR, commented out all 3 lines using it to have the addon working again.
-
View User Profile
-
Send Message
Posted Sep 30, 2016The camera has been reworked on the PTR, that cvar is renamed to cameraDistanceMaxZoomFactor
-
View User Profile
-
Send Message
Posted Sep 29, 2016after attempting to change a value,
2x Couldn't find CVar named 'Sound_EnableSoftwareHRTF'
[C]: ?
[C]: in function `SetCVar'
...aceAdvancedInterfaceOptions\basicOptions.lua:47: in function `SetCVar'
AdvancedInterfaceOptions\browser.lua:5: in function <AdvancedInterfaceOptions\browser.lua:4>
AdvancedInterfaceOptions\browser.lua:185: in function <AdvancedInterfaceOptions\browser.lua:183>
Locals:
(*temporary) = "Sound_EnableSoftwareHRTF"
(*temporary) = "0"