Bridge Commander Central
BC Forums => BC Technical Support => Topic started by: Billz on September 16, 2011, 08:08:51 PM
-
(NOTE: Posting 2 tech help threads in the space of a couple of weeks is ideally NOT how I wanted to come back to BC).
Anyway, I can't get the phaser sound effect to work on Wiley's Argonaut.
http://bridgecommander.filefront.com/file/WC_Argonaut;119380
Having a look at the console log though, gives a completely different error happening. :idk:
-
are the sound plugin files in place? :idk:
-
I thought this problem will come up eventually. Try this soundpack (see attachment). I think the problem is that an older soundpack (Argonaut) has overwritten the newest one.
-
We should fix the projectile first.
Open Scripts\Tactical\Projectiles\WC_AdvPulse.py and change
pTorp.SetNetType (Multiplayer.SpeciesToTorp.PULSEPHASER)
to
pTorp.SetNetType (Multiplayer.SpeciesToTorp.DISRUPTOR)
Wiley: You should fix that in your Download. PULSEPHASER only exists on KM installs.
-
Wiley: You should fix that in your Download. PULSEPHASER only exists on KM installs.
KM is the only version of BC I can run due to its widescreen display options.
-
Now WC_AdvPhoton is giving ans Atribute Error (see attached log). The newest version of the sound pack that you posted Wiley changed nothing. Still no phaser sound.
I'm assuming that I just change WC_AdvPhoton to reflect DISRUPTOR instead of PULSEPHASER like I did with WC_AdvPulse?
-
I'm assuming that I just change WC_AdvPhoton to reflect DISRUPTOR instead of PULSEPHASER like I did with WC_AdvPulse?
Try that. I never really knew what those parts of the script were for anyway.
-
No change.
-
No change as there's still no sound or you get the same error?
-
No change as there's still no sound or you get the same error?
Still no sound. The Attribute Errors are gone though. Sorry. I should've said that earlier. My bad, and my apologies.
-
I can't download the mod currently, so:
1. Is the data in the sound plugin correct -- do these file physically exist on your install
2. Have you tried re-encoding the weapon sounds using LameXP or some other program and set them to mono
-
Try that. I never really knew what those parts of the script were for anyway.
Multiplayer.SpeciesToTorp.DISRUPTOR points to a Number. This number is sent over the Network when this weapon is fired. This way all MP clients know which weapon to create.
Outside of MP this value does not matter. It just should point to a value in SpeciesToTorp.py which must exist.
Releasing the widescreen mod separate from KM is on the todo list btw.
-
I can't download the mod currently, so:
1. Is the data in the sound plugin correct -- do these file physically exist on your install
2. Have you tried re-encoding the weapon sounds using LameXP or some other program and set them to mono
1. Yes, they exist.
2. I don't know how to do that.
-
It's not exactly rocket science. Just download lamexp then use the following settings.