Page 1 of 1

Problem with Frog Animal need assitance.

Posted: Tue Jul 26, 2011 9:44 am
by Col Klink
My animal has a skel model and 2 animations idle and walk (actually a jump). When I load the model in the map editor BZII 1.2 FE crashes. The log doesn't write out from what I see. I did a frog a while back but now it seems the new one has something seriously wrong with it.

Does the animal process require a minimum number of aninations or is my 2 existing one's sufficient? Thanks. Here's a small section of the ODF and the frog has the lfoot and rfoot attached under a chalf and leg part for each foot.

Code: Select all

[GameObjectClass]
classLabel = "animal"
geometryName = "frog_skel.xsi" // "rhino_skel.xsi"

animCount = 2
animName1 = "idle"
animFile1 = "frog_idle.xsi" //  "rhino_eat.xsi"

animName2 = "walk"
animFile2 = "frog_walk.xsi" //  "rhino_walk.xsi"

Re: Problem with Frog Animal need assitance.

Posted: Tue Jul 26, 2011 10:53 am
by TheJamsh
"chalf" is actually spelt "calf". dont know if thats the first problem...

Re: Problem with Frog Animal need assitance.

Posted: Tue Jul 26, 2011 12:57 pm
by MrTwosheds
Chalf is not important.
The animal class will expect to find certain animation actions, set it out as the other animals are, with all of them eat, idle, walk, death etc, just use a copy of the skel to get it all working.
That may not be what's making it crash though.
Still using 1.2...Ugh! WTF, why?

Re: Problem with Frog Animal need assitance.

Posted: Wed Jul 27, 2011 2:09 pm
by Col Klink
MrTwosheds wrote:Chalf is not important.
The animal class will expect to find certain animation actions, set it out as the other animals are, with all of them eat, idle, walk, death etc, just use a copy of the skel to get it all working.
That may not be what's making it crash though.
Still using 1.2...Ugh! WTF, why?
I designed it at work under Win ME, for 1.2 FE. Will PB 6.1 run under this old OS? I'll try the same thing at home under XP and 6.1 and add the other animations you mentioned. The ODF was based off the Rhino model. It had 6 animations as I recall. Thanks for the feedback.

Re: Problem with Frog Animal need assitance.

Posted: Wed Jul 27, 2011 7:41 pm
by Ded10c
It may do, it can't hurt to try. Still, there is pretty much no reason to be using ME. Hell, even 98 is an improvement.

Re: Problem with Frog Animal need assitance.

Posted: Wed Jul 27, 2011 7:56 pm
by GSH
1.3, over its development cycle, has added a lot of informative messages as to why it doesn't like some models. It's not 100% guaranteed to catch everything, but it should be your first stop in trying to figure out why a model isn't loading. 1.2 is in the "tough love" state -- if it's not as expected, it'll just blow up on you.

-- GSH

Re: Problem with Frog Animal need assitance.

Posted: Wed Jul 27, 2011 11:52 pm
by Col Klink
GSH wrote:1.3, over its development cycle, has added a lot of informative messages as to why it doesn't like some models. It's not 100% guaranteed to catch everything, but it should be your first stop in trying to figure out why a model isn't loading. 1.2 is in the "tough love" state -- if it's not as expected, it'll just blow up on you.

-- GSH
Thanks, I'll try it at home with 6.1 and see what happens. I don't particularly care about 1.2 modding any more but at work I don't have any choice but to use 1.2.