View Full Version : New animation sounds
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?
hmmh could you post your whole cpp??
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]";
};
};
hmm i'm afraid sounds in that way are not posibel on custom animations.....
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.