Download
(5 Kb)
Download
Updated: 06/12/18 01:52 PM
Pictures
File Info
Compatibility:
Summerset (4.0)
Dragon Bones (3.3)
Clockwork City (3.2)
Horns of the Reach (3.1)
Morrowind (3.0)
Homestead (2.7)
One Tamriel (2.6)
Shadows of the Hist (2.5)
Dark Brotherhood (2.4)
Thieves Guild (2.3)
Orsinium (2.2.4)
Updated:06/12/18 01:52 PM
Created:02/28/15 04:06 PM
Monthly downloads:22
Total downloads:8,447
Favorites:16
MD5:
CharDump  Popular! (More than 5000 hits)
Version: 0.47
by: Ghulfield [More]
Version 0.47

Whenever you want to do a complete respec - either to try a different build or because of a major update - it is very helpful to have an overview over your current skillset including the choice of skill morphs. CharDump writes a summary of the number of skill points and champion allocated.

The TESO API doesnīt offer file i/o, itīs not possible to copy from the chat window or a text buffer, and multiline edit fields are too limited in size. Therefore I output the character sheet as saved variables (if anyone else has a different idea, please let me know).

Usage: install the AddOn, log in with your character and type "/dumpchar".
You will find your character sheet in <ESO dir>/live/SavedVariables/CharDump.lua.
You may need to log out with the character to make ESO actually write the data.
Repeat this for all your characters.

Commands:
/dumpchar or /chardump write character

/dumpchar_showchat or /chardump_showchat enable output to chat (default: on)
/dumpchar_hidechat or /chardump_hidechat disable output to chat

/dumpchar_showtext or /chardump_showtext enable output separate text window (default: off)
/dumpchar_hidetext or /chardump_hidetext disable output to separate text window

/dumpchar_allskills or /chardump_allskills show all skills, not just the ones learned
/dumpchar_learnedskills or /chardump_learnedskills show only skills learned

Known restrictions: There is no localisation, so if your game is set to any other language than English the output will be mixed-language.
Changes from V0.46 to V0.47 (12.6.2018):
- no change required, just changed API version from 20 to 23; testet with Psijic skills + jewelery crafting

Changes from V0.45 to V0.46 (16.8.2017):
- no change required, just changed API version from 19 to 20

Changes from V0.44 to V0.45 (25.5.2017):
- no change required, tested with warden, just changed API version from 18 to 19

Changes from V0.43 to V0.44 (15.03.2017):
- no change required, just changed API version from 17 to 18

Changes from V0.42 to V0.43 (05.10.2016):
- no change required, just changed API version from 16 to 17

Changes from V0.41 to V0.42 (11.08.2016):
- no change required, just changed API version from 15 to 16

Changes from V0.4 to V0.41 (06.05.2016):
- changed API version from 14 to 15
- output CP instead of veteran level

Changes from V0.32 to V0.4 (27.02.2016):
- changed API version from 13 to 14
- introduced alias /chardump for /dumpchar

Changes from V0.31 to V0.32 (9.10.2015):
- no change required, just changed API version from 12 to 13

Changes from V0.3 to V0.3.1 (16.8.2015):
- corrected packaging error

Changes from V0.2 to V0.3 (11.8.2015):
- no change required, just changed API version from 11 to 12

Changes from V0.1 to V0.2 (4.3.2015):
- bugfix: level now displayed correctly for non-veteran characters
- added timestamp to ouput
- added Champion output
- added options to enable and disable output to chat window
- added text buffer window
- added options to enable and disable output to text window
- added options to enable and disable output of skills not yet learned
Optional Files (0)


Archived Files (14)
File Name
Version
Size
Uploader
Date
0.47
5kB
Ghulfield
06/12/18 01:42 PM
0.46
5kB
Ghulfield
08/15/17 05:26 PM
0.45
5kB
Ghulfield
05/25/17 08:28 AM
0.44
5kB
Ghulfield
03/14/17 07:41 PM
0.43
5kB
Ghulfield
10/05/16 02:35 PM
0.42
5kB
Ghulfield
08/10/16 06:47 PM
0.41
5kB
Ghulfield
06/27/16 03:28 PM
0.4
5kB
Ghulfield
03/07/16 01:42 PM
0.3.2
5kB
Ghulfield
11/04/15 02:02 AM
0.3.2
6kB
Ghulfield
11/02/15 02:14 PM
0.3.1
6kB
Ghulfield
08/16/15 07:09 AM
0.3
6kB
Ghulfield
08/11/15 01:50 PM
0.2
5kB
Ghulfield
03/03/15 07:11 PM
0.1
3kB
Ghulfield
02/28/15 04:06 PM


Post A Reply Comment Options
Unread 06/12/18, 02:53 PM  
Ghulfield
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Re: Addon Request: Any chance to add total skill points?

Originally Posted by Sp00sty
Thank you for this Addon, it really helps during major patches.

Is there any chance you could add total skillpoints to the header at the beginning of every character? I was trying to answer a question about skill points and it would save me having to log into each character for just that number.

Code:
[0] = "Character sheet for ####### (529 CP Templar)",
                        [1] = "5/21/2017 09:02:55",
                        [2] = "Attribute points spent:  ",
                        [3] = "Health:   0",
                        [4] = "Magicka:  64",
                        [5] = "Stamina:  0",
Just had a look at your suggestion. Unfortunately I cannot find any function to retrieve the total number of skill points (or the number of spent skill points) - there is only a function for the number of _available_ skill points. Feel free to check if I missed something, if so, Iīll update the AddOn.
Report comment to moderator  
Reply With Quote
Unread 06/12/18, 01:44 PM  
Ghulfield
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Re: Error in Version 0.46

Originally Posted by Snow
Version 0.46 did not work for me - giving LUA Errors when using the slash commands.
Then I think I found a typo in Line 444 of CharDump.lua
Code:
EVENT_MANAGER:RegisterForEvent(CharDump.name, EVENT_ADD_ON_LOADED, OnAddOnLoaded)
In Line 21 the var seems to be defined as CharDump.Name, so I replaced CharDump.name with CharDump.Name
in Line 444 and the addon worked as expected.

Thank You for this addon.
I do not get any API errors, but I made the suggested change in version 0.47 anyway, maybe it makes a difference for you.
Report comment to moderator  
Reply With Quote
Unread 08/27/17, 01:38 AM  
Snow

Forum posts: 0
File comments: 66
Uploads: 0
Error in Version 0.46

Version 0.46 did not work for me - giving LUA Errors when using the slash commands.
Then I think I found a typo in Line 444 of CharDump.lua
Code:
EVENT_MANAGER:RegisterForEvent(CharDump.name, EVENT_ADD_ON_LOADED, OnAddOnLoaded)
In Line 21 the var seems to be defined as CharDump.Name, so I replaced CharDump.name with CharDump.Name
in Line 444 and the addon worked as expected.

Thank You for this addon.
Report comment to moderator  
Reply With Quote
Unread 08/16/17, 06:08 AM  
Geraintmawr

Forum posts: 2
File comments: 74
Uploads: 0
API Bump

These API bumps must be a very easy change, but they seem to be coming quick and fast these days! So thanks for doing the little things!!

In this phase of ESO, once mighty addons are being tweaked, rewritten and just plain not supported by other coders. Keep it up and thanks for a great addon. Even though it does not improve my dps or rotations it contributes so much, like the loss of anxiety over losing my build(s)!

Report comment to moderator  
Reply With Quote
Unread 06/20/17, 04:25 PM  
Sp00sty

Forum posts: 67
File comments: 172
Uploads: 0
Addon Request: Any chance to add total skill points?

Thank you for this Addon, it really helps during major patches.

Is there any chance you could add total skillpoints to the header at the beginning of every character? I was trying to answer a question about skill points and it would save me having to log into each character for just that number.

Code:
[0] = "Character sheet for ####### (529 CP Templar)",
                        [1] = "5/21/2017 09:02:55",
                        [2] = "Attribute points spent:  ",
                        [3] = "Health:   0",
                        [4] = "Magicka:  64",
                        [5] = "Stamina:  0",
Last edited by Sp00sty : 06/21/17 at 12:19 AM.
Report comment to moderator  
Reply With Quote
Unread 03/14/17, 07:40 PM  
Ghulfield
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Re: So glad I found this mod!

Originally Posted by Jason20910
Hello, I just wanted to post a comment to say I am so happy I found your mod. I posted on the ESO forums looking for something just like what your mod does and fortunately someone pointed me to your mod. I had been searching like crazy but did not find your mod on my own. This worked perfect!

I did have one minor question though. The mod displays a chardump window which I have not figured out how to remove. For now I am just disabling the mod except when I need it; perhaps that is your intent all along?

Anyway, again, thank you for creating this. You have made my day and saved me from doing a ton of screenshots to try to capture how my skill points are spent.
Use /dumpchar_hidetext to hide the text window. Sorry, did not see your question, so this answer took way too long...
Report comment to moderator  
Reply With Quote
Unread 11/04/16, 05:36 PM  
Jason20910

