Download
(52 Kb)
Download
Updated: 07/03/14 02:31 PM
Pictures
File Info
Compatibility:
Veteran Crypt of Hearts (1.2.3)
Craglorn (1.1)
Live (1.0)
Updated:07/03/14 02:31 PM
Created:04/19/14 10:34 PM
Monthly downloads:92
Total downloads:29,072
Favorites:203
MD5:
Joviex's Addon Settings Transfer  Popular! (More than 5000 hits)
Version: 14.07.03.1
by: Joviex [More]
If you are feeling generous donate anything you can! I accept paypal and ingame *gold or anything!
Every bit helps ease the monthly cost and any development time I do.

ingame - @Joviex

HUGE PROPS TO:
  • Wykkyd for the inspirational addons!
  • Seerah for the awesome LibAddonMenu wrapper
  • SinusPi && Errc for Zgoo <--- best support Addon, ever
Transfer your addon settings (non-global, character specific) from one character to as many characters as you want on a per addon basis.

They said it could not be done -- easily. Thanks Zgoo!

LICENSE

MIT License.

But I ask that you please let me know what/where you use any of the code.
I love to share, and I also love to pick through other code.

FEATURES
  • Toggle which characters receive the settings from the master character
  • Select which add-ons should transfer
  • Toggle to reload scene after transfer (Auto-Reload)
  • Toggle for per character per addon output (Show Debug)
  • Delete user settings -- right click on the "transfer" user
    • Little wonky if you do not have ALL addons turned on and you want to remove ALL settings
  • Dynamic scroll bar for addon lists that are over 20+ items (user selectable length in options)
  • Right-Click Addon list to toggle a single addon active (Useful for characters with lots of addons but you only need a few i.e. invert the selection set)
USAGE
  • Select a Master, only one will light up green
  • Select some targets. Any names in green are active targets
  • Select any add-ons. Any names in green are active targets
  • Click Transfer Settings!
TODO
  • Allow removal of user settings per add-on
  • Add prompt to confirm removal of character data
  • Add prompt to confirm overwrite of character data
  • Find some fix for "" entries -- Seems to be an overflow server problem
  • Get pretty print name for addons -- currently using the SavedVariable key name
KNOWN ISSUES
  • Waiting for someone to tell me =)
14.07.03.1

API Updated to ESO API 100007

----------------------------------------------------------------------------------------------------------------

14.5.23.1

API Updated to ESO API 100004

----------------------------------------------------------------------------------------------------------------

14.5.3.2

Extra check for entries/data as a table

----------------------------------------------------------------------------------------------------------------
14.5.3.1

+1 for standards.

It will now work for any authors who use non-standard (ZOS API) saved variable structures, up to a depth of 2 embedded tables.

If authors at least put the character name as an entry to the saved data and said data is the immediate entry under said character name.

If you don't know what I am saying, just let myself or the authors know anytime you see the copy/transfer not working right so I can look and see what non-standard way they did it.

----------------------------------------------------------------------------------------------------------------
14.4.30.1

Starting to migrate functionality into seperate modules
Weird edge case where the entry for potential saved variables is not a table
Right-click addon list for toggling all off except one under cursor
-- Good for characters with lots of addons, but only a few need settings to transfer

----------------------------------------------------------------------------------------------------------------
14.4.26.2

Keep forgetting the update the version # o.0

----------------------------------------------------------------------------------------------------------------
14.4.26.1

Dynamic scrollbar for addon list
Scrollbar "item count" setting exposed in Options Panel

----------------------------------------------------------------------------------------------------------------
14.4.23.1

Slash command was pointing to nil
Version fixed to match the deployed version

----------------------------------------------------------------------------------------------------------------
14.4.22.1

Cleaned up some more calls
Squashed a potential error when there is no "entry" for a displayed account

----------------------------------------------------------------------------------------------------------------
14.4.21.1

little clean up on some initialization -- every bit counts!
now de-registers after initializing
Settings panel has some instructions on use
initialization posts usage after load /jovast
command added /jovast to toggle window
added right-click remove settings with confirmation -- little wonky if you do not have ALL addons turned on and you want to remove ALL settings

