Author Topic: Venture Class TMP-TNG Bridge  (Read 603 times)

Offline AdmiralWhite

  • Posts: 94
  • Cookies: 0
Venture Class TMP-TNG Bridge
« on: June 26, 2019, 02:48:24 PM »
Is there a way I can change the Red Alert klaxon of the TNG Venture class bridge? not really a fan of the TMP red alert on that bridge?

Offline JimmyB76

  • Posts: 6423
  • Cookies: 421
Re: Venture Class TMP-TNG Bridge
« Reply #1 on: June 27, 2019, 12:38:25 AM »
easily!

go to the bridge plugin...  (scripts/Custom/Autoload folder)

look for this section:
Code: [Select]
        "AmbBridge": {"volume": 1.0,"file": "sfx/TWOK/bc_tmpbridgeloop.wav", "group": "BridgeGeneric"},
"RedAlertSound": {"volume": 1.0,"file": "sfx/redVOY.wav", "group": "BridgeGeneric"},
"YellowAlertSound": {"volume": 1.0,"file": "sfx/gengal/dbyellow.wav", "group": "BridgeGeneric"},
"GreenAlertSound": {"volume": 1.0,"file": "sfx/gengal/dbgreen.wav", "group": "BridgeGeneric"},
"ViewOn": {"volume": 1.0,"file": "sfx/EarlyTMPMiranda/TMP-ViewscreenON.wav", "group": "BridgeGeneric"},
"ViewOff": {"volume": 1.0,"file": "sfx/EarlyTMPMiranda/TMP-ViewscreenOFF.wav", "group": "BridgeGeneric"}
},

specifcally RedAlertSound
the path described there is where the .wav file is for that sound

for example, my TNG Venture bridge Yellow Alert sound is plugged into the bridge plugin script, describing that the alert sound is located for me at sfx/gengal/dbyellow.wav for that