Jump to content

Recommended Posts

Posted (edited)

Of course 

Just add try_find_assigned_viewport("MK2_VCM") into the VCM_screen_init.lua into your X:\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\M-2000C\Cockpit\VCM folder. Then add the following lines into your MonitorSetup lua file. Just put your personal coordinates and width and height for your screen, that's all.

MK2_VCM =
{
     x = 2560;
     y = 0;
     width = 480;
     height = 480;
}

 

Edited by grim_reaper68
  • Like 1
  • Recently Browsing   0 members

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