Author Topic: Adding alert sfx to a bridge?  (Read 594 times)

Offline AdmiralQ

  • Posts: 12
  • Cookies: 0
  • BANNED!
Adding alert sfx to a bridge?
« 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.

Offline JimmyB76

  • Posts: 6423
  • Cookies: 421
Re: Adding alert sfx to a bridge?
« Reply #1 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 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...