Hi, I Dl a Iridium Torpedo mod and All my other mod sound work I have all the crap u need ... but for some reason I tried to put that Torpedo on a Dominion BattleShip and the sound wont work my projectiles folder is as follows for iridium........def GetLaunchSound(): return("IridiumQuantum") .......and my icon and sound byte is in the sfx folder sound byte works!!!!!!!!!! But for some reason when the torp. is launched its dosnt make sound :uhm: HELP My icon in the sfx folder is exactly IridiumQuantum:lookaround: :mad: :mad:
you need to make a sound plugin for the foundation system in order to use new sound FX. I've never actualy done one so I'm not exactly sure what is needed, but perhaps one of the foundation techies could post a blank template?
A file in scripts/Custom/Autoload with # Start import Foundation import App
Foundation.SoundDef("sfx/Weapons/IridiumQuantum.wav", "IridiumQuantum", 1) # End should do it.
(1 is the Value between 1 and 10 for the Volume)