Download
(9 Kb)
Download
Updated: 11/14/20 08:15 AM
Pictures
File Info
Compatibility:
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:11/14/20 08:15 AM
Created:12/02/18 04:02 PM
Monthly downloads:200
Total downloads:85,590
Favorites:102
MD5:
Synced Account Settings  Popular! (More than 5000 hits)
Version: 1.0
by: Jodynn [More]
Syncs your account settings for you

You log onto someone you like their settings, you go into this addon settings (/accountsettings) and click save settings, confirm that, yes you want to do that, make sure sync is on and you're good.

For Chat window size and position you'll have to click the save button in the chat window

Now anytime you zone/log in on all of your characters you will have the same settings you did whenever you pressed that button.

Settings
Sync - automatically sync your current settings to your saved settings once saved
Hide Chat Button - ability to hide the save chat button
Save button - Save your settings at this point and time.
Log - Log messages about saved/synced.
Debug - Log messages about debug.


Donation Link

https://paypal.me/pools/c/8a80aoQpa4
V1.0
Fix Debug Error

V0.5.2
Quick hack for no crash

V0.5.1
Remove debug rogue d("call")

V0.5
Negate chat button hidden bug
Add ability to ignore settings by toggling
Fixed it always syncing even if you turned it off

V0.4
Ability to hide chat save button

V0.3
Can now save chat window size and position

V0.2.2
Fixed debug issue

V0.2.1
Fixed logging issue

V0.2
Fixed debug, sep option for log and debug now, and removed libs

V0.11
Fix logging
Archived Files (12)
File Name
Version
Size
Uploader
Date
0.5.2
9kB
Jodynn
05/26/20 06:53 PM
0.5.1
9kB
Jodynn
05/23/20 08:49 AM
0.5
9kB
Jodynn
05/16/20 11:10 AM
0.4
160kB
Jodynn
03/11/20 08:26 AM
0.3
150kB
Jodynn
07/19/19 04:41 PM
0.2.2
141kB
Jodynn
07/19/19 03:50 PM
0.2.1
128kB
Jodynn
07/17/19 08:44 PM
0.2
121kB
Jodynn
07/15/19 08:38 AM
0.11
152kB
Jodynn
07/13/19 12:42 PM
0.11
146kB
Jodynn
07/13/19 12:36 PM
0.1
148kB
Jodynn
02/25/19 09:41 AM
0.1
132kB
Jodynn
12/02/18 04:02 PM


Post A Reply Comment Options
Unread 11/14/20, 08:13 AM  
Jodynn
 
Jodynn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 221
Uploads: 10
Re: Re: UI Error after Markarth

Also do you have the debug option on? It shouldn't show unless you do
Report comment to moderator  
Reply With Quote
Unread 11/14/20, 08:10 AM  
Jodynn
 
Jodynn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 221
Uploads: 10
Re: Re: UI Error after Markarth

Originally Posted by Jimmon89
Originally Posted by loclay
Howdy Jodynn

After Markarth release, I'm getting this error. Hoping you can help. I'm grateful for this addon; it's a great solution to an annoying ZOS design. Still occurs when the only addon loaded.

Cheers

Code:
user:/AddOns/AccountSettings/AccountSettings.lua:947: operator .. is not supported for string .. nil
stack traceback:
user:/AddOns/AccountSettings/AccountSettings.lua:947: in function 'AccountSettings:Sync'
|caaaaaa<Locals> self = 2, _ = 8, x = 5, _ = 4, y = 45 </Locals>|r
EsoUI/Libraries/Globals/globalapi.lua:216: in function '(anonymous)'
idk what the underlying issue is (for whatever reason the implementation of lua used by eso errors when trying to concatenate two strings if one of them is null/nil) but you can stop the error from popping up by commenting out line 947.
turning
Code:
                    AccountSettings:Log ( AccountSettings.DEBUG_COLOR, "Ignoring : " .. AccountSettings.SettingStrings[x][y] )
