Help keep BC-Central alive. Make a donation to help keep the site up and prevent downtime. Site is only $15.99/month ~eclipse74569 http://paypal.me/eclipse74569
Does the ship have sound plugins?
Forgive me, but I don't know where I could locate the sound plugins. Would they be located in the scripts/custom/autoload folder? That is one folder that the ship installer didn't place in my BC folder.
def GetLaunchSound(): return("soundId")
SetFireSound("Some Phaser")
##### Created by:##### Bridge Commander Universal Toolimport Appimport FoundationFoundation.SoundDef("sfx/Weapons/OCD_Pulse.wav", "OCD_Pulse", 1)
SetFireSound("OCD_Pulse")
SetFireSound("null")