Jump to content
Sign in to follow this  
Lancaster123

Damper Animation

Recommended Posts

hi

I am currently making a truck and trying to make the dampers work but I just cant get them to move this is what I got off another website (cant find where now) but it don't seem to work any ideas on how to make the dampers move?

class FLwheelDamper
{
type = "translationY";
source = "damper";
selection = "l_f_wheel";
SourceAddress = "clamp";
axis="";
animPeriod=0;
minValue=-1000;
maxValue=1000;
};

class FRwheelDamper
{	
type = "translationY";			
source = "damper";			
selection = "r_f_wheel";
SourceAddress = "clamp";
axis="";
animPeriod=0;
minValue=-1000;
maxValue=1000;
};

class BRwheelDamper
{	
type = "translationY";
source = "damper";
selection = "r_b_wheel";
SourceAddress = "clamp";
axis="";
animPeriod=0;
minValue=-1000;
maxValue=1000;
};

class BLwheelDamper
{
type = "translationY";
source = "damper";
selection = "l_bf_wheel";
SourceAddress = "clamp";
axis="";
animPeriod=0;
minValue=-1000;
maxValue=1000;
};

Thnaks

Share this post


Link to post
Share on other sites
Guest

Moved to "ARMA 2 & OA : ADDONS - Configs & Scripting".

Editing questions do not belong in the Q&A section.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×