- Joined
- Jan 14, 2008
- Messages
- 9,204
- Reaction score
- 1,550
- Points
- 203
- Location
- VA
- Website
- alteaaerospace.com
- Preferred Pronouns
- he/him
I've changed line 187 to "none", to "Welcome Aboard All Vanguard Systems Nominal", and to "Welcome Aboard All XR1 Systems Nominal", and I still hear, "Welcome Aboard All Systems Nominal".
Anyone else seeing this?
I just retested that and it's working fine for me using default Orbiter vessels. Are you trying to change that for an XR vessel? Remember that XRSound.cfg only configures default sounds that XRSound plays automatically for vessels: XR vessels explicitly disable the default audio greeting callout that XRSound makes because they handle the callout themselves. If you are flying an XR vessel, you will need to edit that XR vessel's .cfg file (for example, $ORBITER_ROOT\Config\XR2RavenstarPrefs.cfg) and disable the audio greeting callout that way (the same way it's always been configured for XR vessels), because XR vessels play different (and vessel-specific) greetings based on whether the ship is landed or in-flight, and so they deliberately disable the default auto-greeting callout via an API call.
The setting you need to edit for XR vessels is shown below in red (set to 0 to disable the greeting sound). Remember, this in the XR vessel's .cfg file, not the default XRSound.cfg file:
Code:
#--------------------------------------------------------------------------
# Enable or disable specific categories for voice callouts
#
# 0 = callouts for named category disabled
# 1 = callouts for named category enabled (default)
#--------------------------------------------------------------------------
[COLOR="Red"]EnableAudioStatusGreeting=0[/COLOR]
EnableVelocityCallouts=1
EnableAltitudeCallouts=1
EnableDockingDistanceCallouts=1
EnableInformationCallouts=1
EnableRCSStatusCallouts=1
EnableAFStatusCallouts=1
EnableWarningCallouts=1