Game Development Community

Improving the Mamba Weapon Idle Animation

by David Hutchison · in Torque 3D Professional · 08/24/2012 (5:20 pm) · 0 replies

If you purchased the Soldier Weapons Art Pack from the Garage Games store and are experiencing (as I did) a jerkiness with the idle animation for the Mamba weapon, the following fix may be helpful:

In the following file:

art:shapes:weapons:Mamba:FP_Mamba.cs

change the following line:

%this.addSequence("timeline", "idle", "210", "269", "1", "0");

to:

%this.addSequence("timeline", "idle", "228", "269", "1", "0");

Hope this helps.