Maintenance for the week of December 23:
• NA megaservers for maintenance – December 23, 4:00AM EST (9:00 UTC) - 9:00AM EST (14:00 UTC)
• EU megaservers for maintenance – December 23, 9:00 UTC (4:00AM EST) - 14:00 UTC (9:00AM EST)

Add-Ons settings reset

Pausekey
Pausekey
✭✭✭
So after the last major patch I lost all my settings, harvest data, and it was a huge pain setting it all back up. I promised not to let it happen again, so I created a backup folder with all my add-ons. After the patch today I copied them over, replaced the files, but my settings were still reset. Anyone got a suggestion on this? Or is there nothing I can do to get my old setting back? I mean even my harvest data is gone again lol.
  • UPrime
    UPrime
    ✭✭✭✭
    They might be resetting because the addons are broken due to being out of date. Wait for fixes from addon authors, then try reapplying your backed up settings again.
    Edited by UPrime on August 4, 2014 9:36PM
  • GFBStarWars
    GFBStarWars
    ✭✭✭
    what did you copy exactly?
    The saved variable folder is the one storing the addon setting and data. The addon folder only contains the addons
  • SirAndy
    SirAndy
    ✭✭✭✭✭
    ✭✭✭✭✭
    what did you copy exactly?
    The saved variable folder is the one storing the addon setting and data. The addon folder only contains the addons
    ^^^ that ... Also, the update might have broken your AddOns to the point where they can't read the saved settings, even if they're there.

    Best to keep a copy of your settings until the AddOn makers have updated them for this patch.

    Good thing ZOS always gives us API change notes in advance ...
    rolleyes.gif
  • Garkin
    Garkin
    ✭✭✭
    I can't test it yet (EU server is not updated yet), but it seems that GetDisplayName() function works again, so you will have to edit saved variables file to make it work.

    On ESOUI site is this comment to the HarvestMap addon:
    Jelkethra wrote:
    I was able to go in under my backup harvestmap.lua and re-add the account name into the lua where we had to take it out last patch.

    Copy and paste your backup Harvestmap.lua into your savedvariables folder and open it.

    At the very top you should see this:
    Harvest_SavedVars =
    {
        ["Default"] =
        {
            [""] =
    

    and change the [""] to:

    ["@youraccountname"]

    so it reads as:
    Harvest_SavedVars =
    {
        ["Default"] =
        {
            ["@youraccountname"] =
    

    Hopefully this fixes it for you.
    Garkin / EU / CSF guild
    My addons: SkyShards, LoreBooks, Dustman, Map Coordinates, No, thank you, ... (full list)
    I'm taking care of: Azurah - Interface Enhanced, Srendarr - Aura, Buff & Debuff Tracker and more
    My folder with updated/modified addons: DROPBOX
  • GFBStarWars
    GFBStarWars
    ✭✭✭
    Nice to know that ;)
  • SpAEkus
    SpAEkus
    ✭✭✭✭
    I can verify that the above fix works for all saved variables files.

    Be aware that Wykyyds Framework has two locations for the ["@youraccountname"]

    mhFrameworkNeatStuff =
    {
    ["NeatStuff"] =
    {
    ["@youraccountname"] =

    And several other Addons may have multiple locations

    Get Notepad++ and you can find and replace them all quickly
    Edited by SpAEkus on August 5, 2014 4:08AM
Sign In or Register to comment.