Download
(14 Kb)
Download
Updated: 11/01/20 12:44 AM
Compatibility:
Markarth (6.2.5)
Updated:11/01/20 12:44 AM
Created:06/18/18 05:47 AM
Monthly downloads:293
Total downloads:19,803
Favorites:36
MD5:
Settings Profiler  Popular! (More than 5000 hits)
Version: 2.5
by: SDPhantom [More]
Lets you save in-game settings profiles to link with your other characters.
This addon is currently command-driven. A GUI may come down the road.

Notice: I've departed from playing ESO since the start of 2019. I just don't enjoy the game that much anymore and had decided to move on.
Anyone willing to maintain this addon is free to do so. I no longer have the resources to do so myself.




Commands and profile system has changed in version 2.0:
Notes: If you have any profile loaded and want to create a new profile from scratch, use /setprofile *before* making changes. Otherwise, you'll overwrite settings in the currently loaded profile.

/setprofile <Name>
- Sets <Name> as your current profile.
Saves your current settings to the profile if it doesn't exist or loads them from the profile if it does.
Changes made by your other characters will be applied on next login.
/clearprofile
- Unloads the current profile.
/delprofile <Name>
- Deletes the profile <Name>.
/savedefaultprofile
- Saves to default profile.
/cleardefaultprofile
- Clears the default profile.
/listprofiles
- Lists all profiles in chat and marks any that are linked to your character.
/resetprofiler
- Clears all profile and character data.
2.5
- Fixed channel color loading (Thanks Baertram)

2.4b
- Fixed syntax error in command system

