Jump to content

How to get ABRIS on english but Voice assistant on Russian?


paco2002

Recommended Posts

Basically the title. 

I would love to have the ABRIS on english to... Basically understand what's on the ABRIS lol. But I would also love to have Rita on it's main languaje, since I think it's better than the english translation. Does someone knows anyway to do it? I don't mind editing luas!

  • Like 1
Link to comment
Share on other sites

On 2/10/2022 at 2:21 PM, paco2002 said:

Basically the title. 

I would love to have the ABRIS on english to... Basically understand what's on the ABRIS lol. But I would also love to have Rita on it's main languaje, since I think it's better than the english translation. Does someone knows anyway to do it? I don't mind editing luas!

Pretty sure thats the only thing you have to do:
Screenshot_544.png

My skins

Link to comment
Share on other sites

copy

DCSWorld\Scripts\Aircrafts\_Common\Cockpit\localizer.lua

to

DCSWorld\Mods\aircraft\Ka-50\Cockpit\Scripts\ABRIS\localizer.lua

change:

country = "EN"
if  LockOn_Options.avionics_language == "native" then
    country = "EN"
end

edit last line of the file "ABRIS_localizer.lua"

dofile (LockOn_Options.common_script_path.."localizer.lua")

to

dofile (LockOn_Options.script_path.."ABRIS\\localizer.lua")

 


Edited by zmz125000
  • Like 3
  • Thanks 1
Link to comment
Share on other sites

6 hours ago, zmz125000 said:

Mods\aircraft\Ka-50\Cockpit\Scripts\ABRIS\localizer.lua

 

country = "EN"
if  LockOn_Options.avionics_language == "native" then
    country = "EN"
end

 

couldnt find this lua in specified folder, trying via Eagle Dynamics\DCS World\Scripts\Aircrafts\_Common\Cockpit localizer.lua rn

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

  • 10 months later...
  • Recently Browsing   0 members

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