Problem with Frog Animal need assitance.

Moderators: GSH, VSMIT, Red Devil, Commando

Post Reply
Col Klink
Sabre
Posts: 368
Joined: Fri Apr 15, 2011 8:24 am
Contact:

Problem with Frog Animal need assitance.

Post 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"
User avatar
TheJamsh
Bull Dog
Posts: 689
Joined: Sat Feb 19, 2011 5:49 pm

Re: Problem with Frog Animal need assitance.

Post by TheJamsh »

"chalf" is actually spelt "calf". dont know if thats the first problem...
User avatar
MrTwosheds
Recycler
Posts: 3059
Joined: Sat Feb 19, 2011 8:37 am
Location: Outer Space
Contact:

Re: Problem with Frog Animal need assitance.

Post 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?
Col Klink
Sabre
Posts: 368
Joined: Fri Apr 15, 2011 8:24 am
Contact:

Re: Problem with Frog Animal need assitance.

Post 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.
User avatar
Ded10c
Recycler
Posts: 3815
Joined: Sun Feb 20, 2011 11:05 am
Location: Stoke-on-Trent
Contact:

Re: Problem with Frog Animal need assitance.

Post 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.
User avatar
GSH
Patch Creator
Posts: 2486
Joined: Fri Feb 18, 2011 4:55 pm
Location: USA
Contact:

Re: Problem with Frog Animal need assitance.

Post 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
Col Klink
Sabre
Posts: 368
Joined: Fri Apr 15, 2011 8:24 am
Contact:

Re: Problem with Frog Animal need assitance.

Post 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.
Post Reply