Jump to content

Recommended Posts

Posted

This Mod places the readouts of these radios to the right of the waypoint number from the nadir export. It fills the screen in nicely. I use it on a 8 inch lilliput with a cougar mfd frame. It took some trial and error to get the placement right.

The two files to be changed are in mods\aircraft\sa342\cockpit\radio\indicator then either fm or UHF. In each init.lua, add at the bottom,

 

For FM

 

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

try_find_assigned_viewport("GazelleFM")

 

For UHF

 

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

try_find_assigned_viewport("GazelleUHF")

 

In the monitor config file add viewports. I have included my nadir viewport to show the positioning and size difference which worked on my monitor. You may need to make adjustments.

 

NADIR =

{

x = 10;

y = 1100;

width = 540;

height = 540;

}

 

GazelleFM =

{

x = 270;

y = 1520;

width = 300;

height = 120;

}

 

GazelleUHF =

{

x = 150;

y = 1415;

width = 300;

height = 120;

}

 

UIMainView = Viewports.Center

 

The width and height sizes are not perfect but work well.

 

Nice to have all the info "Heads up"

 

Greg

"Yeah, and though I work in the valley of Death, I will fear no Evil. For where there is one, there is always three. I preparest my aircraft to receive the Iron that will be delivered in the presence of my enemies. Thy ALCM and JDAM they comfort me. Power was given unto the aircrew to make peace upon the world by way of the sword. And when the call went out, Behold the "Sword of Stealth". And his name was Death. And Hell followed him. For the day of wrath has come and no mercy shall be given."

  • Recently Browsing   0 members

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