Skip to content

As the title says; allows English avionics in Russian planes, while still hearing the native (and not the English) betty!

Notifications You must be signed in to change notification settings

ytdlder/DCS_English-Avionics-with-Native-Betty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

English avionics with native betty

HowTo

  • after downloading the script, you need to change the first line to you DCS install path
  • ingame, under gampelay options, you set "Avionics Language" from the default "Native" to "English"
    • usually you'd then also have the English betty voice
  • to still hear the native betty (Russian, Chinese, ...), you start the script once
    • if you start it a 2nd time, it will revert back to default!
  • you may see an "external script" warning or some such, where you have to accept running this script!
    • as with every downloaded script, you can and should look through what it does

What it does

It doesn't replace the file, so even if the file has a different layout from some future update, it will still only change what needs changing (meaning this script should more or less always work!)

It will change this line in the "speech.lua" from:

  • return nations.USA

to this line:

  • return aircraftNativeCountry[message.sender:getUnit():getTypeName()] or nations.USA

That's it.

About

As the title says; allows English avionics in Russian planes, while still hearing the native (and not the English) betty!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published