----------------------------------------------------------------------------------------------------------------
14.4.19.2

Set default "master" selection to the current logged in character
removed the Mercurial (.hg) folder
changed the license.txt to license.rd so it wont show in the add-on panel
Optional Files (0)


Archived Files (1)
File Name
Version
Size
Uploader
Date
14.5.23.1
49kB
Joviex
05/23/14 01:35 PM


Post A Reply Comment Options
Unread 09/21/14, 08:26 AM  
Eldorhaan
 
Eldorhaan's Avatar

Forum posts: 2
File comments: 142
Uploads: 0
Hi is there an update planified ? It's so empty without this addon
Report comment to moderator  
Reply With Quote
Unread 09/15/14, 03:09 PM  
Sp00sty

Forum posts: 67
File comments: 172
Uploads: 0
I for one am glad that you may wish to keep it working. It is very valuable especially "after" patches when we may have to reset all our master character settings.


I see that Wykkyd has added this functionality to his addons directly. Does that affect if/how other addons will be able to use your addon in the future?
Report comment to moderator  
Reply With Quote
Unread 09/11/14, 05:42 PM  
BornDownUnder
AddOn Author - Click to view AddOns

Forum posts: 59
File comments: 200
Uploads: 1
PTS Issues.

Unfortunately I don't full details on the error as I am having some hardware issues at present...

This addon is broken completely with the current PTS format.

gui does not open, throws an error, error upon initial load, upon /reloadui as well.
Report comment to moderator  
Reply With Quote
Unread 09/08/14, 10:26 PM  
Innenin

Forum posts: 1
File comments: 5
Uploads: 0
As i've written before - all lua files in the saved variables folder. At least the ones you want joviex to work for
Report comment to moderator  
Reply With Quote
Unread 08/30/14, 02:46 AM  
Regilla Marcianus

Forum posts: 2
File comments: 1
Uploads: 0
Re: Workaround

