ridgeback68 Posted June 10, 2020 Posted June 10, 2020 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
Taz1004 Posted June 10, 2020 Posted June 10, 2020 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 } Better Smoke - Better Trees Caucasus - Better Trees Syria - Better Trees Mariana - Clear Canopy Glass
ridgeback68 Posted June 10, 2020 Author Posted June 10, 2020 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.
Recommended Posts