OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Wires on 08 Jan 2003, 04:27:35
-
I'm trying to make an animation to rotate a circle of bullets to simulate the ammo belt. I have the bullets in a named selection AmmoBelt and a point in the centre Osa_AmmoBelt. The bullets have to rotate -32 degrees to pass one bullet into the gun. So how do I get this to work so the belt rotates every time a bullet is fired?
I have looked at Colonel Klink's tutes and the DKM M46 but I just don't get it :-[.
-
well you can always do this, if you haven't figured it out or still care
under the class CfgWeapons add these lines
revolving=" ";
revolvingAxis=" ";
go to Klinks tutorial: http://www.dc3d.co.nz/tutorials/canopies.htm , and go to how he made a plane's canopy open.
Ok, now the component you want to move you put the name of it inside the " " of:
revolving=" ";
Now put the name of the point you made after making that pivot point, or center point or whatever its called. In Klinks tutorial lines 6a-6e. You put that points name in
revolvingAxis=" ";
Now when you fire your gun it should rotate\move whatever component you want.