Originally Posted by Innenin
you need to open each lua file in the saved variables directory and insert @youraccountname (your actual one, not the text i've written here) between the inverted commas. Should look something like this:

["Default"] =
{
["@youraccountname"]=
{
You mean just the Jovast lua file(s) right? If that's a yes, then for me that doesn't work. If it's a no, then I prefer to hear that from you, before I start editing all mij lua files .
Report comment to moderator  
Reply With Quote
Unread 08/15/14, 03:46 AM  
Innenin

Forum posts: 1
File comments: 5
Uploads: 0
Talking Workaround

Found a workaround to get Settings Transfer working again:

you need to open each lua file in the saved variables directory and insert @youraccountname (your actual one, not the text i've written here) between the inverted commas. Should look something like this:

["Default"] =
{
["@youraccountname"]=
{



Then save the file and restart ESO. Jovast should work again.

Those modifications are at your own risk of course and you should probably save the "saved variables" Directory beforehand.
Report comment to moderator  
Reply With Quote
Unread 08/14/14, 10:13 PM  
DeanGrey
 
DeanGrey's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 84
Uploads: 3
I miss this.
Report comment to moderator  
Reply With Quote
Unread 08/13/14, 08:07 AM  
Xannon98
 
Xannon98's Avatar

Forum posts: 0
File comments: 4
Uploads: 0
Not working anymore!
Report comment to moderator  
Reply With Quote
Unread 08/07/14, 05:14 PM  
nine9six

Forum posts: 2
File comments: 1
Uploads: 0
Will Pay For Update

I can't emphasize how much I loved this Addon. But with the new API changes it doesn't work any more. PLEASE update it! Will Donate if you do (the old, you don't know how much something means to you until it's gone).

PLEASE!
Report comment to moderator  
Reply With Quote
Unread 08/06/14, 06:04 PM  
Ayeen

Forum posts: 0
File comments: 6
Uploads: 0
It doesn't seem working after update 3. I miss this features so bad now...
Hope to see an update or someone took over soon
Last edited by Ayeen : 08/06/14 at 06:09 PM.
Report comment to moderator  
Reply With Quote
Unread 08/03/14, 06:37 PM  
Treadpool
You Said Member
 
Treadpool's Avatar

Forum posts: 17
File comments: 49
Uploads: 0
Would be great to have it remember if we want to ignore certain addons that don't end up transferring settings well between characters - like AlphaTools for example.
Report comment to moderator  
Reply With Quote
Unread 07/09/14, 05:28 AM  
Maelynn

Forum posts: 18
File comments: 39
Uploads: 0
I just tried out your addon, but it doesn't do anything.

- Launched the game and logged to my main, where my addons are properly configured (after the Craglorn patch the other day everything borked and I lost all the previous settings, which so far I've only bothered to fix on 1 of my 8 characters).

- I pull up your addon by typing '/jovast', I get the window, all fine. Strangely enough it also shows 2 characters I had deleted a long time ago already - need to look into that. Anyway.

- I see that my main is already lit up as transfer source, I deselect the 2 deleted alts from the destination list, and hit 'transfer settings'. The addon autoreloads the UI, no visible change.

- I relog to an alt... no visible change here either. Same screwed-up (read: default) addon settings. As if I haven't transfered any settings at all.

- I decide to run the addon again on the alt I'm logged to, making sure I have my main set as the source instead of the currently active alt. Same result.

Que pasa?
Report comment to moderator  
Reply With Quote
Unread 07/03/14, 04:52 PM  
fosley
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 33
Uploads: 1
I'm having the same issue. I type /jovast, select my main character to transfer from, select all other characters to transfer to, de-select mhOutfitter because my outfits are different per character, then hit transfer settings. Then everything looks the same after the automatic reload.

I know the recent patch completely deleted all my saved variables (or at least screwed them up somehow so I've had to re-set every single setting in every single addon), so I thought maybe that had something to do with it. Of note, however, is that I'm still seeing names from my beta characters on your transfer menu, so it couldn't have deleted all the settings.

Edit: A couple of possible issues. First I deleted all the files under SavedVariables, and it seems to be working now. This also has the advantage that beta characters are no longer showing up on the menu. (Note that you have to log your other characters at least once before they show up as transfer targets after deleting the files.)

Second, it's possible I tried transferring settings while certain high-visibility addons were disabled on my alts, so the transfer didn't go through on those, and because they were high-visibility addons, I didn't notice low-visibility addon settings getting transferred. However, I'm almost certain that's not the problem for one character, so it may have nothing to do with it.

On a side note, is there any way to save a certain set of addons so they're automatically highlighted when I run /jovast? For example, I normally don't transfer my Outfitter settings, or it will deleted outfits on one character and replace them with outfits they don't even have from my main character. A few buttons near "Transfer Settings" could be nice. "Set Default" and "Load Default" would take the currently-selected addons and save them, or load them from the saved settings. "Select All" and "Select None" would do what they suggest. Then /jovast would automatically call "Load Default", so I could just /jovast and click transfer.

Even better, is if it not only saved which addons to transfer, but which characters I was transferring from/to. For me, it's not as annoying, since I'm just always loading from my main, but people who use different settings for healers than for tanks could load their main tank, setup the new addon, then just /jovast and click transfer without bothering their healers.
Last edited by fosley : 07/03/14 at 05:33 PM.
Report comment to moderator  
Reply With Quote
Unread 07/03/14, 02:34 PM  
Joviex
 
Joviex's Avatar
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 110
Uploads: 3
Originally Posted by LurchUSA
Looks like the latest patch broke your add-on. I try to transfer settings between characters and nothing happens!!!

Attempted to remove and reinstall your add-on, but the problem persists.

Can you please update your add-on to the latest patch version.
Doesnt look like the API hurt anything. By "broke" I assume you mean you have not tried to use hte "Allow out of date addons" check box? and that is never loads?


You can do that, or you can use the new version, which has zero changes except for telling it to use the new 1000007 ESO API.


Cheers.
Report comment to moderator  
Reply With Quote
Unread 06/28/14, 09:40 AM  
LurchUSA

Forum posts: 0
File comments: 3
Uploads: 0
Looks like the latest patch broke your add-on. I try to transfer settings between characters and nothing happens!!!

Attempted to remove and reinstall your add-on, but the problem persists.

Can you please update your add-on to the latest patch version.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: