Jump to content

Recommended Posts

Posted

Anyone know if it possible as of yet?

 

I could double my F18 monitor lua file, if I only knew what name the screens have in the F14. In the F18 they're just called "LEFT_MFD", "RIGHT_MFD" and "CENTER_MFD", if I remember correctly. But using those settings it doesn't show me anything.

 

Anyone know what they're called in the F14?

Posted

You have to edit an Lua file for the RWR export, and it only exports the symbols as the "crosshairs" of the RWR are part of the cockpit textures.

 

head to

DCS World\Mods\aircraft\F14\Cockpit\Scripts\RWR\Indicator\RIO\init.lua

 

add the following to the bottom of the file, use notepad++ (normal notepad can break things apparently)

 

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

try_find_assigned_viewport("F14_RWR")

 

then you need to add it to your monitor config file. Mine is below, but you will have to alter the numbers for you

 

F14_RWR =

{

x = 5570;

y = 350;

width = 825;

height = 825;

}

 

 

Only shows the centre N in this picture due to mission start.

[ATTACH]206572[/ATTACH]

  • Recently Browsing   0 members

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