Synical80 Posted October 29, 2021 Posted October 29, 2021 Does anyone know how to get the abris into English? I set the cockpit in English but the abris is still in Russian. I see people on YouTube with theirs in English but can’t find anything showing how to do it.
Taz1004 Posted October 29, 2021 Posted October 29, 2021 1 hour ago, Synical80 said: Does anyone know how to get the abris into English? I set the cockpit in English but the abris is still in Russian. I see people on YouTube with theirs in English but can’t find anything showing how to do it. In the Avionics language setting in Options - Gameplay. 1 Better Smoke - Better Trees Caucasus - Better Trees Syria - Better Trees Mariana - Clear Canopy Glass
Esac_mirmidon Posted October 29, 2021 Posted October 29, 2021 (edited) Yes, is quite simple. Navigate to: DCS World\Scripts\Aircrafts\_Common\Cockpit and edit with NOTEPAD++ the following file. localizer.lua On the very top you can read: country = "EN" if LockOn_Options.avionics_language == "native" then country = "RU" end CHANGE "RU" for "EN" like this: country = "EN" if LockOn_Options.avionics_language == "native" then country = "EN" Save changes and thats all. Take in count that with every update you must do this again, or just copy and overwrite the file from the backup folder after the update. PD: Taz option is even easier..... XDDDDD Edited October 29, 2021 by Esac_mirmidon " You must think in russian.." [sIGPIC][/sIGPIC] Windows 7 Home Premium-Intel 2500K OC 4.6-SSD Samsung EVO 860- MSI GTX 1080 - 16G RAM - 1920x1080 27´ Hotas Rhino X-55-MFG Crosswind Rudder Pedals -Track IR 4
Synical80 Posted October 30, 2021 Author Posted October 30, 2021 21 hours ago, Taz1004 said: In the Avionics language setting in Options - Gameplay. Thanks for the info. never knew there was a separate place! Think i have it worked out now
Razor18 Posted November 4, 2021 Posted November 4, 2021 On 10/30/2021 at 12:25 AM, Esac_mirmidon said: Yes, is quite simple. Navigate to: DCS World\Scripts\Aircrafts\_Common\Cockpit and edit with NOTEPAD++ the following file. localizer.lua On the very top you can read: country = "EN" if LockOn_Options.avionics_language == "native" then country = "RU" end CHANGE "RU" for "EN" like this: country = "EN" if LockOn_Options.avionics_language == "native" then country = "EN" Save changes and thats all. Take in count that with every update you must do this again, or just copy and overwrite the file from the backup folder after the update. PD: Taz option is even easier..... XDDDDD Why editing avionics language inside a .lua file, if one can simply switch it on the GUI, just likethe way Taz1004 wrote it?
Esac_mirmidon Posted November 4, 2021 Posted November 4, 2021 Right. " You must think in russian.." [sIGPIC][/sIGPIC] Windows 7 Home Premium-Intel 2500K OC 4.6-SSD Samsung EVO 860- MSI GTX 1080 - 16G RAM - 1920x1080 27´ Hotas Rhino X-55-MFG Crosswind Rudder Pedals -Track IR 4
Todd Down Posted March 17, 2022 Posted March 17, 2022 (edited) Start DCS DCS Missions / Options (Gearwheel Icon on Task Bar) Select "Gameplay" Tab Column Headed NATO Top right of tab screen Second Item Avionics Language - Select required a. Native (the language of the country of origin of the Aircraft) b. English (Not known if this changes with the O/S or DCS Country of purchase language). Third Item Measurement system as required (Most primary flight gauge scales and readouts are set by selection) a. Metric b. Imperial These settings are not specific to a type of aircraft, and stay extant until the user decides to change them Very Simple and takes seconds to implement. No scripts required difficult to mess up!! Edited March 17, 2022 by Todd Down Typo
Recommended Posts