Jump to content

Recommended Posts

Posted

Hey all,

 

Unfortunately my Russian is limited to spaseeba and dosvedanya which doesn't help much with Russian voices in game.

 

I'm flying mostly VR and miss most of the written text, so I have no idea what is being said.

 

Is there any way to have all voices in English no matter what aircraft or airfield, etc.?

 

A search only digs up old posts that refer to a 'sounds' folder that doesn't exist in the newer builds.

 

 

TIA

Posted

DCS World\Scripts\Speech\common.lua

 

Open it with Notepad++ Line 2635 should look like this.

 

local language = {

RUS = 'RUS',

ENG = 'ENG',

GER = 'GER',

FR = 'FR',

SPA = 'SPA',

CHN = 'CHN',--by uboats

}

 

Change the RUS to ENG so it looks like this.

 

local language = {

RUS = 'ENG',

ENG = 'ENG',

GER = 'GER',

FR = 'FR',

SPA = 'SPA',

CHN = 'CHN',--by uboats

}

Posted
DCS World\Scripts\Speech\common.lua

 

Open it with Notepad++ Line 2635 should look like this.

 

 

Change the RUS to ENG so it looks like this.

 

 

 

 

Awesome. Thanks for the quick reply Taz. Really appreciate it.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...