Bridge Commander Central

BC Forums => BC General => Topic started by: Billz on January 04, 2009, 11:55:38 PM

Title: Soundpacks are tricky
Post by: Billz on January 04, 2009, 11:55:38 PM
I have made a soundpack for DJ's galaxy pack. Problem is, they still won't use the sound I difined for them. How do I make the ships use the soundpack?
Title: Re: Soundpacks are tricky
Post by: Kirk on January 04, 2009, 11:59:42 PM
In the hp, there ought to be a line where it defines the sound for phases and pulses. For phasers, do not include the _start part. Torpedo sounds are defined in the torpedo script.
Title: Re: Soundpacks are tricky
Post by: Billz on January 05, 2009, 12:05:33 AM
Do you mean something like this?
Code: [Select]
DorsalMain1.SetFireSound("FedHeavy")
Or this?
Code: [Select]
DorsalMain1 = App.PhaserProperty_Create("Dorsal Main 1")
If so, what do I change to make the HP call for the attached soundpack which I made?
Title: Re: Soundpacks are tricky
Post by: Kirk on January 05, 2009, 12:07:25 AM
The first one is correct. You change "FedHeavy" to "ds9phaser"
Title: Re: Soundpacks are tricky
Post by: Billz on January 05, 2009, 12:20:48 AM
Worked. Now all I need is the 'FedHeavy' start and loop sounds from whoever has them, change the ds9phaser bit back to FedHeavy and release the sound with the soundpack to DJ. Then he can release it as a patch for anyone without KM1.0

Cookie for kirk2164
Title: Re: Soundpacks are tricky
Post by: Kirk on January 05, 2009, 12:35:09 AM
Hmm, let me dig for the file. Expect an edit soon.

Edit: A is start, B is loop.