Jump to content
Sign in to follow this  
Indy

New animation sounds

Recommended Posts

I have a little problem whit new rotation anims, i've added all points in the memory lod, and defined the cpp, now all is working fine, but there's no sound, i've added the string Sound[]={"Vehicles\gun_elevate",0.031623,1.000000}; but is not working...is there a solution for this?

Share this post


Link to post
Share on other sites

this is the parto fo the animation:

class UserActions

{

class OpenDoors

{

displayName = $STR_DN_ADD_dor;

position = osa_porta_m;

radius = 4;

sound[]={Objects\door,db-15,1.5};

condition = "this animationPhase ""porta_m"" < 0.5";

statement = "this animate [""porta_m"", 1]";

};

class CloseDoors

{

displayName = $STR_DN_ADD_dorc;

position = osa_porta_m;

radius = 3;

sound[]={Objects\door,db-15,1.5};

condition = "this animationPhase ""porta_m"" >= 0.5";

statement = "this animate [""porta_m"", 0]";

};

};

Share this post


Link to post
Share on other sites

hmm i'm afraid sounds in that way are not posibel on custom animations.....

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  

×