• 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

Dragnmoon

Well-known member
Hey all lets those who made Custom sheets post them here! If anyone have an requests they would like to put out there that someone may be willing to pick up go ahead and post that at here also.


I am to busy to work on my own at the moment but if anyone out there could make or have already made sheets that look more like Paizo's that would be great, also a sheet that matches the PFS one would be great to.

Also sheets that post full Feat/Trait descriptions would be good to.
 
Last edited:
So I have been playing around more with the Custom Sheets and I have a newer version I thought I would put out there.

This is by no means perfect at all yet so please keep that in mind when checking it out. But I thought it would help show that some people are working on them and see them progress along. I also thought maybe stuff I have done could help out others. *shrugs*

So as of yet I am still working mostly on a overall design that matches HL as I am still learning and I at least found it hard to do massive changes to the sheet. So one that matches Official Pathfinder at least for me is still some time away.

Anyways HERE is the link to my gaming groups wiki page where you can download the little .hl import file. So installing is now very simple as you just double click on the file and it imports correctly into your computer's Pathfinder output folder. After that start HL Pathfinder and go to "File->Save Custom Output...". On the new window select "Shadow d20 vX.X" Custom HTML character sheet and press Output.
 
Here is what I am working on. It isn't nearly done but I have been focusing pretty much solely on the formatting. I don't have the actual files with me, @ work, but I'll get them up soon
 

Attachments

Here is what I am working on. It isn't nearly done but I have been focusing pretty much solely on the formatting. I don't have the actual files with me, @ work, but I'll get them up soon
Wow! That is really nice sebacore. Looks a 100 times better that what I have been able to play around with. Now I feel a little embarrassed about my few tweaks. :p :)

I really like the layout of the weapons. It was what I wanted to do but only just started using CSS to put boxes and stuff around everything. I still break allot of stuff when I make changes. So be really great to be able to see how you did what you did.

So if you can share what you have it would be sweat. I know some of my players would love a new sheet for gaming. :)
 
Sure, once I get home I'll send what I have. I"m a little stuck on how I want to do the second page. I was thinking just gear and a "true" statblock for any mounts or familiars. Third page Feats with full description and fourth page spells?

Just not sure yet.
 
It looks awesome, one thing I found... When I try to print it, I can't get the armor blocks to print on the first page, they default to the second page, even when there is room for them on the first.

But it looks amazing!
 
Ah... Well that explains it... As I said awesome sheet, and one I would be happy to use... Now at work and can't double check - did it have a place for hero points?
 
Sure, once I get home I'll send what I have. I"m a little stuck on how I want to do the second page. I was thinking just gear and a "true" statblock for any mounts or familiars. Third page Feats with full description and fourth page spells?

Just not sure yet.

I think that the format you have is awesome to say the least. Having the 2nd, 3rd and 4th page set up the way you mention above is a good way to do the rest of them. I am looking forward to seeing these tonight when they can be imported in to the Hero Lab software. (Removing that page block so the armor does not default to the second page would not be bad either hehe) :)

THANKS!! :D
 
Damn I knew there was something missing there. I'll go back and add that.


I am finishing up on gear/encumbrance/money/special abilities/exp.

Starting on putting a minion stat block as there is a lot of open space on this one page.
 
Damn I knew there was something missing there. I'll go back and add that.


I am finishing up on gear/encumbrance/money/special abilities/exp.

Starting on putting a minion stat block as there is a lot of open space on this one page.

With the special abilities though you might want to leave some extra room as Special abilities can take tons and I mean tons of space even spilling over to another page. I would rather have a full explanation of all the special abilities then having the explanation being cut off like it is currently on the regular output that we had before all the custom stuff with hero labs :)

Maybe even having Special abilities and the feat explanation be on separate pages?? :)

Would you mind, by the way if I dig in to the sheet itself and maybe make some personal changes to it and the like later on?? Maybe even learn how to do the sheet the way you did?? I am a HUGE fan and do not want to make any changes without permission hehe. :)

THANKS!!
 
That is a good idea. The feats will show the whole description and some of those can be extremely long. At the moment I just have a short one line per ability. So it is just a list. I am planning on a page that is the full feat/special ability description. Then probably a page for spells.

And yes change it how ever you would like. That's how I learned how to do this stuff. That and staring at table within table within table and losing my place haha.
 
Ok, I'm at a loss and can't find the instructions for doing so anywhere, but how do you get new custom outputs to show in HL? I've added it to the customoutput folder, but nothing...

EDIT: Nevermind... just figured it out. Unfortunately I use only d20...
 
Last edited:
Ok, I'm at a loss and can't find the instructions for doing so anywhere, but how do you get new custom outputs to show in HL? I've added it to the customoutput folder, but nothing...

You download the ones that were meant as a custom sheet and not a preview. The first link by Sebacore is a preview only. The one by Shadowchemosh is an executable file as is the second one by Sebacore. You double click them in the folder from which you downloaded them too but make sure that Hero Labs is closed before you do. Then open Hero Labs up and a portfolio (or create one) and go to "file"... go to "save custom output" For Shadowchemosh's select Shadow D20 v1.1 and for Sebacores Select Pathfinder Character Sheet. Then click the button output and save the file where you would like it and viola you have your character done :)

Hope this helps?
 
I figured it out, thanks. I was thinking d20 and it was dowloaded into pathfinder, which is why I couldn't find it. In the process of making my own XSLT sheet for my d20 D&D game, and wanted to have a look at their implementations. As I remember XML and XPath, it is a work of some time, currently looking for a WYSIWYG XSL editor.
 
currently looking for a WYSIWYG XSL editor.
If you find one please share. The free ones I have found so far do allow you to combine the data XML to the XSL but its not really visual. You make your changes in the XSL then press a button and it creates/updates your .html file. Then you have to tell the browser to re-fresh to actually see the what the change just did.

So far its been easier to make the change in a text editor and then tell HL to generate again as it overrides the .html file and calls the browser for you.
 
If you find one please share. The free ones I have found so far do allow you to combine the data XML to the XSL but its not really visual. You make your changes in the XSL then press a button and it creates/updates your .html file. Then you have to tell the browser to re-fresh to actually see the what the change just did.

So far its been easier to make the change in a text editor and then tell HL to generate again as it overrides the .html file and calls the browser for you.

I actually found one. It says that is is a WYSIWYG XML Editor. IT is free at any rate. I have not downloaded it as of yet and tried it though I am about to.. I figured I would post here first and let others see it. :)

http://www.syntext.com/products/serna-free/#serna-free
 
Back
Top