PDA

View Full Version : Anyone working on Parser for Combat Manager



spacce1889
December 30th, 2011, 10:34
I was wondering if anyone is working on a parser that converted Combatmanager saved encounters into fantasy ground.

This program does a wonderfull job of adding templates and calculating xp.

https://combatmanager.com/

or is there anyone making and extention that adds a template tab to npc.

Trenloe
December 30th, 2011, 23:30
or is there anyone making and extention that adds a template tab to npc.
This is on my project list, but haven't even started thinking about it yet - if someone else out there is making one this would be a great addition to allow GMs to do more NPC/Creature management on the fly. :)

Trenloe
December 31st, 2011, 00:26
I've just modified the Pathfinder creature parser to allow it to read statblocks copied from Combat Manager (with a little bit of text formatting).

2238

See the readme.txt file in the attached for instructions in general use.

Specifically for "Combat Manager":


When viewing the monster in combat Manager, right-click in the statblock window and select "Select All" then right-click again and select "Copy". Alternatively, use CTRL-A and CTRL-C to select all and then copy.
Open a text editor (notepad is fine).
Copy the Monster stat block into notepad.
Modify the statblock as detailed below.
Leave a blank line after the statblock.
Go back to step 1 and select your next monster and continue as required.
when complete, save the file as a tet file and then run the creature parser as described in the readme.txt file.


NOTE: Minor text formatting is still needed with statblocks copied from the monster statblock within combat Manager:
1) Move description to the beginning of the statblock.
2) Next line after description must be <NAME> CR <CR Value> all on one line.
For example: Ghoul CR 2.
NOTE: When doing a "Select All" and copy from Combat Manager, the CR entry will be placed on the line before the name - move this to the end of the name line.
3) Remove all blank lines in the statblock.
4) Leave a blank line between each creature statblock.

There is an example creatures file in the attached zip file which will give you an idea of what the statblock should look like in your text file.

Hope this is of use to you and that you can get it working OK. Let me know how you go...

spacce1889
December 31st, 2011, 17:26
Works wonderfully. thank you.

this is going to make making a Carrion Crown Beastiary much faster and easier.

two additions to instructions though remove : after xp and go back and add . at end of some special attacks.

Trenloe
December 31st, 2011, 23:14
Works wonderfully. thank you.

Great - glad it's of use to you. :)


this is going to make making a Carrion Crown Beastiary much faster and easier.
If you're using Paizo modules and you have the PDFs, you should be able to do a copy and paste out of the PDF - this is what I originally designed the application for. Just do a check on the text that is pasted as the PDF header formatting can sometimes result in spaces appearing in the middle of words (usually a heading such as name, offense, etc.).

spacce1889
January 1st, 2012, 03:41
I been doing that but the adventures has a lot of

Drowned guards (4) CR 3
XP 800 each
Advanced draugr (Pathfinder RPG Bestiary 2 110, 292)
hp 25 each

or

girallon-headed Vargouilles (3) CR 3
XP 800 each
Giant vargouille (Pathfinder RPG Bestiary 272, 295)
hp 25 each

and combat manager make doing advanced or giant stats easy.

by the way is there a way to make monsters unidentified with out chaging the name on them?

Trenloe
January 1st, 2012, 12:50
I been doing that but the adventures has a lot of
...
and combat manager make doing advanced or giant stats easy.
Ah yes, of course... :)


by the way is there a way to make monsters unidentified with out chaging the name on them?
Unfortunately not, as this would be a nice feature. I've seen this requested in other threads, but I don't know if it's on the feature request list for the next version.