• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

AncientOne's Custom Pathfinder Sheet

Sorry if I am dupe posting, but I can't seem to manage to search this thread and get results that contain the word that I'm looking for. Mainly, I was looking for the ability to customize the font in certain sections. As strange as it may sound, I like to have the stuff that I would fill in on a normal character sheet as a different font. I feel that it helps to break up the somewhat monotonous nature of a printed character sheet (and yes, I typically pick a handwriting'ish font for it). Is there anyway for me to achieve this? Either with maybe a picker of some kind on the output (or even changing code in the xsl)? I haven't had a chance to dig through the resulting HTML to see if the class differences exist for the handwritten parts.

Awesome sheet, BTW. I think you may finally be swaying me from my addiction to the old Art Turban e-Tools / RPGX sheet.
 
Mainly, I was looking for the ability to customize the font in certain sections. As strange as it may sound, I like to have the stuff that I would fill in on a normal character sheet as a different font. I feel that it helps to break up the somewhat monotonous nature of a printed character sheet (and yes, I typically pick a handwriting'ish font for it). Is there anyway for me to achieve this? Either with maybe a picker of some kind on the output (or even changing code in the xsl)? I haven't had a chance to dig through the resulting HTML to see if the class differences exist for the handwritten parts.

Thanks for the comments and suggestion, Ambush.

The short answer is "no"... the feature you're looking for doesn't exist right now (though I'm happy to add it to the Wish List). Of course, you could theoretically change anything if you're willing to edit the code for the sheet, but the HTML elements don't currently have classes to distinguish "populated" values from other values.
 
Version 4.5 of my custom sheet has been released through the auto-update mechanism. See the opening post of this thread for information about what is included.

Note the new "Sheet Style" option in the Control Panel. It allows you to create Statblock-formatted characters. In the future, it will have additional options (like "Pathfinder/PFS Standard" style).
 
I'll second the request for allowing the user to choose the font for filled spaces - not a necessary feature but one that would add considerable cosmetic value to the sheet, IMO.
 
Thanks for the comments and suggestion, Ambush.

The short answer is "no"... the feature you're looking for doesn't exist right now (though I'm happy to add it to the Wish List). Of course, you could theoretically change anything if you're willing to edit the code for the sheet, but the HTML elements don't currently have classes to distinguish "populated" values from other values.

Oof. That's a lot of hand-coding to be blown away on the next release. I think I can survive waiting until it makes it onto the active list (if ever). I mean, I'm good and all, I could handle the xsl part of that; but there's a LOT of fields to update. I've been meaning to dig into what you are doing on the sheet, but between work, relationships, and campaign, I haven't had the time. Guess the girlfriend has to go. ;)
 
First off, this is an awesome sheet AncientOne! It's so awesome that other members of the group are asking me to print their characters off using it rather than the plain ole auto-fill sheets they've been using.

I do have a question or small error to report that I didn't see covered here in the 9 pages of threads, but I could have easily missed it due to how many posts there are!

On every sheet that I print out (using the Google Chrome browser) the items that are supposed to be in containers like masterwork backpacks and handy haversacks are listed as "in no container" I've double and triple-checked in the portfolio on Hero Lab and the gear is IN those containers, yet it doesn't translate over to your sheet. Not sure if this is just my problem or if it's something that others have experienced.

Thanks!
 
Hmmm, I think I got a "grey screen of death" so to speak.

Hi chaos_co... can you give me any additional information? For example, does it happen only with a certain browser or certain character? Does the screen say anything at all?

Depending on the situation, I may need to see the generated .htm file or .xml file.
 
I found it...it has something to do with the "Trait Category" which is using "Skull & Shackles" instead of Skull & Shackles.
 
I found it...it has something to do with the "Trait Category" which is using "Skull & Shackles" instead of Skull & Shackles.

Thanks Imper1um. I'm seeing the same thing in output sent to me by other users too. It looks like the solution I put into place for dealing with the ampersand character doesn't work in all cases. :mad:

I'll follow up asap.
 
I like the idea of converting the data and rendering to a more manageable language, and there are some nice features in there. Great sheets overall.

I did some CSS hackery with user stylesheets in Firefox to spruce it up a bit, I've attached it in case someone is curious. Mainly consists of font tweaks, courtesy of Google Web Fonts. Also made the 0.5" margins be visible in the browser for the two first pages.

The one problem with @font-face is that not all browsers print those fonts. Firefox 14 and IE 9 are the only ones I've found to do it. Also, in Windows the fonts look pretty awful in the browser due to some Cleartype and type hinting issues, but fortunately they look great in print.
 

Attachments

Possible bug in gear section

For some reason when the character sheet shows the gear section, it calculates and displays the number of items and the weight of those items in the correct containers. However all of the actual contents show under "Gear in No Container". So I see something like this:

Backpack (13 @ 16 lbs)
Qty Item Weight Cost
empty
Pouch, belt (5 @ 7.66 lbs)
Qty Item Weight Cost
empty
Gear In No Container
Qty Item Weight Cost
1 Backpack (13 @ 16 lbs) 2 lbs 2 GP
1 Bedroll 5 lbs 1 SP
10 Bolts, Crossbow
... etc
 
For some reason when the character sheet shows the gear section, it calculates and displays the number of items and the weight of those items in the correct containers. However all of the actual contents show under "Gear in No Container". So I see something like this:

...snip...

Yes... I don't like it either, but it isn't the sheet that's calculating the number of items and the weight. Hero Lab itself is putting that information into the name of the container so, to the sheet, it looks like your backpack is actually an item named "Backpack (13 @ 16 lbs)". The best I could do would be to look for the pattern "(xx @ xx lbs)" and strip it off.

See the tips & faq post in this thread for more about the "Gear in No Container".
 
Request: Add in the ability to switch Tracked Resources between "Maximum/Used" and "Boxes", like the PDF Printout that HL does.
 
Back
Top