Author Topic: Animations Playing extreamly fast  (Read 1604 times)

I was making a fire animation and it was suposed to take about 10 seconds to finish, but the animation plays inless than 1 second how do i fix this?

This line right here
Code: [Select]
stateTimeoutValue[2]   is the fix turn that higher

In the state sequences, find where the animation starts, then set that timeout to the animation play time. For example, heres a state for my reload:
Code: [Select]
stateName[8] = "ReloadStart";
stateTimeoutValue[8] = 3.7;
stateScript[8] = "onReloadStart";
stateTransitionOnTimeout[8] = "Reloaded";
stateWaitForTimeout[8] = true;

As you can see this state is when the reload starts, or when the animation starts, the time out is how long the animation has time to play before the next state is called on.

I accidently opened the NLA editor and now only one animation is working how do i undo this?

I accidently opened the NLA editor and now only one animation is working how do i undo this?
i cant help you here, sorry.