MidniteArrow
Member
I am writing an app to use during gaming sessions. I'd like it to import character data from Hero Lab (we currently play Pathfinder). HL is only used by our DM, but he tells me that output is limited. So far I have identified two PDF formats, one that is highly marked up, and another that is a stat-block format. I have also identified XML output that seems to be for integration with d20Pro. The stat block seems to be the only thing I can use right now. The d20Pro, which is a XML format, seems to have messed up a few things. Initiative is not there, and the skills seem all messed up. There also does not seem to be enough information there to fill in the holes.
The skills values, which I'm pulling from the "misc" attribute, seem to completely disagree with the stat-block version of the same character. For example, in the d20pro xml, my Swim is -14, but in the stat-block, it is -5. Ranks are listed, but it is not listed if those ranks were taken as a class skill, nor is taking the rank tied back to which class you took the rank with. So there is not enough information to determine whether the +3 bonus for ranking a class skill applies for multi-class characters.
I'd much prefer that HL do all the work of determining what the values are and then the game-time app just displays it, does the rolling, and shows the game-time information (I don't want to re-write HL here, just fill in the holes - if everyone is going to have their smartphones out anyway, we might as well make use of them).
Are there any plans to output a robust XML formatted version of the character sheet? If there aren't, can you make them? My creativity is being stifled.
The skills values, which I'm pulling from the "misc" attribute, seem to completely disagree with the stat-block version of the same character. For example, in the d20pro xml, my Swim is -14, but in the stat-block, it is -5. Ranks are listed, but it is not listed if those ranks were taken as a class skill, nor is taking the rank tied back to which class you took the rank with. So there is not enough information to determine whether the +3 bonus for ranking a class skill applies for multi-class characters.
I'd much prefer that HL do all the work of determining what the values are and then the game-time app just displays it, does the rolling, and shows the game-time information (I don't want to re-write HL here, just fill in the holes - if everyone is going to have their smartphones out anyway, we might as well make use of them).
Are there any plans to output a robust XML formatted version of the character sheet? If there aren't, can you make them? My creativity is being stifled.