Context:
I'm running a character in a friend's pathfinder game, we have a large group- usually 5+ every time he runs it (every other weekend). He is using the Hero Labs software product to manage our characters in-game. What we are doing right now is scanning or photo-copying our character sheets and handing them to him every time we level since not everyone has the money to buy a copy of the software.
I haven't broached this to the GM yet but what I am trying to do is write a program (C# and .NET, using XML as a file format as an intermediary) that will "let" players fill out a paperless character sheet, save it to my native XML so that the program can reload it later, and then export to PDF or XHTML. The GM can copy and paste from this and dump it into Hero Labs. However, it would be really cool if I could just export it to the Hero Labs format and save him the trouble of copy and pasting. Before you ask- I'm doing this for free in order to develop my skills as a programmer, I have no interest in selling this.
Question:
Does Hero Labs use an XML file format for characters that I can parse? If so, can I have a copy of it (and maybe even the XSD)? I'm willing to buy a copy of the Hero Labs software.
I know this kind of program would undercut Hero Labs a bit, but I thought it was worth asking the question. Thanks for reading this.
I'm running a character in a friend's pathfinder game, we have a large group- usually 5+ every time he runs it (every other weekend). He is using the Hero Labs software product to manage our characters in-game. What we are doing right now is scanning or photo-copying our character sheets and handing them to him every time we level since not everyone has the money to buy a copy of the software.
I haven't broached this to the GM yet but what I am trying to do is write a program (C# and .NET, using XML as a file format as an intermediary) that will "let" players fill out a paperless character sheet, save it to my native XML so that the program can reload it later, and then export to PDF or XHTML. The GM can copy and paste from this and dump it into Hero Labs. However, it would be really cool if I could just export it to the Hero Labs format and save him the trouble of copy and pasting. Before you ask- I'm doing this for free in order to develop my skills as a programmer, I have no interest in selling this.
Question:
Does Hero Labs use an XML file format for characters that I can parse? If so, can I have a copy of it (and maybe even the XSD)? I'm willing to buy a copy of the Hero Labs software.
I know this kind of program would undercut Hero Labs a bit, but I thought it was worth asking the question. Thanks for reading this.