Jump to content

Ka50 Abris


Synical80

Recommended Posts

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.

  • Like 1
Link to comment
Share on other sites

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 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

Link to comment
Share on other sites

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? 😊

Link to comment
Share on other sites

  • 4 months later...

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 by Todd Down
Typo
Link to comment
Share on other sites

  • Recently Browsing   0 members

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