I Need some help here..
I went ahead and replicated the Conyard Unpack Animation Sounds in order to to have effects for buildings like Alien Outpost and some of the Pruduction buildings. Making it like in KW.
An example here...
<ClientBehaviors>
<AnimationSoundClientBehavior
id="AnimationSoundCB" >
<Sound
Sound="NOD_WarFactory_SpinUp"
Animation="NBDrpZnDoor_OPN"
Frame="1" />
<Sound
Sound="NOD_WarFactory_DoorOpening"
Animation="NBDrpZnDoor_OPN"
Frame="33" />
<Sound
Sound="NOD_WarFactory_DoorClosing"
Animation="NBDrpZnDoor_CLS"
Frame="1" />
<Sound
Sound="NOD_WarFactory_SpinDown"
Animation="NBDrpZnDoor_CLS"
Frame="30" />
</AnimationSoundClientBehavior>
</ClientBehaviors>
But no sounds!!! None for any of the buildings cept for the Original unaltered for TW. Help plz.

Reply With Quote