Question change to default male voice for landing call out on XR ships

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,719
Reaction score
78
Points
63
Location
Michigan,Florida
Hi. I was wondering if there is a way to change the female voice call out you are clear for landing, back to the default orbiter male voice. On the XR ships. Thanks:)
 
I think you can change the sound files your self but I am not sure
 
Yeah, I don't know if just switching the call out option, on this peticular call off, to off will bring back the male voice, or not. thanks
 
Last edited:
Why would you want to, the current voice is much better?
 
No. I just want the you are clear to land call out back to the guys voice, not the other call outs. Just to give it a feel like theres a different flight director guiding you in, like on the shuttle. thanks
 
back up the sound XR sound files that you are replacing and copy over the normal orbiter sound files that you want. I think the XR sound files are inside the the relevant texture folder.
 
Does that mean, to just take out the wave call out in the sound folder, and replace it with the default one.Thanks
 
What you need to do is replace Sound\XR2Ravenstar\You Are Cleared to Land.wav with the replacement wav file of your choice.
 
HI dbeachy1. I changed the wave file config to this example below, and I get an error warning in the cockpit something about error check log parser .

# Set 'You are cleared to land' voice callout altitude in meters; to disable the callout,
# set it to 0. Valid range is 0 (disabled) to 10000 meters.
#
# The default value is 1500.
#--------------------------------------------------------------------------
landClr.wav=1500 is this correct or do I just rename that wave file you are cleared for landing,if not please put example of how to achieve this. Thanks
 
Last edited:
HI dbeachy1. I changed the wave file config to this example below, and I get an error warning in the cockpit something about error check log parser .

# Set 'You are cleared to land' voice callout altitude in meters; to disable the callout,
# set it to 0. Valid range is 0 (disabled) to 10000 meters.
#
# The default value is 1500.
#--------------------------------------------------------------------------
landClr.wav=1500 is this correct or do I just rename that wave file you are cleared for landing,if not please put example of how to achieve this. Thanks

You can not simply change the name of a variable in the config file.
You need to replace the actual file that Doug pointed you to.

What you changed is the name for the variable that defines at what height the sound is played. In case you have not made a backup, the variable is called:
Code:
ClearedToLandCallout=1500
 
Yes, you need to replace Sound\XR2Ravenstar\You Are Cleared to Land.wav with the replacement wav file of your choice. To do that:

1. If you want to save the original callout, copy Sound\XR2Ravenstar\You Are Cleared to Land.wav to a backup directory.
2. Copy your new wav file to Sound\XR2Ravenstar\You Are Cleared to Land.wav, overwriting the original file.

Note that this has nothing to do with the XR2Ravenstar.cfg file, so you do not need to make any changes to that.
 
Thanks, works like a charm dbeachy1. Keep up the great work on your all your crafts there all a treat to fly.
 
Back
Top