2.4
- Fixed keybind module storage defect. (Keybind data will be wiped since it's essentially useless)
- Fixed save migration system not wiping module data from the default profile.
- Reverted 2.2 changes to AddOn:SetProfile() and /setprofile.

2.3
- The keybind module is now more resilient to entries being added or removed.
- Fixed refresh bug that would make headers from all options panels appear.

2.2b
- Fixed bug in /setprofile's existence check.

2.2
- AddOn:SetProfile() now more consistently returns the current profile if it's already set.
- /setprofile additionally checks and reports if the target profile is already loaded.
- Profile names no longer truncate to the first word. Spaces are properly supported now.

2.1
- Fixed returning issue with other addons changing settings while loading.

2.0
- Rewritten into module-based code.
- Added save migration system with separate versioning for modules.
- Profile system and commands changed, see Description.
- The default profile is now stored independently from saved ones.
- Options panels "should" refresh now if they're shown while switching profiles.
- Saving chat options (including open tabs and their settings) is now supported.
- Saving keybinds is now supported.

1.2
- Fixed another issue with other addons changing settings while loading.

1.1
- Fixed issue with other addons changing settings while loading.
Optional Files (0)


Post A Reply Comment Options
Unread 07/23/18, 04:33 PM  
SlippyCheeze
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 272
Uploads: 1
wishlist, or maybe bug: the "Social > Chat Settings > Minimum Transparency" value is not transfered as part of the profile.

Also, it would be nice if I could have a mechanism to say, more or less, "always link this profile on all characters, please."
Report comment to moderator  
Reply With Quote
Unread 07/10/18, 06:12 PM  
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 48
Uploads: 4
In the middle of a complete rewrite so the addon can support independent data modules that could be made for different parts of the UI.
Last edited by SDPhantom : 07/10/18 at 06:12 PM.
Report comment to moderator  
Reply With Quote
Unread 07/10/18, 03:05 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1519
Uploads: 2
Originally Posted by Marazota
any ETA on world map filtters transfer?
you can find world map filer settings for each hero under ZO_Ingame.lua

just make it saved to profile please
i found a simple way
i created an original lua file of ZO_ingame with settings i need and just every time i /jovast settings from it
so disregard this request feature

pls focus on chat tab transparancy, its more important now
Report comment to moderator  
Reply With Quote
Unread 07/09/18, 10:22 PM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1519
Uploads: 2
any ETA on world map filtters transfer?
you can find world map filer settings for each hero under ZO_Ingame.lua

just make it saved to profile please
Report comment to moderator  
Reply With Quote
Unread 07/02/18, 02:54 PM  
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 48
Uploads: 4
Originally Posted by Marazota
hmm i dont understand - so how i can disable skill advisor globally?
An addon would call SelectSkillBuild(0,true) on login. The game handles "off" as a position in the list. Turning the setting off erases any trace of what it was previously set to. The major problem with implementing it in this addon is what to set it to on other characters when the user wants to turn it back on. With no trace of what to set it back to, it's simply not feasible to handle this case.
Report comment to moderator  
Reply With Quote
Unread 07/02/18, 07:42 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1519
Uploads: 2
hmm i dont understand - so how i can disable skill advisor globally?
Report comment to moderator  
Reply With Quote
Unread 06/28/18, 09:37 PM  
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 48
Uploads: 4
Originally Posted by Marazota
NOTE - if you looking at the settings and type loadprofile in chat, settings at chooses scroll will not load
you need ESC into game or change scroll menu to other, like addons, and then type in chat
The options panels aren't made to expect changes outside them, so they don't watch for updates while they're shown. The settings are indeed applied, but they're not reflected in an open panel until you refresh it by switching to another one or exiting the menu.



Originally Posted by Marazota
skill Advisor - Off
this settings also wont load
The skills advisor is a different system entirely and the build list generated is only valid for a specific class. While it can be disabled globally, it just isn't feasible to implement it in an account-wide profile.
Last edited by SDPhantom : 06/28/18 at 10:48 PM.
Report comment to moderator  
Reply With Quote
Unread 06/28/18, 12:12 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1519
Uploads: 2
NOTE - if you looking at the settings and type loadprofile in chat, settings at chooses scroll will not load
you need ESC into game or change scroll menu to other, like addons, and then type in chat
Last edited by Marazota : 06/28/18 at 08:35 AM.
Report comment to moderator  
Reply With Quote
Unread 06/26/18, 07:42 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1519
Uploads: 2
skill Advisor - Off
this settings also wont load
Report comment to moderator  
Reply With Quote
Unread 06/21/18, 06:17 PM  
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 48
Uploads: 4
Re: Keybinds

Originally Posted by Imagawa
Request Feature :

Keybinds. They don't seem to copy into the saved profile.
It is a planned feature down the road. This addon is still fundamentally a proof of concept.
I just started with what annoyed me the most and I didn't give this addon the time it needed to expand on before I uploaded it to fulfill a request.
Last edited by SDPhantom : 06/21/18 at 06:20 PM.
Report comment to moderator  
Reply With Quote
Unread 06/21/18, 09:08 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1519
Uploads: 2
Re: Keybinds

Originally Posted by Imagawa
Request Feature :

Keybinds. They don't seem to copy into the saved profile.
you have Votan's Keybinder for that
Report comment to moderator  
Reply With Quote
Unread 06/21/18, 07:08 AM  
Imagawa

Forum posts: 0
File comments: 1
Uploads: 0
Red face Keybinds

Request Feature :

Keybinds. They don't seem to copy into the saved profile.
Report comment to moderator  
Reply With Quote
Unread 06/21/18, 03:29 AM  
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 48
Uploads: 4
Originally Posted by Marazota
Social - Chat Settings - Minimum Transparancy
i cant save or load this setting using an addon
Looks like that's being handled by a different system along with font size and chat colors. I'll have to move forward with the rewrite I had been thinking about. Unfortunately, it'll make the previous save file invalid.

I'm pushing out another stealthy upload that removes another debug line that's calling print(). On the user end, this doesn't visibly do anything. I have code on my end that rewrites the function to show messages in the chat window.
Report comment to moderator  
Reply With Quote
Unread 06/21/18, 12:38 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1519
Uploads: 2
Social - Chat Settings - Minimum Transparancy
i cant save or load this setting using an addon
Report comment to moderator  
Reply With Quote
Unread 06/20/18, 06:09 PM  
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 48
Uploads: 4
Snuck in another upload that removes a debug line that I forgot to delete. Nothing big, it just spammed addon load events to print(). Oops.
I don't need to bump the version number for this, do I?
This addon is already looking like it'll be the quickest to a 2.0 release in history.
Last edited by SDPhantom : 06/20/18 at 06:21 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: