View Single Post
08/11/14, 03:23 PM   #14
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
I got two too (that might actualy be related):
Code:
ZO_SavedVars:New()
has one parameter described like this on the wiki:
profile - Allows you to select a specific profile instead of the current character's default profile. Probably not necessary for most simple add-ons without robust profile management.
Q4: What would be the "default" profile. What exactly will that do? Is it another sublayer similar to namespace (except below the Account name, rather then above it)?
What exactly would be the use, since we can just seperate our saved table however we like in the first place?


The whole issues between 1.2.3 and 1.3.3 pointed me towards something interesting:
The saved variables do allow to share data OS user wide. It is just that the system seems to be hardcoded to use the result of GetDisplayName() and I don't want to overwrite this one (again). I need something more granular.

Q5: Is it possible to manually overwrite wich Zenimax account ZO_SavedVars:New() uses?
Specicially I would like to use the account "" or "[some constant string that is not likely to be mistaken for a real account name".
  Reply With Quote