Forum posts: 0
File comments: 14
Uploads: 0
So glad I found this mod!

Hello, I just wanted to post a comment to say I am so happy I found your mod. I posted on the ESO forums looking for something just like what your mod does and fortunately someone pointed me to your mod. I had been searching like crazy but did not find your mod on my own. This worked perfect!

I did have one minor question though. The mod displays a chardump window which I have not figured out how to remove. For now I am just disabling the mod except when I need it; perhaps that is your intent all along?

Anyway, again, thank you for creating this. You have made my day and saved me from doing a ton of screenshots to try to capture how my skill points are spent.
Report comment to moderator  
Reply With Quote
Unread 11/04/15, 02:55 PM  
Ghulfield
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Re: U made a tiny boo-boo

Originally Posted by tQsti
Greetings Sir,

I would like to point out 2 tiny errors:
  • The Changelog & Releasenotes files are still present with their original .txt extension, so these 2 will obviously pop-up in between the list of ones loaded Addons..
  • In the new Changelog it says "changed API version from 11 to 12", but I assume this should be from 12 to 13..

Anyhows, thanks again for updating/maintaining the Addon!
Thanks for pointing this out to me.
Fixed both issues.
Report comment to moderator  
Reply With Quote
Unread 11/04/15, 01:25 AM  
tQsti
 
tQsti's Avatar

Forum posts: 0
File comments: 25
Uploads: 0
U made a tiny boo-boo

Greetings Sir,

I would like to point out 2 tiny errors:
  • The Changelog & Releasenotes files are still present with their original .txt extension, so these 2 will obviously pop-up in between the list of ones loaded Addons..
  • In the new Changelog it says "changed API version from 11 to 12", but I assume this should be from 12 to 13..

Anyhows, thanks again for updating/maintaining the Addon!
Report comment to moderator  
Reply With Quote
Unread 08/29/15, 12:31 PM  
Ghulfield
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Re: never-mind. *i* was my problem ;)

Originally Posted by tom23rd
i thought i had a problem with the plugin, but apparently the problem was with my attention span/critical reading skills was typing /chardump instead of /dumpchar as was clearly written in the instructions.

my own idiocy aside, great plugin, saves lots of note-taking by hand
Believe it or not - it happens to me as well. Maybe I should change the addon name...
Report comment to moderator  
Reply With Quote
Unread 08/29/15, 09:06 AM  
tom23rd

Forum posts: 0
File comments: 2
Uploads: 0
Talking never-mind. *i* was my problem ;)

i thought i had a problem with the plugin, but apparently the problem was with my attention span/critical reading skills was typing /chardump instead of /dumpchar as was clearly written in the instructions.

my own idiocy aside, great plugin, saves lots of note-taking by hand
Last edited by tom23rd : 08/29/15 at 09:17 AM.
Report comment to moderator  
Reply With Quote
Unread 08/16/15, 07:29 AM  
Ghulfield
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Fixed packaging

Originally Posted by svan
Wrong zipping in 0.3 giving a directory "CharDump-0.3" instead of "CharDump"

Thanx for this great addon
Oh well... itīs been way too long since I uploaded the last version.

Thanks a lot for pointing this out to me - fixed it!
Last edited by Ghulfield : 08/16/15 at 07:29 AM.
Report comment to moderator  
Reply With Quote
Unread 08/13/15, 04:32 PM  
svan

Forum posts: 0
File comments: 209
Uploads: 0
Wrong zipping in 0.3 giving a directory "CharDump-0.3" instead of "CharDump"

Thanx for this great addon
Report comment to moderator  
Reply With Quote
Unread 03/04/15, 08:16 AM  
Ghulfield
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Originally Posted by Ghulfield
Originally Posted by dominoid
If you create a custom textbox frame, the user can still CTRL-C the box to copy it to clipboard.
Thanks for the hint. Iīll try that and if it works I will implement a second output option in the next version.
Tried to implement it.
Unfortunately one can write large strings to textbox-widgets, but selection of text is not possible. For multiline edit widgets copy and paste works, but the string length is limited to 1024 characters, which is by far too little. Therefore, no copy & paste for now
Report comment to moderator  
Reply With Quote
Unread 03/01/15, 11:12 AM  
Ghulfield
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Originally Posted by dominoid
If you create a custom textbox frame, the user can still CTRL-C the box to copy it to clipboard.
Thanks for the hint. Iīll try that and if it works I will implement a second output option in the next version.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: