PDA

View Full Version : PCGen Character Import Error Fix



malvok
September 23rd, 2012, 20:34
When I import a character using the FG Char Converter I get a data mismatch error. Also, the damage reduction field does not show up on the character sheet, also shown below.

It looks as if there is an error in the export file csheet_FantasyGrounds2_pc_3.5.xml created by the FG Char Converter.

line 138: <damagereduction type="number">|DR|</damagereduction>
I think this should be a string type. I changed it to the following.

line 138: <damagereduction type="string">|DR|</damagereduction>

This eliminates the error and adds the damage reduction field to the character sheet, as seen in the final attached image.

I am new to Fantasy Grounds and I hope this is a proper fix but I'm not 100% sure.

Crossfireue
September 24th, 2012, 19:33
I've noted this error with all of the characters in my Pathfinder game, thanks for pointing out a possible fix. I'll have a look at it when I next get the chance and see if it makes a difference for me.

Moon Wizard
September 27th, 2012, 22:46
Yes, that's the correct fix. I'll note to add the fix to the character converter.

Cheers,
JPG