Page 1 of 1

Unexpected Tag: Detector

PostPosted: Mon Oct 20, 2014 3:20 pm
by DatokerJ
While trying to compile a .po I get tossed and error "Unexpected Tag: Detector"

The values was null, so i tried just removing the Tag. however after removing the Tag the game just crashes.

Is there any way to ignore this and compile it anyways? What options do I have?

Re: Unexpected Tag: Detector

PostPosted: Mon Oct 20, 2014 5:54 pm
by Zrax
There's not much context here, so I'm making a few guesses...

It looks like you're compiling a plArmatureMod from PRC. I say this because plArmatureModBase is the only type which has a "Detector" element, and plArmatureMod had a bug which skipped parsing of plArmatureModBase's parameters... >.>

Anyway, I've pushed a fix in libhsplasma master. Please let me know if this solves your problem.

Re: Unexpected Tag: Detector

PostPosted: Mon Oct 20, 2014 8:09 pm
by DatokerJ
Thanks for the speedy reply, Yeah It's a plArmatureLODMod.
I can't test it though cause I have no idea how to compile that source code.