View Single Post
06/25/14, 03:02 AM   #3
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by Cairenn View Post
First, it seems that there has been a change (we think bug, but getting that verified) to the Saved Variables files, which includes your AddOns settings. Previously they were saved under your ["@username"]. It seems that they are saved under [""] now. What this means is that if you log into the game without having made the necessary change in your files, and if you didn't keep a backup of them, all your addon settings will be reverted to the default settings.
I just looked at my pre-patch ZO_Ingame.lua
It already used the "" marker instead of the @username

There might actually be something intentional to resetting the files. I mean UTC does itterate over stuff like the ChatCategories, thier count might have changed so the old data is no longer valid.
I do not actually mind them resetting UTC's saved var file. I might actually do that intentionally for the saved data when I update it.

zzz disclosures. Guess we have to add a readme
I hope they fixed the issue that the game would treat any .txt file lying next to a Manifest file as another manifest file.
  Reply With Quote