View Single Post
07/25/16, 03:40 PM   #20
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
So here's what finally went in:
  1. The stock UI still uses character name. It will migrate settings tables between character names if the name changes. This has the least chance to break addons that are depending on the structure of the stock saved vars, is easiest to read, and is safe because the stock UI won't be disabled like an addon.
  2. We re-added the character ID constructor in ZO_SavedVars named NewCharacterIdSettings. Addons can migrate to character ID settings for a solution that is robust against name changes when the addon is disabled. Character name based settings will be auto migrated to character ID keys the first time the addon is run using NewCharacterIdSettings.