Jump to content

Map on a second screen?


sobe

Recommended Posts

Has anyone figured out how to put the map on a second screen?

  • Like 2

Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .

Link to comment
Share on other sites

  • 2 months later...
On 6/20/2021 at 4:40 PM, sobe said:

Has anyone figured out how to put the map on a second screen?

Yes

 

Old thread :

 

 

1:

Go to :

 

DCS World OpenBeta\Mods\aircraft\Mi-24P\Cockpit\Scripts\MapDisplay >>> MapDisplay.ini

Insert at the bottom

try_find_assigned_viewport("MI24PMAP")

2:

D:\DCS World OpenBeta\Config\MonitorSetup

 

MI24PMAP =
{
     x = you  Map Position;
     y = you Map Position ;
     width = your wish size ;
     height = your wish size;

 

 

my is  :


 

MI24PMAP =
{
     x = 20;
     y = 0;
     width = 2560;
     height = 1440;
   }

 

Spoiler

_  = function(p) return p; end;
name = _('2_monitors_A10C 2 MFDS"');
Description = 'Capt Zeen A10C setup'

--TOTAL GAME VIEWPORT
Viewports =
{
     Center =
     {
          x = 0;
          y = 0;
          width  = 3440;
          height = 1440;
          viewDx = 0;
          viewDy = 0;
          aspect = 2.3888888888889;
     }
}


LEFT_MFCD =
{
     x = -20;
     y = 1440;
     width = 1080;
     height = 1080;
}


RIGHT_MFCD =
{
     x = 1922;
     y = 1440;
     width = 1080;
     height = 1080;
   }


CENTER_MFCD =
{
     x = 945;
     y = 1440;
     width = 1000;
     height = 1000;
}
ViggenTV =
{
     x = 20;
     y = 500;
     width = 1000;
     height = 1000;
   }

MI24TV =
{
     x = 20;
     y = 0;
     width = 2560;
     height = 1440;
   }

MI24PMAP =
{
     x = -20;
     y = 1425;
     width = 1960;
     height = 1555;
}

MIG21RADAR =
{
     x = -20;
     y = 0;
     width = 1960;
     height = 1555;
}

Shkval =
{
     x = 0;
     y = 1440;
     width = 1920;
     height = 1080;
}

F16_DED =
{
     x = 1250;
     y = 1440;
     width = 400;
     height = 400;
}

EHSI =
{
     x = 1200;
     y = 1940;
     width = 500;
     height = 500;
}

 

 

UIMainView = Viewports.Center
GU_MAIN_VIEWPORT = Viewports.Center

 

Learn how

https://www.digitalcombatsimulator.com/de/files/214771/

 

 

once made and understood, future display exports are made in 1 min.🙂

2_monitors_A10C MFDRL.lua

 

As an example and for orientation Mig21 Radar export

 

 


Edited by Hobel
Link to comment
Share on other sites

8 hours ago, Dav IRL said:

The map doesn't display location when placed on 2nd monitor, which makes it useless.

 

Alexander and his "Mi-24" team have clearly announced that the multimonitor will be supported but later.

It's definitely not a priority, there is a lot more interesting thinks to do before that.
I have nevertheless modified some files in the OB version in order to have the map on a second screen in my simpit. Currently it's not perfect but it gives an overview of the area where you flying...
Fingers crossed that multimonitoring will be part of the next following updates.
The map currently displayed is not in high resolution either, a bit like the image in the Raduga aiming system before. We have seen that this has already been corrected...
We just have to be patient because I am sure that a lot of improvements will come in the following weeks...

  • Thanks 1
Link to comment
Share on other sites

  • Recently Browsing   0 members

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