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:248
Total downloads:19,956
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 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/26/18, 07:42 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 260
File comments: 1521
Uploads: 2
skill Advisor - Off
this settings also wont load
Report comment to moderator  
Reply With Quote
Unread 06/28/18, 12:12 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 260
File comments: 1521
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/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 07/02/18, 07:42 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 260
File comments: 1521
Uploads: 2
hmm i dont understand - so how i can disable skill advisor globally?
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/09/18, 10:22 PM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 260
File comments: 1521
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/10/18, 03:05 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 260
File comments: 1521
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/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/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/26/18, 04:41 AM  
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 48
Uploads: 4
Originally Posted by SlippyCheeze
wishlist, or maybe bug: the "Social > Chat Settings > Minimum Transparency" value is not transfered as part of the profile.
Many of the chat system settings such as colors, transparency, and font size are handled outside of the options system. This is being worked on for the next version.



Originally Posted by SlippyCheeze
Also, it would be nice if I could have a mechanism to say, more or less, "always link this profile on all characters, please."
I'll at least look into it.
Report comment to moderator  
Reply With Quote
Unread 08/15/18, 06:38 PM  
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 48
Uploads: 4
The Chat module is working now. In addition to taking care of the currently unsupported settings in the options panels, it also saves your tabs and their settings as well. I'm taking another look at the Keybind module. I have more work to do on it and I'm also putting the finishing touches on save data migration.
Report comment to moderator  
Reply With Quote
Unread 08/31/18, 09:05 PM  
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 48
Uploads: 4
Since I'm on a semi-hiatus currently, I decided to upload what I've done so far. There are a bunch of changes, be sure to read the change log if interested and at the very least, the descriptions for updated commands.
Last edited by SDPhantom : 08/31/18 at 09:06 PM.
Report comment to moderator  
Reply With Quote
Unread 09/02/18, 03:55 AM  
syzgod

Forum posts: 46
File comments: 239
Uploads: 0
It actually de-activates my LUI add-on somehow.
Report comment to moderator  
Reply With Quote
Unread 09/02/18, 05:55 PM  
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 48
Uploads: 4
Originally Posted by syzgod
It actually de-activates my LUI add-on somehow.
It was a returning issue from 1.0/1.1. I forgot to add a line in the settings hook that was supposed to address this. Oops, fixed now.
Last edited by SDPhantom : 09/02/18 at 05:58 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: