• 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

Adding more info to the statblocks/Character Sheets

Lunacorva

Member
This site was really helpful for my last questions:

Is there a way to have the statblocks/PDF's display your abilities according to what action they use?

So your free actions are grouped together.

Your move actions

Swift

Standard, ect.

Also can I change what information is displayed in the statblock/sheet.

For example, if I want to give more information to them on an ability.
 
AFAIK, there is no way to customize the output of the built in stat block.

There is a way to create an entirely customized character sheet and AncientOne has created such a sheet. See this thread. It's not perfect as it parses the XML output that HLC generates and HLC doesn't indicate which gear items are inside of a container, so you lose that information (and multiple bug reports on this have gone unanswered by LoneWolf, so it won't be happening at this point). Otherwise, someone with knowledge of HTML and JavaScript should be able to reorganize the content in pretty much any way you want.

Not the answer you were hoping for, I'm sure, but I hope it helps. :)
 
AFAIK, there is no way to customize the output of the built in stat block.

There is a way to create an entirely customized character sheet and AncientOne has created such a sheet. See this thread. It's not perfect as it parses the XML output that HLC generates and HLC doesn't indicate which gear items are inside of a container, so you lose that information (and multiple bug reports on this have gone unanswered by LoneWolf, so it won't be happening at this point). Otherwise, someone with knowledge of HTML and JavaScript should be able to reorganize the content in pretty much any way you want.

Not the answer you were hoping for, I'm sure, but I hope it helps. :)

Better than nothing, and thank you. :)
 
AFAIK, there is no way to customize the output of the built in stat block.

There is a way to create an entirely customized character sheet and AncientOne has created such a sheet. See this thread. It's not perfect as it parses the XML output that HLC generates and HLC doesn't indicate which gear items are inside of a container, so you lose that information (and multiple bug reports on this have gone unanswered by LoneWolf, so it won't be happening at this point). Otherwise, someone with knowledge of HTML and JavaScript should be able to reorganize the content in pretty much any way you want.

Not the answer you were hoping for, I'm sure, but I hope it helps. :)

Only problem is I can't find the link to actually DOWNLOAD his customiseable sheets.
 
Sorry, I've been looking for a lead and I haven't found one!

I tried generating some output from the one I have installed, but there are no links in it other than this thread (well, the one I linked previously). I thought there might've been something generic like the third-party update URL.

I also looked around for the original source file for the same reason (which I think has to be named "output.xml") but I couldn't even find that?! Clearly it's installed, though.

I tried the various menu options for managing automatic updates and it doesn't show up in any of them, so I must've installed it "manually", prior to the automatic updates being available (although I have v4.14 which is the latest).

I use the Wayback Machine and looked at the thread back in 2015, but no links found there, either.

I'm out of ideas. Maybe someone else can chime in with where to look. :(
 
Last edited:
When I do Find Updates in HLC I see "AncientOne's Pathfinder Sheet (V4.14)" in the list. I had no problem downloading and installing it into my fresh installation of HLC on a new laptop, and I see it under Custom Output when I load a PF1 character.
 
When I do Find Updates in HLC I see "AncientOne's Pathfinder Sheet (V4.14)" in the list. I had no problem downloading and installing it into my fresh installation of HLC on a new laptop, and I see it under Custom Output when I load a PF1 character.
Doh! Yep, thanks. :)

Lunacorva said:
Now, how can I organise it so it shows abilities by action time? Like in this sheet:
Well, as I said...

Azhrei said:
Otherwise, someone with knowledge of HTML and JavaScript should be able to reorganize the content in pretty much any way you want.
You'll need to look through the source code for the sheet and understand how it access the XML data. Once you have the data, the time requirement can become a key (aka property) in a JavaScript object where the value is a list of everything with the same requirement. Now they're all grouped together. The last step would be to iterate over the list and print them out.

I looked at the code for this sheet a long time ago as I had some tweaks to make to it. It's laid out pretty well, as I recall, but my quote still stands: "someone with knowledge of HTML and JavaScript" should be able to adapt it. That might be you, or might be someone else in your gaming group. Or maybe someone here on the forum?
 
Doh! Yep, thanks. :)


Well, as I said...


You'll need to look through the source code for the sheet and understand how it access the XML data. Once you have the data, the time requirement can become a key (aka property) in a JavaScript object where the value is a list of everything with the same requirement. Now they're all grouped together. The last step would be to iterate over the list and print them out.

I looked at the code for this sheet a long time ago as I had some tweaks to make to it. It's laid out pretty well, as I recall, but my quote still stands: "someone with knowledge of HTML and JavaScript" should be able to adapt it. That might be you, or might be someone else in your gaming group. Or maybe someone here on the forum?

Okay. So I need to find someone who knows HTML or Javascript.
 
AFAIK, there is no way to customize the output of the built in stat block.

There is a way to create an entirely customized character sheet and AncientOne has created such a sheet. See this thread. It's not perfect as it parses the XML output that HLC generates and HLC doesn't indicate which gear items are inside of a container, so you lose that information (and multiple bug reports on this have gone unanswered by LoneWolf, so it won't be happening at this point). Otherwise, someone with knowledge of HTML and JavaScript should be able to reorganize the content in pretty much any way you want.

Not the answer you were hoping for, I'm sure, but I hope it helps. :)
Yep. Unfortunately AncientOne hasn't posted since 2019. The sheet is broke in some parts but eh.
 
Back
Top