View Single Post
06/25/14, 01:02 PM   #11
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by niocwy View Post
Okay download just finished.

There's no more separation between multiples accounts in the savedVars. Just the one [""] table, under which are the characters settings and only one accountWide table.
Before the patch we had user addons with seperation by account ("@accountname") while the ZO_ingame.lua used ("").
After the patch all the user addons use "" while ZO_ingame.lua is seperated by account ("@accountname").

That does imply the non-seperation of the ZO_ingame file was a bug. And when trying to fix it they flipped it around so now all user addons are affected isntead. I guess it was not that planned after all.

On the other hand, if we can now do account seperation via code this would allow for limited cross account communication.
But I figure this is a bug that will be fixed (unfortunately that fix means one more reset of the data in the future).
  Reply With Quote