PMC websites shut down October 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond october 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


arma:modeling:trigger_animation

ArmA 1 Trigger Animation

ArmA 1 Forum, ArmA 1 Home, ArmA 1 Config, ArmA 1 Tools, ArmA 1 File Formats, ArmA 1 Missions, ArmA 1 3D Modeling, ArmA 1 Terrain, ArmA 1 Texturing, ArmA 1 Scripting

ArmA 1 aka Armed Assault (ArmA)

To create working trigger animation you have to make a selection for all the Resolution LODs for the trigger, called “trigger”.

Then in Memory LOD you add single point and its selection name will be “trigger_axis”.

In the model.cfg you need to define the weapon, lets call it VTE_ak47, like this:

class CfgModels
{
	class VTE_ak47: VTE_Weapon
	{
		class Animations
		{
			class trigger
			{
				type = "rotationZ";
				source = "reload";
				selection = "trigger";
				axis = "trigger_axis";
				minValue = 0;
				maxValue = 3;
				angle0 = 0;
				angle1 = -3;
			};
arma/modeling/trigger_animation.txt · Last modified: 2024/08/01 10:04 by snakeman