into
Code:
--                    AccountSettings:Log ( AccountSettings.DEBUG_COLOR, "Ignoring : " .. AccountSettings.SettingStrings[x][y] )
some kind of catch that skips the logging if the variable is nil could fix it without commenting it out completely but meh...
Not seeing the error but I can turn the nil value tostring() and this should protect us from this issue.

Thanks for letting me know!
Report comment to moderator  
Reply With Quote
Unread 11/08/20, 12:40 PM  
Jimmon89
 
Jimmon89's Avatar

Forum posts: 2
File comments: 10
Uploads: 0
Re: UI Error after Markarth

Originally Posted by loclay
Howdy Jodynn

After Markarth release, I'm getting this error. Hoping you can help. I'm grateful for this addon; it's a great solution to an annoying ZOS design. Still occurs when the only addon loaded.

Cheers

Code:
user:/AddOns/AccountSettings/AccountSettings.lua:947: operator .. is not supported for string .. nil
stack traceback:
user:/AddOns/AccountSettings/AccountSettings.lua:947: in function 'AccountSettings:Sync'
|caaaaaa<Locals> self = 2, _ = 8, x = 5, _ = 4, y = 45 </Locals>|r
EsoUI/Libraries/Globals/globalapi.lua:216: in function '(anonymous)'
idk what the underlying issue is (for whatever reason the implementation of lua used by eso errors when trying to concatenate two strings if one of them is null/nil) but you can stop the error from popping up by commenting out line 947.
turning
Code:
                    AccountSettings:Log ( AccountSettings.DEBUG_COLOR, "Ignoring : " .. AccountSettings.SettingStrings[x][y] )
into
Code:
--                    AccountSettings:Log ( AccountSettings.DEBUG_COLOR, "Ignoring : " .. AccountSettings.SettingStrings[x][y] )
some kind of catch that skips the logging if the variable is nil could fix it without commenting it out completely but meh...
Last edited by Jimmon89 : 11/09/20 at 06:44 AM.
Report comment to moderator  
Reply With Quote
Unread 11/05/20, 10:27 PM  
loclay

Forum posts: 0
File comments: 12
Uploads: 0
UI Error after Markarth

Howdy Jodynn

After Markarth release, I'm getting this error. Hoping you can help. I'm grateful for this addon; it's a great solution to an annoying ZOS design. Still occurs when the only addon loaded.

Cheers

Code:
user:/AddOns/AccountSettings/AccountSettings.lua:947: operator .. is not supported for string .. nil
stack traceback:
user:/AddOns/AccountSettings/AccountSettings.lua:947: in function 'AccountSettings:Sync'
|caaaaaa<Locals> self = 2, _ = 8, x = 5, _ = 4, y = 45 </Locals>|r
EsoUI/Libraries/Globals/globalapi.lua:216: in function '(anonymous)'
Report comment to moderator  
Reply With Quote
Unread 09/01/20, 03:37 PM  
Mandragorane

Forum posts: 0
File comments: 137
Uploads: 0
Different Settings

Hey there,

first thank you for this great addon . I was surprised nobody had the idea earlier lol.

Don't know if this is silly and just a specific need I have? It would be great to be able to save several settings, i.e. one for trials or PVP, and for role play or other things. Me personally I like to use different audio, UI and video settings depending on gameplay...

Again that might just a personal preference if so no worries
Report comment to moderator  
Reply With Quote
Unread 07/28/20, 04:31 AM  
GrandEsonian
 
GrandEsonian's Avatar

Forum posts: 3
File comments: 1
Uploads: 0
Originally Posted by CooLow
Im getting this error everytime a log on any char.
Did you fixed it though? Cause am struggling with the same issue on my account in ESO as well.

The following solution, "To anyone else who wants to fix this themselves in the meantime, simply comment out line 910, which is "d ( cb )", changing it to "--d ( cb )".", doesn't seem to work anymore.

Maybe it's just me and am doing something very wrong, but does anyone is still struggling with this issue?

