[ D&D 5th ] Character Sheet Framework v0.5a

Framework(s) for D&D 5e.

Moderators: dorpond, trevor, Azhrei, giliath, Gamerdude, jay, Mr.Ice

Post Reply
reonZ
Kobold
Posts: 12
Joined: Wed Oct 19, 2011 5:46 pm

[ D&D 5th ] Character Sheet Framework v0.5a

Post by reonZ »

Hello everyone,

Planning to play the 5th edition of D&D with some friends through MapTool, I though it would be a good idea for me to finally try my way with MapTool scripting and build a "proper" framework and I thought it would be nice to share it with the community since I myself used some frameworks found here for other games.

First of all I have to warn you all that I am a novice when it comes to coding, so the work will be far from perfect obviously, this is just the beginning of the project right now, but I really want to go further with it ; Little as it is right now, it still took me a lot of hours (think i can count in days now :o) to make it this far and it was everything but easy to be honest, I struggled a lot.

Shoutouts
I would like to give names before introducing the project itself
- DeviantNull: My character sheet design and mechanics were strongly inspired (if not copied for some part) by his work on his D&D 4th framework, so big big props to him.
- aliasmask: For his RPedit without which I would have had ended up bald from constant hair-pulling.
- Raoden: And his Token Manager which helped me a lot since I am not using the token properties from the campaign properties menu, everything is set with setProperty()


Project
Ok, time to talk about the thing itself
So this is a character sheet based framework, everything is done from the sheet and there is no external macro (well there will be none in the end, during the process of building the framework, there might be one or two depending on how far some feature are implemented), the user fill some forms with his character basic information and the framework works as much calculations as possible, hopefully more and more in the future.


