• 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

Custom output requests

I'm curious... is there anywhere where one can find a "roadmap" or rough timeline of upcoming changes? Or a note on whether a given custom output request is "in" or out"?
 
I'd like to see a half-page or even quarter-page sheet for use with NPCs. I envision having something I can print two NPCs to a page with one on top and the other on the bottom and then cut the page in half to make two sheets. Sort of like oversized index cards (I first thought of 4x6 index cards, to be honest).

The idea being to have something more compact than a normal sheet but more readable (to me) than a statblock for tracking important NPCs.

Or have I just missed something like this which is already in existence?
 
I'm curious... is there anywhere where one can find a "roadmap" or rough timeline of upcoming changes? Or a note on whether a given custom output request is "in" or out"?

We were hoping to have made some updates by now, but the mac version has been taking up all my time recently. :( Once we have the official mac release done, we're planning to come back and make some improvements to custom output.
 
Bug in the XML output

The tag Class is blank for both wizard school spells and cleric domain spells. It's very hard to tell in a custom output XSL which is which. If I have a cleric wizard, then my spells display either in both lists or none... or just one if one of the classes is higher level than the other.

Can the class say something like "school" or "domain" instead of just being blank? Normally, they say Wizard or Cleric...
 
We were hoping to have made some updates by now, but the mac version has been taking up all my time recently. :( Once we have the official mac release done, we're planning to come back and make some improvements to custom output.

At the risk of being a pest... any update on this?
 
Here's a new custom output request for you...

Currently, the output.xml file allows custom sheet developers to specify that character images be generated as files or not at all. I propose a third option: allow the character images to be embedded inside the .xml file as base64-encoded strings.

This would allow us to create fully self-contained custom character sheets, eliminating the possibility of a character image becoming "lost" when the sheet is moved around.
 
Could not find sourcebook info on DTD

I am working on a custom output and I wantto reference Paizo´s sourcebooks where particular equipment, spells, traits, etc como from. I know the info is inside HL but the Pathfinder DTD does not include such info, and therefore it is not exported to the xml. How can I access it?
Thanks for any help.
 
There is an Ipad app called "DM Tools" that uses the following format. the app is not perfect but it is the best thing i've found so far. It is a full tactical Ipad app that remembers Initiative, Conditions, Bonuses and even hit points. I'm getting bored having to manually enter updates and new monsters into it.

I would love a custom output in this format:

<Unit name="Sarah">
<Info name="Heidi" player="true" avatar="avatar_23.png" race="gnome" class="Summoner" level="4" HP="27/27" initiative="0+4"/>
<Group name="Defense" type="value">
<Item name="AC" value="19" modifier="0" display="1"/>
<Item name="Fortitude" value="2" modifier="0" display="1"/>
<Item name="Reflex" value="5" modifier="0" display="1"/>
<Item name="Will" value="4" modifier="0" display="1"/>
<Item name="Touch" value="15" modifier="0"/>
<Item name="Flat-footed" value="15" modifier="0"/>
</Group>
<Group name="Attacks" type="string">
<Item name="+1 Crossbow, Light +7" value="1d6+1"/>
<Item name="Unarmed Strike +3" value="1d2-1"/>
<Item name="CMB +1" value=""/>
</Group>
<Group name="Movement" type="value">
<Item name="Speed" value="20" modifier="0"/>
</Group>
<Group name="Statistics" type="value">
<Item name="Str" value="9" modifier="0"/>
<Item name="Dex" value="18" modifier="0"/>
<Item name="Con" value="12" modifier="0"/>
<Item name="Int" value="14" modifier="0"/>
<Item name="Wis" value="10" modifier="0"/>
<Item name="Cha" value="17" modifier="0"/>
</Group>
<Group name="Spells" type="value">
<Item name="Guidance" value="0" modifier="0"/>
<Item name="Light" value="0" modifier="0"/>
<Item name="Mage Hand" value="0" modifier="0"/>
<Item name="Message" value="0" modifier="0"/>
<Item name="Open/Close" value="0" modifier="0"/>
<Item name="Resistance" value="1" modifier="0"/>
<Item name="Enlarge Person" value="1" modifier="0"/>
<Item name="Grease" value="1" modifier="0"/>
<Item name="Mage Armor" value="1" modifier="0"/>
<Item name="Rejuv Eidolon Lesser" value="1" modifier="0"/>
<Item name="Shield" value="1" modifier="0"/>
<Item name="Ablative Armor" value="2" modifier="0"/>
<Item name="Evolution Surge, lesser" value="2" modifier="0"/>
</Group>
<Group name="States" type="boolean">
<Item name="Marked" value="false" display="1"/>
<Item name="Dazed" value="false" display="2"/>
<Item name="Stunned" value="false" display="3"/>
<Item name="Slowed" value="false" display="4"/>
<Item name="Deafened" value="false" display="5"/>
<Item name="Blinded" value="false" display="6"/>
<Item name="Weakened" value="false" display="7"/>
<Item name="Immobilized" value="false" display="8"/>
<Item name="Charmed" value="false" display="9"/>
<Item name="Prone" value="false" display="10"/>
<Item name="Poisoned" value="false" display="11"/>
</Group>
<Group name="Feats" type="string">
<Item name="light armor prof" value=""/>
<Item name="simple weapon prof" value=""/>
<Item name="Mounted Combat" value=""/>
<Item name="Rapid Reload" value=""/>
</Group>
<Group name="Skills" type="value">
<Item name="Acrobatics" value="4" modifier="0"/>
<Item name="Appraise" value="2" modifier="0"/>
<Item name="Bluff" value="3" modifier="0"/>
<Item name="Climb" value="-1" modifier="0"/>
<Item name="Diplomacy" value="3" modifier="0"/>
<Item name="Disguise" value="3" modifier="0"/>
<Item name="Escape Artist" value="4" modifier="0"/>
<Item name="Fly" value="6" modifier="0"/>
<Item name="Handle Animal" value="7" modifier="0"/>
<Item name="Intimidate" value="3" modifier="0"/>
<Item name="Know(Arcana)" value="8" modifier="0"/>
<Item name="Know(Dungeon)" value="3" modifier="0"/>
<Item name="Linguistics" value="6" modifier="0"/>
<Item name="Perception" value="2" modifier="0"/>
<Item name="Ride" value="11" modifier="0"/>
<Item name="Spellcraft" value="6" modifier="0"/>
<Item name="Stealth" value="12" modifier="0"/>
<Item name="Swim" value="-1" modifier="0"/>
<Item name="Use Magic Device" value="10" modifier="0"/>
</Group>
<Group name="Traits" type="string">
<Item name="Gifted Adept" value=""/>
<Item name="Natural Born Leader" value=""/>
</Group>
<Group name="Languages" type="string">
<Item name="Common" value=""/>
<Item name="Draconic" value=""/>
<Item name="Gnome" value=""/>
<Item name="Orc" value=""/>
<Item name="Sylvan" value=""/>
<Item name="Giant" value=""/>
</Group>
<Notes></Notes>
</Unit>
 
Last edited:
Custom Output Question

I am tinkering with some ideas using Custom Output from Pathfinder characters and I have a quick question.

I noticed that the "Summary Text" for spells is not in the custom output. The full description is there. The summary text would be the brief text description (like what shows up on the "Spells - Summaries" dossier.)

Is there something I am missing to get these in the output XML or is it just absent?

If it is just absent, how would I submit a feature request to have it included?

Thank you for your time.
 
Special Ability elements missing from XML output

Hi Guys,

Like Drue over in the HL - Savage Worlds forum, I've noticed that the Special Abilities data that appears in the Hero Statblock output isn't appearing in the Custom Output XML file.

Just thought I'd let you know.

(I'd post a link, but I haven't posted before and I'm running into the old 'To be able to post links or images your post count must be 1 or greater' issue.

The thread ID is 19959, if that helps.

Cheers.
 
Back
Top