• 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

Post Links to your Custom Sheets here

I downloaded sebacore's ZIP archive and ran the 'Character Sheet.hl' file - HL asked me if I wanted to import the custom output, and created a 'Sheet' dir under C:\ProgramData\Hero Lab\customoutput\pathfinder. However, when I go to Save Custom Output (after restarting HL) I only see the 4 default options. Anyone else run into difficulties getting HL to recognize the presence of a custom output option?
 
I only see the 4 default options. Anyone else run into difficulties getting HL to recognize the presence of a custom output option?
If you have 4 then you have it. The default is actually 3 (Sample Statblock, d20Pro Output, and Generate XML File). The Pathfinder one is sebacore's actually. He hasn't gotten around to changing the desc or anything yet is all.
 
Hi folks,

Whenever I try to use the Save Custom Output option with "Pathfinder Statblock" and "Sample Statblock", after I am prompted to save the file on the disk, an error message appear that reads:

"An error occurred while transforming the input file: The transformed file could not be written to disk."

Help!
 
If you are using Windows 7 then you need to save it somewhere within your user profile. Probably in your Documents folder (C:\Users\<username>\Documents). If you are accidentally trying to save it to somewhere in C:\Program Files, you won't have the ability to write the file there, even if you're a local admin.

There should be a Hero Lab folder in your Documents folder.
 
Updated version of the Pathfinder sheet.

Added:
Pages for full feat and special abilities description.

To Do:
Spells
Hero Points

Feedback??

Is there a way to make it so our Portraits show up?

Also Dex Mod for Init is not showing up or Traits or the stats for the armor.

It needs some tweaking, might take a look at it this weekend.
 
Last edited:
For most of the stuff that doesn't show up it's because the field isn't being exported at the moment. Right now all armor has is the name, the ac, and if it's equipped.

So once more fields are available I will add those. I can add the portrait as well.
 
The fonts are a bit on the tiny side in a lot of cases, though I think that's pretty easy to tweak on an individual preference basis. The work is pretty darned good thus far. Please keep it up as it's greatly appreciated.
 
Some thoughts from my time working on RPGXplorer sheets.

-You can take and create variables up front and use those to set options like Include Feat Description or Include Spell List. Descriptions are one of those things that as you get used to a feat, power, ability, etc, you won't always need it (because you'll know it by heart).

-You may want to keeps Spell Lists separate. Make a completely different XSL for it as someone may not want to reprint their spell list every time they print their character.

I'm sure that I'll come up with more stuff as time goes on (and when I've had more time to look at sheets). I'm glad to see people taking the time to get these things going.
 
Some thoughts from my time working on RPGXplorer sheets.

-You can take and create variables up front and use those to set options like Include Feat Description or Include Spell List. Descriptions are one of those things that as you get used to a feat, power, ability, etc, you won't always need it (because you'll know it by heart).

-You may want to keeps Spell Lists separate. Make a completely different XSL for it as someone may not want to reprint their spell list every time they print their character.

I'm sure that I'll come up with more stuff as time goes on (and when I've had more time to look at sheets). I'm glad to see people taking the time to get these things going.

Thanks. I'm still learning the full ins and outs of XSL. I think the Include Feat Descriptions could be cool. I just have no clue how to do it at this point.

But it is fun learning.
 
I think the Include Feat Descriptions could be cool. I just have no clue how to do it at this point.
Been thinking about this and a few other features and here is an idea that should work. The raw XML that HL produces has every "Source" that was checked marked in the "Configure Your Hero".

So their is by default a Source that says "Show Feat/Ability Descriptions" and this prints in with all the rest of the Sources. So XSLT has a function for doing a Scan/Search called Contains. Which Returns true if string1 contains string2, otherwise it returns false
Example: contains('XML','XM')
Result: true


So if we expand that to the following:
Code:
<xsl:if test="contains(@source,'Show Feat/Ability Descriptions') ='true'">
<!-- If TRUE then process printing Full Desc Text -->
</xsl:if>
FYI I don' know if @source is the correct name of the element but that is easy to figure out.

Otherwise this says only if we can find the wording of Show Feat/Ability text then go ahead and do the full print page.

I was also thinking then that we can easily make up new Source options using a .user file and that can be combined together with the Custom Output using the HLExport tool.

So could have another for Full Spell Book. It could get really fancy with the controls. Well at least those where my thoughts so far but no time to do any Proof of Concept yet. :)
 
ShadowChemosh; said:

I think that could work really well. Having more options is always better. I was thinkingnof breaking some things out as well.

Have a standard first sheet with just feat/etc names. Then make another output that is only feats with full descriptions. One for spells, special abilities, all that sort of stuff. I think that having the things be more modular would be helpful as you can print out only what you would need.

I'm also trying to think of some other cool output types not based on the standard sheet. I'm excited to see some of these new changes coming next week.
 
I think that could work really well. Having more options is always better. I was thinkingnof breaking some things out as well.

Have a standard first sheet with just feat/etc names. Then make another output that is only feats with full descriptions. One for spells, special abilities, all that sort of stuff. I think that having the things be more modular would be helpful as you can print out only what you would need.

I'm also trying to think of some other cool output types not based on the standard sheet. I'm excited to see some of these new changes coming next week.
that would be cool. Is it possible to get a standard type of (Pathfinder sheet style) spell sheet where we can check the spells currently memorized from a full listing of spell and have the full description of the spell be separate?
 
I think this is great, just added it to my portfolio.

One thing, when printing the whole portfolio, characters are appended to the last page of the previous character.

Also I hope they add the attribute to show where an item is stored as my group is using that aspect heavily at the moment.
 
Hopefully with the new Update to the Character output Character sheets can now be made with what I am looking for.

Still looking to get a Character sheet that looks like the Pathfinder Society one.
 
I tried out sebacore's sheet, but it doesn't seem to be working for me. It appears to have imported alright, and it shows up in the list as an option. But when I click it it creates the html and opens in the browser but it's completely blank. I'm kinda new to Herolab, so I'm surely just doing something wrong. Anyone have any ideas what that might be?
 
Back
Top