I'll donate to the creator if you will help me. xD
Report comment to moderator  
Reply With Quote
Unread 05/26/20, 06:48 PM  
Jodynn
 
Jodynn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 221
Uploads: 10
Originally Posted by CooLow
Im getting this error everytime a log on any char.

it seems SUBTITLE_SETTING_ENABLED is no longer a var, let me just patch a quickfix, this wasn't in the latest PTS I apologize.
Report comment to moderator  
Reply With Quote
Unread 05/26/20, 02:01 PM  
CooLow

Forum posts: 0
File comments: 24
Uploads: 0
Im getting this error everytime a log on any char.

Report comment to moderator  
Reply With Quote
Unread 05/23/20, 08:52 AM  
Jodynn
 
Jodynn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 221
Uploads: 10
Re: new update :D

Originally Posted by bluepitbull13
lol I literally commented out the audio settings about 3 hrs ago so that I could use an audio mute addon, now it can be done properly Thank you for adding the toggles
Report comment to moderator  
Reply With Quote
Unread 05/23/20, 08:45 AM  
Jodynn
 
Jodynn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 221
Uploads: 10
Originally Posted by Daeymon
On the 0.5 release within the AccountSettings:CreateSettingsBool function, a rogue calling to the d() function has been left in, which floods the chat window with text when logging in.

To anyone else who wants to fix this themselves in the meantime, simply comment out line 910, which is "d ( cb )", changing it to "--d ( cb )".
Thanks for letting me know, sorry about that!
Report comment to moderator  
Reply With Quote
Unread 05/19/20, 12:54 PM  
Daeymon

Forum posts: 0
File comments: 145
Uploads: 0
On the 0.5 release within the AccountSettings:CreateSettingsBool function, a rogue calling to the d() function has been left in, which floods the chat window with text when logging in.

To anyone else who wants to fix this themselves in the meantime, simply comment out line 910, which is "d ( cb )", changing it to "--d ( cb )".
Report comment to moderator  
Reply With Quote
Unread 05/16/20, 01:15 PM  
bluepitbull13
 
bluepitbull13's Avatar

Forum posts: 4
File comments: 84
Uploads: 0
new update :D

lol I literally commented out the audio settings about 3 hrs ago so that I could use an audio mute addon, now it can be done properly Thank you for adding the toggles
Report comment to moderator  
Reply With Quote
Unread 05/16/20, 07:31 AM  
Jodynn
 
Jodynn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 221
Uploads: 10
Re: Sync & Chat Save Button

Originally Posted by Neverlands
Hello,


no matter if I enable or disable the "Sync" option the settings always get synced. Is this meant to be? What does the "Sync" option exactly do?


The "Chat Save Button" does the opposite of what it says: If I enable "Show Chat Save Button" I cannot see, if I disable it I see it .
Fixing the sync option !
Report comment to moderator  
Reply With Quote
Unread 04/18/20, 11:42 AM  
Neverlands
 
Neverlands's Avatar

Forum posts: 7
File comments: 559
Uploads: 0
Sync & Chat Save Button

Hello,


no matter if I enable or disable the "Sync" option the settings always get synced. Is this meant to be? What does the "Sync" option exactly do?


The "Chat Save Button" does the opposite of what it says: If I enable "Show Chat Save Button" I cannot see, if I disable it I see it .
Report comment to moderator  
Reply With Quote
Unread 04/18/20, 06:33 AM  
Sorrieah

Forum posts: 0
File comments: 11
Uploads: 0
Need a blacklist or toggles for certain settings

I'm loving the addon so far, as it's functionally replaced an older addon I used to use which hasn't been updated in years and no longer works. My main issue, though, is that I often switch between watching shows while I play and wanting to hear quest dialogue clearly, so I need to be able to change the volume in the moment and have it stay changed. I don't want to have to re-save my settings with a new set volume, as it changes so often, but if I could just tell the addon to ignore volume it would solve the problem.

Is this something that could be done?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: