Jump to content

Recommended Posts

Posted

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

Posted (edited)

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

Posted
1 hour ago, arthuro12 said:

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

added more detail

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

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