Jump to content

Recommended Posts

Posted

It would be good addition if we can see our plane from outside in a small screen at the top corner of the main screen. So we can observe our plane's behaviors without getting out cockpit view. It is a good eye candy as well

FC3 | UH-1 | Mi-8 | A-10C II | F/A-18 | Ka-50 III | F-14 | F-16 | AH-64 Mi-24 | F-5 | F-15EF-4| Tornado

Persian Gulf | Nevada | Syria | NS-430 | Supercarrier // Wishlist: CH-53 | UH-60

 

Youtube

MS FFB2 - TM Warthog - CH Pro Pedals - Trackir 5

Posted

We have PiP (picture-in-picture), but there is now way that I know of the control them separately. If you want to check it out, put the atached lua in the following folder: "\DCS World OpenBeta\Config\MonitorSetup", launch DCS, Click Options, Click System, Monitors, and select "1 Screen PiP".

 

_ = function(p) return p; end;
name = _('1 Screen PiP');
Description = 'One monitor configuration Picture in Picture'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = screen.width;
height = screen.height;
viewDx = 0;
viewDy = 0;
aspect = screen.aspect;
},

Left =
{
x = 0;
y = 0;
width = screen.width / 2;
height = screen.height / 2;
viewDx = 0;
viewDy = 0;
aspect = screen.aspect;
}
}
GU_MAIN_VIEWPORT = Viewports.Center

2134670059_2020-11-0419_14_58-DigitalCombatSimulator.thumb.jpg.99a3d6e003e552219d02d80af8bd1b0d.jpg

1CameraPiP.lua

  • Like 1
  • Recently Browsing   0 members

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