This does not appear to be true for me.Whenever @ZOS disables guild functions, they are actually disabling @account functions. This results in your addon settings looking under the account "" instead of the account "@accountname", and this results in your settings appearing to have vanished. All of your old settings still exist. The game client just can't load them. When they turn "guild" features back on, @account features will work again and your settings will re-appear
Nope. I did the test just now on EU client. I renamed the SavedVar file for UTC.I'm not referring to GetDisplayName. I'm referring to the inner workings of ZO_SavedVariables. Proof of what I'm describing can be seen by losing your settings when they disable Guild features, then rebuilding your saved settings, reloading ui and checking the savedvariables file. All of your settings applied while Guild features were offline save to "" account name. All of your settings applied while Guild features are online saved to "@wykkyd", etc.
UTC_Persistent = { ["Default"] = { ["@zgrssd"] = { ["$AccountWide"] = { ["UCT_ChatContainerData"] = { ["version"] = 4, }, ["UCT_Settings"] = { ["AutoSaveColors"] = false, ["AutoSaveTabs"] = false, ["AutoApplyColors"] = false, ["IncludeAdditonalChat"] = false, ["AutoApplyTabs"] = false, ["version"] = 4, ["TimerFrequency"] = 5000, }, }, }, }, }
I think you were one of those that directly wrote to the SavedVariable (instead of using the accessor objects). If so something in your code (the part that get's you the display name) is faulty.
Okay, wich server/client are you even testing this with?I think you were one of those that directly wrote to the SavedVariable (instead of using the accessor objects). If so something in your code (the part that get's you the display name) is faulty.
Wrong. The 5 addons I have that directly write to savedvariables are the 5 addons that had 0 problems with guilds being offline. The 2 that used the built in saved variables system are the 2 that had problems with guilds being offline.
UTC_Persistent = { ["Default"] = { ["@zgrssd"] = { ["$AccountWide"] = { ["UCT_Settings"] = { ["AutoSaveColors"] = false, ["AutoSaveTabs"] = false, ["AutoApplyTabs"] = false, ["AutoApplyColors"] = false, ["IncludeAdditonalChat"] = false, ["TimerFrequency"] = 5000, ["version"] = 4, }, ["UCT_ChatContainerData"] = { ["version"] = 4, }, }, }, }, }
mhOutfitter = { ["Gear"] = { ["@zgrssd"] = { ["Janira Peterson"] = { ["Sets"] = { ["version"] = 2, ["keys"] = { }, }, }, }, }, ["Skills"] = { ["@zgrssd"] = { ["Janira Peterson"] = { ["Sets"] = { ["version"] = 2, ["keys"] = { }, }, }, }, }, }
mhFramework = { } mhFrameworkFrames = { ["Frames"] = { ["@zgrssd"] = { ["Janira Peterson"] = { ["ChatBGFrame"] = { ["version"] = 2, ["Shown"] = false, }, ["MacroFrame"] = { ["version"] = 2, ["Shown"] = false, ["lastTab"] = 1, ["Macros"] = { }, ["Settings"] = { ["ShiftY"] = 0, ["Hidden"] = true, ["ShiftX"] = 0, ["Moveable"] = true, }, }, }, }, }, } mhFrameworkNeatStuff = { ["NeatStuff"] = { ["@zgrssd"] = { ["Janira Peterson"] = { ["EnhancedTargetHUD"] = { ["version"] = 2, ["Enabled"] = false, }, ["AutoSheath"] = { ["version"] = 2, ["Enabled"] = false, }, ["MultiScreen"] = { ["Enabled"] = false, ["Target"] = "2", ["version"] = 2, ["Screens"] = "2", }, ["LootNotice"] = { ["version"] = 2, ["Enabled"] = true, }, ["BazgrimToolbar"] = { ["ToolOptions"] = { ["bags_low"] = 10, ["bags_mid"] = 25, ["bags_title"] = false, ["bags_icon"] = true, ["time_title"] = true, ["time_ampm"] = true, ["fps_low"] = 15, ["fps_mid"] = 22, ["ap_title"] = false, ["gold_icon"] = true, ["gold_title"] = false, ["xp_comma"] = true, ["craft_timer_target"] = "Time to next free slot", ["zone_title"] = true, ["gems_icon"] = true, ["gold_comma"] = true, ["craft_slots"] = "Slots Free/Total Slots", ["ap_icon"] = true, ["ap_comma"] = true, ["xp_title"] = true, ["craft_research_icons"] = true, ["horse_icon"] = true, ["level_title"] = false, ["craft_timers"] = "Fancy ('Study', 'Read', etc)", ["craft_icon"] = true, }, ["Tools"] = { [1] = "Used / Total", [2] = true, [3] = "12 hour", [4] = true, [5] = "Earned / Total", [6] = true, [7] = false, [8] = true, [9] = false, [10] = false, [11] = false, [12] = true, [13] = "Empty / Full", [14] = "Fancy", [15] = false, [16] = true, [17] = true, [18] = true, }, ["version"] = 2, ["Settings"] = { ["ShiftY"] = 60, ["ScrollingExp"] = true, ["Moveable"] = true, ["Enabled"] = false, ["ShiftX"] = 0, ["Hidden"] = false, ["BumpCompass"] = true, ["Background"] = false, ["LockHCenter"] = true, ["Align"] = "CENTER", }, }, ["ReticleRangefinder"] = { ["version"] = 2, ["Enabled"] = false, }, ["EnhancedPlayerHUD"] = { ["version"] = 2, ["Enabled"] = false, }, ["GoldNotice"] = { ["Enabled"] = true, ["version"] = 2, ["Scroll"] = true, }, ["SwizzyChatFade"] = { ["version"] = 2, ["Enabled"] = false, }, ["BazgrimSubtitle"] = { ["version"] = 2, ["Settings"] = { ["ShiftY"] = 400, ["Hidden"] = false, ["Scale"] = 100, ["Moveable"] = true, ["Enabled"] = false, ["LockHCenter"] = true, ["ShiftX"] = 0, ["Align"] = "CENTER", }, }, }, }, }, }For me it looks like they are working fine on the NA server. It is the same with both addons on teh EU server and I know I did not have them installed before.
pinstripesc wrote: »My settings didn't revert today, and I neglected to backup my addons before patch - am I out of luck?