Page 1 of 1
Custom sides problem [Solved]
Posted: Mon Jul 27, 2009 1:19 pm
by General_Nate
Hey there. I have this strange error in my BFront2 log after adding a custom side.
Code: Select all
Message Severity: 3
.\Source\Entity.cpp(218)
Entity base class "" not found
When I play the map, it crashes. What can I do to fix this? Oh and this is my only Severity 3 Error.
Re: Custom sides problem
Posted: Mon Jul 27, 2009 1:23 pm
by RogueKnight
post the rest of the log anyways, there may be other errors crashing your map.
Re: Custom sides problem
Posted: Mon Jul 27, 2009 1:24 pm
by obiboba3po
are you positive you did everything right in adding the side?
Re: Custom sides problem
Posted: Mon Jul 27, 2009 1:33 pm
by General_Nate
Here is my log. And yes, I'm sure.
Re: Custom sides problem
Posted: Mon Jul 27, 2009 1:36 pm
by RogueKnight
I believe you deleted the reference to the parent ODF. Can you post any ODF's you changed?
Re: Custom sides problem
Posted: Mon Jul 27, 2009 1:40 pm
by General_Nate
Here is the soldier's odf. Any Ideas?
Re: Custom sides problem
Posted: Mon Jul 27, 2009 2:07 pm
by Fierfek
Can you post your lua?
And is the weapon ODF called M16?
Re: Custom sides problem
Posted: Mon Jul 27, 2009 2:07 pm
by MercuryNoodles
That odf either needs to have the parent reinstated, or you can copy the needed lines from the parent to that odf. It'd be easier to reinstate the parent. You need it, because your odf does not have all of the lines it needs to fully define a unit.
Re: Custom sides problem
Posted: Mon Jul 27, 2009 2:11 pm
by General_Nate
I readded the parent, and it works. Thanks for you help you guys! And yes, it is called m16.