Bridge Commander Central

BC Forums => BC Bridge Modding => Topic started by: AdmiralQ on February 07, 2012, 03:37:13 PM

Title: Adding alert sfx to a bridge?
Post by: AdmiralQ on February 07, 2012, 03:37:13 PM
I have a question, How do you add and alert to a bridge like the Excel refit? You have no sfx for it.
Title: Re: Adding alert sfx to a bridge?
Post by: JimmyB76 on February 07, 2012, 05:16:11 PM
the sfx did come with the bridge... it is likely you dont have the latest sovereign bridge that 3rd era created?  
the sfx for the FC Excelsior bridge uses those sfx...  also be sure you have BP Core (http://bridgecommander.filefront.com/file/Bridge_Plugin_Core;85205) installed...  then again, if you have a KM install, all this would be included...

anyway if you go to the bridge's plugin located in the autoload folder...

add in the following lines -
follow this as an example:

Code: [Select]
   'bridgeSound': {
                        "LiftDoor": {"volume": 1.0,"file": "sfx/ebridge/ebdoor.wav", "group": "BridgeGeneric"},
"AmbBridge": {"volume": 0.1,"file": "sfx/ebridge/ebamb.wav", "group": "BridgeGeneric"},
"RedAlertSound": {"volume": 1.0,"file": "sfx/ebridge/ebklaxton.wav", "group": "BridgeGeneric"},
"YellowAlertSound": {"volume": 1.0,"file": "sfx/ebridge/ebyellow.wav", "group": "BridgeGeneric"},
"GreenAlertSound": {"volume": 1.0,"file": "sfx/ebridge/ebgreen.wav", "group": "BridgeGeneric"},
"ViewOn": {"volume": 1.0,"file": "sfx/ebridge/ebviewscreenon.wav", "group": "BridgeGeneric"},
"ViewOff": {"volume": 1.0,"file": "sfx/ebridge/ebviewscreenoff.wav", "group": "BridgeGeneric"}}
where sfx/ebridge/  ----  .wav is the path to the actual wav file

also, every character, every indentation, everything must be exactly as shown or youll get a BSOD...