Game Development Community

Weapon animation

by Jesse P · in Torque Game Engine · 10/18/2007 (8:28 pm) · 1 replies

How do I change the animation for my weapon from the 'mod makers weapons pack', it sways back and forth crazily and I want to stop it from swaying (or possibly down the road make it sway only when he walks) any suggestions?

#1
05/25/2009 (6:21 pm)
If the weapon is, for example the M16, go to the are of the file starting with: datablock ShapeBaseImageData(m16Image)

Look for the sections
stateSequence[3] = "Sequence_Carry";
and comment them out.