Jump to content

Recommended Posts

Posted

Hi all,

I've been trying to get the Viggen Radar and EP-13 sight to export to some external CubeSim monitors, but have not had any success. I tried using the archived files at the forum link below, but they're also not working for me.

Has the procedure or lua edits to export the Viggen Radar and EP-13 sight to external monitors changed since the below 2018 fix?

Thanks in advance!   

 

 

  • Like 1
  • 2 weeks later...
Posted

In Monitor Lua and init lua the names must be the same.
In my case :

the green marked

 


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

 


ViggenTV_RADAR =
{
     x = 400;
     y = 1445;
     width = 1080;
     height = 1080;
   }

  • Like 1
  • Thanks 1
  • Recently Browsing   0 members

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