Features
Here are some of the features you can find in the framework
- Tooltips: This was one of the main thing I wanted on my framework, when there is a roll, there is a tooltip showing every steps of the calculation, same thing on the sheet where you can see the details of some results displayed there
- Form Checking: Every time (unless a mistake on my part) the user fills a form, each field is individually checked to match with the required information (i.e. Number, String, etc..), if there is a mistake, it is simple skipped and the rest is processed without hindrance, there is no crash, no MapTool errors and the wrong information is not recorded anywhere so a mistake from the user can't mess with the framework (this is how it should be anyway, there is always bugs or mistakes possible scenarios)
- Bonus Interpretation: Most of the time, when you make a check, there is a bonus/malus field ; you can fill it with more than a number, you can use an expression of 4 parts maximum without spaces and the proper syntax (ex: 1d6+4-2d4+8)
- Advantage & Disadvantage: The framework manage entirely the advantage and disadvantage system from the 5th edition
- Equipment Manager: This tool will entirely manage the character equipment within containers (such as bags ; there is a main container called "Character" which you can't edit nor delete : and if you delete a full container containing items, all the items will be tranfered in the main container), for the moment, only containers, armors and shields are implemented and the AC calculator in the Main tab is already using them, later weapon will be used by the Attack calculator which will appear in the Main tab as well, there will be a weight manager as well included
- Stat Sheet: This framework will use its own stat sheet system, the frame already exist but is of no use as of now, will work on it later
- Token self-administration: There is no work to be done on the token itself from the user nor the GM, you put an image token on the board and select it, the option to make it a Character Token or anything else will be prompt in the Sheet, once you chose which one you want to create, the token will be pre-formatted to match any requirement of the framework, character tokens will also be equipped of 2 macros in case the user close the character sheet or the stat sheet
- Monster Parser: Allow the gm and clients to copy/paste the content of the playtest bestiary.pdf into the framework (should also work with some campaign pdf but not 100% trustworthy), doing so will create a monster token "properly" formatted and ready to use.


Screenshots
Sheet Tabs
ImageImage
Monster Parser
ImageImage
Edit Dialogs
ImageImageImageImage
Use Dialogs
ImageImageImageImage
Some Tooltips
ImageImageImageImage

Version
MapTool Version: 1.3.b87 (Stack Size: 3)
Last version is 0.5a (not fully tested)
Version 0.5a
Tweak: You should be able to parse monster from the campaign pdf aswell now, but the result is definitely not guaranteed and it was barely tested.
Version 0.5
Added: Monster parser: fully usable but not yet editable (you have to use the monster as you paste it from the bestiary) ; since there is some irregularities in the pdf, I had to manually take care of them, consequently there is a strong possibility that some may have slipped through the crack.

Maptool: Due to some looping calculation for the parser, you have to set your Maptool stack size to 3 ; otherwise, you will encounter a stack overflow error with certain monsters.
Image


Notes
About the monster parser, you can only paste it from the playtest bestiary.pdf, meaning that any monster not in it and found in campaign for example won't do, because of the peculiar formatting of the pdf, it is too specific to be generic. Also I didn't make the editing possible yet, it will take a bit of work and I want to go back to the character sheet now.

Known monsters that are not correctly parsed :
- Yuan-ti, Halfblood (too much work to do for this one due to its formatting, will see that later)

Next step:
Will now go back to the character sheet, add the weapons in the equip tab and link it to the attack table (not yet showed) in the main tab.
Last edited by reonZ on Fri May 17, 2013 12:08 pm, edited 6 times in total.

reonZ
Kobold
Posts: 12
Joined: Wed Oct 19, 2011 5:46 pm

Re: Framework D&D 5th (Character Sheet edition)

Post by reonZ »

Reserved

reonZ
Kobold
Posts: 12
Joined: Wed Oct 19, 2011 5:46 pm

Re: [ D&D 5th ] Character Sheet Framework v0.5

Post by reonZ »

Version 0.5
Added: Monster parser: fully usable but not yet editable (you have to use the monster as you paste it from the bestiary) ; since there is some irregularities in the pdf, I had to manually take care of them, consequently there is a strong possibility that some may have slipped through the crack.

Maptool: Due to some looping calculation for the parser, you have to set your Maptool stack size to 3 ; otherwise, you will encounter a stack overflow error with certain monsters.


Version Note:
- Nothing to change from version 0.4
- There is a strong possibility that some monsters are not properly parsed because of irregularities, if so, please give me the name of the monsters that are not working and I will try to make the changes manually for them as much as I can.

______________


Version 0.5a
Tweak: You should be able to parse monster from the campaign pdf aswell now, but the result is definitely not guaranteed and it was barely tested.

Version Note:
Due to some complaining from my game master about the impossibility to parse monsters from the campaign pdf, I made this fast tweak which surprisingly seems to work in some way.

This is really a fast fix, there will be bugs and strange results for sure, but I don't want to spend more time on it right now.

User avatar
nolgroth
Dragon
Posts: 441
Joined: Fri Sep 21, 2007 6:10 pm

Re: [ D&D 5th ] Character Sheet Framework v0.5a

Post by nolgroth »

The link is dead. Are you still developing this? I liked the screenshots and would like to have seen more of it.

User avatar
booga
Dragon
Posts: 365
Joined: Fri Dec 14, 2007 9:00 am

Re: [ D&D 5th ] Character Sheet Framework v0.5a

Post by booga »

Same here, I'd like to try this framework but the current Googledrive link is dead. Can you upload it again Reonz? If someone else got a chance to download it, an alternate link would also be great.

User avatar
engelrie
Kobold
Posts: 9
Joined: Thu Apr 16, 2015 11:35 am

Re: [ D&D 5th ] Character Sheet Framework v0.5a

Post by engelrie »

Does anyone have a copy of this framework available for download?

CixrTyx
Cave Troll
Posts: 38
Joined: Thu Aug 26, 2010 2:54 pm

Re: [ D&D 5th ] Character Sheet Framework v0.5a

Post by CixrTyx »

Download link doesn't work please link, thank you.

User avatar
Sereptus
Giant
Posts: 123
Joined: Tue Jun 07, 2011 12:08 pm
Location: Canada

Re: [ D&D 5th ] Character Sheet Framework v0.5a

Post by Sereptus »

Yap! Would be cool to test this! Please make a working link! :D
OOOHH RegEx....YOU BITTER-SWEET BEAST!!!

User avatar
Full Bleed
Demigod
Posts: 4736
Joined: Sun Feb 25, 2007 11:53 am
Location: FL

Re: [ D&D 5th ] Character Sheet Framework v0.5a

Post by Full Bleed »

Guys... this is a 4.5 year old framework that the author never even developed to a Version 1... with a link that's been dead for *at least* 3 years.

You might want to bark up one of the other 5e framework trees that's actually active.
Maptool is the Millennium Falcon of VTT's -- "She may not look like much, but she's got it where it counts."

User avatar
jackolas
Cave Troll
Posts: 28
Joined: Tue Apr 16, 2013 8:19 am
Location: Netherlands
Contact:

Re: [ D&D 5th ] Character Sheet Framework v0.5a

Post by jackolas »

I'm already working as fast as I can to finish mine.
Think i will upload the beta version. just gimme a couple of days

User avatar
Full Bleed
Demigod
Posts: 4736
Joined: Sun Feb 25, 2007 11:53 am
Location: FL

Re: [ D&D 5th ] Character Sheet Framework v0.5a

Post by Full Bleed »

jackolas wrote:I'm already working as fast as I can to finish mine.
Think i will upload the beta version. just gimme a couple of days
Yeah... and yours is looking quite promising, too.

I think you're going to make a few 5e gamers quite happy.
Maptool is the Millennium Falcon of VTT's -- "She may not look like much, but she's got it where it counts."

kamalsai
Kobold
Posts: 1
Joined: Fri Dec 01, 2017 12:16 am

Re: [ D&D 5th ] Character Sheet Framework v0.5a

Post by kamalsai »

Me also used make custom made character sheet but after few days I am falling in love with ready-made character sheet from this website http://dnd5echaractersheet.com/

Post Reply

Return to “D&D 5e Frameworks”