The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/
Maintenance for the week of April 22:
• [IN PROGRESS] PC/Mac: NA megaserver for maintenance – April 25, 6:00AM EDT (10:00 UTC) - 2:00PM EDT (18:00 UTC)
https://forums.elderscrollsonline.com/en/discussion/comment/8098811/#Comment_8098811

Is it possible to store addon settings cross-character?

mkorny
mkorny
✭✭
Hi guys, as the title states, i'd like to know (if any1 knows...) if it is possible to save addon settings from 1 char to another? Either by copying over a settings file, or manual editing of such, or anything really that stops me from wasting ~30 mins setting up all the addons the 1st time i change chars :P
-=Tenebrarum=-
The Shadowlords Society
  • liamcehrwb17_ESO
    liamcehrwb17_ESO
    Soul Shriven
    Hey I posted this in another thread that might help with copying add-on settings:
    After messing around for a while with the .lua files of the add-on's I think I managed to find a way to copy my add-on settings across all toons though I haven't been able to test it as my internet connection is poor. Bit tedious but not as much as having to change them all with every character.

    1. Create and log on to your new character with the add-on installed. Exit the game.
    2. Go to "C:\Documents\Elder Scrolls Online\live\SavedVariables"
    3. Open the .lua file of the add-on with Notepad
    4. You will see a list with your character names. Find the character which you have configured the settings for (can use Ctrl + F)
    5. Copy the text from the line below the character's name all the way until you reach the next character's name
    6. Find your new character that you want to apply the settings to.
    7. Highlight the text from the line below your new character's name until you reach the next character's name and replace it by pasting the text copied before
    8. Save and exit notepad
    9. Test it out.
    10. Repeat for other characters

    I also found a bit of coding at the top of SOME of the setting files that may enable you to apply settings to all character's for that add-on. You can try this by pasting the "AccountWide" command under where it has your account name and then posting your configured settings below that i.e.

    " ["@Account-Name"] =
    {
    ["$AccountWide"] =
    {
    ["myconfiguredsetting1"] = 0.400000,"


    Again haven't tried this and might not get to for a while so if someone could take a look if this works and report back that would be great! If it works, I might even have a go at making an add-on to do this if i get time.

    Have fun!
    Riku
  • mkorny
    mkorny
    ✭✭
    that's exactly it :))
    -=Tenebrarum=-
    The Shadowlords Society
  • claudekennilol
    claudekennilol
    ✭✭✭
    It'd be easier to just edit the addon to save globally instead of per character, though. I don't have enough LUA experience to have it memorized, but it's very straight forward. This way you wouldn't have to do this for every new character. You'd have to redo your settings once, but after that it'd be good for everyone (until you update your addon).

    Both ways have pros and cons, so if this works for you than that's probably good enough.
  • Dio
    Dio
    Soul Shriven
    Open the Lua file and find:
    ZO_SavedVars:New
    
    Replace with:
    ZO_SavedVars:NewAccountWide
    
    That saves settings per account instead of per character.
  • mkorny
    mkorny
    ✭✭
    Dio wrote: »
    Open the Lua file and find:
    ZO_SavedVars:New
    
    Replace with:
    ZO_SavedVars:NewAccountWide
    
    That saves settings per account instead of per character.

    just wanted to BUMP this up really... this is SUPERBLY helpful... thanks a lot Dio :)
    -=Tenebrarum=-
    The Shadowlords Society
  • Dominoid
    Dominoid
    ✭✭✭✭✭
    ✭✭
    Wow. That's a nice setting.

    If you require more control, this is excellent:
    http://www.esoui.com/downloads/info310-JoviexsAddonSettingsTransfer.html#info
Sign In or Register to comment.