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?
Unexpected Tag: Detector
- Zrax
- Posts: 206
- Joined: Fri Sep 28, 2007 5:19 pm
- MOULa KI#: 0
- Location: Waist-deep in a conecano
- Contact:
Re: Unexpected Tag: Detector
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.
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
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.
I can't test it though cause I have no idea how to compile that source code.