Page 1 of 1
Floating jawa
Posted: Fri Oct 12, 2007 2:53 pm
by bobby_fett
Hi i am new here (but have been modding for a while), but i have come to a problem, i created a jedi jawa using yoda's animations. It works great exept he floats in mid air when he is walking.
Can anyone help?
Re: Floating jawa
Posted: Fri Oct 12, 2007 8:34 pm
by Caleb1117
Did you copy over the skeleton scale and collision lines from yoda's odf?
Re: Floating jawa
Posted: Sat Oct 13, 2007 11:24 am
by bobby_fett
Um... I think I did. Here is my odf:
Hope you can see my problem.
Re: Floating jawa
Posted: Sat Oct 13, 2007 11:40 am
by Maveritchell
Code: Select all
// these are correct for the dudes running around in Tat 2.....but not if you play as one, WTF?
CollisionHeadOffset = "0.0 0.85 0.1"
CollisionTorsoOffset = "0.0 0.7 0.0"
You'll notice that in the Jawa .odf they made a comment above those lines. Those are what I would imagine is screwing around with the height. Also, (but only if you've seen a noticeable difference - this shouldn't affect the problem you're currently having) you might change the skeletonrootscale lines back to the Jawa's instead of Yoda's. (That shouldn't affect the way the animation works, it might make the unit look better/more like a Jawa, though.)
Re: Floating jawa
Posted: Sat Oct 13, 2007 12:49 pm
by bobby_fett
Thanks, I'll try that.
