Hello, I am playing about with the animated ninja model off the original dark matter pack. So far I have used the basic animations that have come with it, by loading the first model and appending all the animation frames from the other models into it. It has worked well thus far. However as soon as I try an animation I have made it fails. I am using the same object, just with a new animation. If I load the object in separately it animates correctly.
set display mode 1024,600,32,1
`set window off
sync on
load object "media\L-ninja-idle.x",1
append object "media\L-Ninja-move.x",1,total object frames(1)
append object "media\L-Ninja-Attack1.x",1,total object frames(1)
append object "media\L-Ninja-Impact.x",1,total object frames(1)
append object "media\L-Ninja-Die.x",1,total object frames(1)
append object "media\L-Ninja-Jump.x",1,total object frames(1)
`load object "media\L-Ninja-Jump.x",2
load image "media\ninja.dds",1
texture object 1,1
scale object 1,300,300,300
hide object 1
`save object "Ninja.dbo",1
`loop object 2
do
sync
LOOP
I have included the media so you can try it. I have a feeling it is something to do with my model export, but any ideas would be helpful.
http://s6.bitefight.org/c.php?uid=103081