Bridge Commander Central
BC Forums => BC Modding => Topic started by: Phiiliip on August 02, 2010, 08:43:47 PM
-
Hello,
How do I assign certain torpedo and phaser sounds to certain ships?
Thank you.
-
You'll need the BC SDK found on BC Files. It has a program called Model Property Editor (MPE), which will allow you to modify and edit a ship's Python files. Python files control the way ships are read by the game. READ THE DOCUMENTATION! That will tell you everything you need to know in order to edit the sounds for a ship. Although I might be mistaken, I believe the torpedo sounds are controlled by the torpedo's Python file, which is not editable with MPE. You'll need to edit those using either Notepad or (my recommendation) Notepad++, which is designed with script language in mind. It's a free download somewhere on the net.
Come back and ask questions if you need to!
Welcome to BC Central. :D
-
easy way to edit ship sounds you'll want BCUT for sound plugins
-
locke is right. the firing sound for a torpedo (or a pulse) is in the script for it. BCUT (at least the one I have) doesn't let you access the sounds, and you need the MPE reccomended earlier.
-
Thank you very much Locke and King Class Scout.
Phiiliip
-
BCUT (at least the one I have) doesn't let you access the sounds
really? what version do you have? because neb is right...
BCUT will make sound plugins, and then from there only the projectile script needs to be altered to match the sound the plugin just made... thats alot easier than the other longer and more complicated way described (MPE)...
-
The first version of BCUT didn't as I recall. If that is the version you have then you are way off.
http://bridgecommander.filefront.com/file/Bridge_Commander_Universal_Tool;115745
-
i assumed he was referring to individual weapons. i haven't accessed the sound packager part of bcut, yet. i'm still trying to conceive how my own weapons sound.
-
i assumed he was referring to individual weapons.
How do I assign certain torpedo and phaser sounds to certain ships?
:P
i'm still trying to conceive how my own weapons sound.
if you have any questions, or are unsure of anything, always feel free to create a thread and ask - someone else in the future may have the same question to which the answer can be referred :)
-
Torps:
1. Create a new sound plugin using BCUT (Other type--this also is used for engine sounds and all other types of sounds)
2. Find torpedo script and locate
def GetLaunchSound():
return("sound")
Edit sound string with the appropriate name for your newly created sound. All you need to do is add that torpedo to your ship--you can do that via BCUT Hp tweaker also.
Phasers:
1. Create a new sound plugin using BCUT (Phaser type)
2. Load the HP of the desired ship in BCUT, then simply open phaser properties and set your new fire sound.
Note: BCUT supports creation of sound plugins since v1.0. Even BCSMC, which evolved into BCUT much later on, had such support.