Jump to content

MFD's on 2nd screen


Sci2

Recommended Posts

I´m interested too in shkval export. Any way to do this?

Having two displays is so usual, and maybe lots of beginners/tryers will like dcs series enough to buy a package later.

In fc2 same,but fc3 gave me hope,maybe we will be able to export some russian ac. mfds.

Pls help some competitive fellow.

Have a nice day all.

Link to comment
Share on other sites

I´m interested too in shkval export. Any way to do this?

Having two displays is so usual, and maybe lots of beginners/tryers will like dcs series enough to buy a package later.

In fc2 same,but fc3 gave me hope,maybe we will be able to export some russian ac. mfds.

Pls help some competitive fellow.

Have a nice day all.

 

as said by ZMEY-HS- me and some others explained the whole thing how to export in this topic have a read and give it a try

im willing to help if you cant figure it out

[sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC]

Australasian Gaming Community

 

Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -

Link to comment
Share on other sites

I must have missed the comment #6, with the image,(I read all this thread) but I can see only that Joy axes on Ctrl+Enter, shkval image is missing.

I think I can manage the monitor positioning etc, but see no shkval,

maybe I have no viewport defined for it?

Edit:

Guys It works! Just choosen Camera+LMFCD and it runs, now i have to fix pos. and scale, but it will be ok.

Thanks for care. Have a nice day.


Edited by Eeezy
managed
Link to comment
Share on other sites

I must have missed the comment #6, with the image,(I read all this thread) but I can see only that Joy axes on Ctrl+Enter, shkval image is missing.

I think I can manage the monitor positioning etc, but see no shkval,

maybe I have no viewport defined for it?

Edit:

Guys It works! Just choosen Camera+LMFCD and it runs, now i have to fix pos. and scale, but it will be ok.

Thanks for care. Have a nice day.

 

Glad you got it working :thumbup:

[sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC]

Australasian Gaming Community

 

Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -

Link to comment
Share on other sites

I figured out that only on extending to right side of primary display works.

If main screen is in the right(win settings + lua) of the extension shkval not works(I tried always this way and thought it's not working,until I found that mentioned in a thread).

Hope it's helpful at least for newbies.

Link to comment
Share on other sites

Ok I have a quetion, I'm not sure if that's what the last LUA files posted here were doing but is there a way I can have diferent viewports (MFD positions) for diferent aircraft? Without having multiple files that I have to keep changing when wanting to fly another aircraft, that is. If so what's the section header for the SU-25T?

Link to comment
Share on other sites

lxsapper,

 

Check this out from PeterP (he is the god of all things multi-monitor)

http://files.digitalcombatsimulator.com/en/214771/

 

You are looking for a .lua file he calls "One file to rule them all". For me mine is set up for both Black Shark and A-10C. I'm at work right now otherwise I'd attach a copy for you.

 

Also check Mad Tommy's thread on Multi-monitors he is an excellent resource as well. http://forums.eagle.ru/showthread.php?t=60815

 

Sci2 has a great one there (made a copy for myself, thanks Sci2). If you are looking for one for just MFCDs and the Abris / Shkval here's mine.

One_file_to_rule_them_all.lua


Edited by Sarge55
Update

[sIGPIC][/sIGPIC]

i7 10700K OC 5.1GHZ / 500GB SSD & 1TB M:2 & 4TB HDD / MSI Gaming MB / GTX 1080 / 32GB RAM / Win 10 / TrackIR 4 Pro / CH Pedals / TM Warthog

Link to comment
Share on other sites

here is my "one to rule them all file"

how ever i am not using the SU-25 and i have not bin busy with anything on the FC3 side apart from flying them

 

 

maybe others can use it see wat they can make out of it

 

 

_ = function(p) return p; end;

name = _('Export example');

Description = 'Export example';

Viewports =

-- Put your values in , and delete all exports that you don't want to use !

--[[

List of Exports:

 

----------------------

Eagle Dynamics A-10C =

----------------------

 

MFCD_init.lua

ED_A10C_LEFT_MFCD

ED_A10C_RIGHT_MFCD

 

CDU_init.lua

ED_A10C_CDU

 

DIGIT_CLK_init.lua

ED_A10C_CLOCK

 

AN_ALR69V_init.lua

ED_A10C_RWR

 

CMSP_init.lua

ED_A10C_CMSP

 

CMSC_init.lua

ED_A10C_CMSC

 

freq_status_init.lua

ED_A10C_UHF_FREQUENCY_STATUS

 

preset_channel_init.lua

ED_A10C_UHF_PRESET_CHANNEL

 

repeater_init.lua

ED_A10C_UHF_REPEATER

 

 

----------------------

Eagle Dynamics Ka-50 =

----------------------

 

ABRIS_init.lua

ED_KA50_ABRIS

 

SHKVAL_init.lua

ED_KA50_Shkval

 

UV_26_init.lua

ED_KA50_UV26

 

PVI_init.lua

ED_KA50_PVI

 

Ekran_init.lua

ED_KA50_Ekran

 

CautionLights_panel.lua

ED_KA50_CautionLights

--]]

 

 

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.25;

}

}

 

GUI=

{

x = 0;

y = 0;

width = 800;

height = 600;

}

 

UIMainView = Viewports.Center

 

--//////////////////////////////////////

-- Eagle Dynamics A-10C =

--//////////////////////////////////////

 

ED_A10C_LEFT_MFCD =

{

x = 1963;

y = 80;

width = 299;

height = 296;

}

 

ED_A10C_RIGHT_MFCD =

{

x = 2856;

y = 79;

width = 299;

height = 296;

}

 

ED_A10C_CDU =

{

x = 2241;

y = 718;

width = 652;

height = 305;

}

 

ED_A10C_CLOCK =

{

x = 2240;

y = 550;

width = 75;

height = 85;

}

 

ED_A10C_RWR =

{

x = 2311;

y = 101;

width = 130;

height = 130;

}

 

ED_A10C_CMSP =

{

x = 2635;

y = 129;

width = 179;

height = 41;

}

 

ED_A10C_CMSC =

{

x = 2496;

y = 94;

width = 140;

height = 33;

}

 

ED_A10C_UHF_FREQUENCY_STATUS =

{

x = 2342;

y = 375;

width = 78;

height = 18;

}

 

ED_A10C_UHF_PRESET_CHANNEL =

{

x = 2418;

y = 320;

width = 17;

height = 17;

}

 

ED_A10C_UHF_REPEATER =

{

x = 2365;

y = 460;

width = 60;

height = 25;

}

 

 

--//////////////////////////////////////

-- Eagle Dynamics Ka-50 =

--//////////////////////////////////////

 

ED_KA50_ABRIS =

{

x = 2797;

y = 560;

width = 246;

height = 340;

}

 

ED_KA50_Shkval =

{

x = 2400;

y = 300;

width = 365;

height = 295;

}

 

ED_KA50_UV26 =

{

x = 3050;

y = 10;

width = 100;

height = 50;

}

 

ED_KA50_PVI =

{

x = 2100;

y = 300;

width = 100;

height = 100;

}

 

ED_KA50_Ekran =

{

x = 2835;

y = 370;

width = 100;

height = 70;

}

 

ED_KA50_CautionLights =

{

x = 2100;

y = 0;

width = 900;

height = 1800;

}

[sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC]

Australasian Gaming Community

 

Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -

Link to comment
Share on other sites

MFCD on a second Monitor.

 

I have three monitors, #2 is my center #3 is my left and #1 is my right. I would like to have my two MFCD's on #3. Resolution on #1,2is 1920x1080 #3 is 1280x10247 Ive racked my brain and tried for days to make it work but cant get it to work without crashing. If you guys could point me in the right direction I'd appreciate it very much.

:pilotfly:Thrustmaster HOTAS Warthog Stick and Throttle, Saitek Pro Flight Rudder Pedals, Thrustmaster MFD's:pilotfly:

Link to comment
Share on other sites

I have three monitors, #2 is my center #3 is my left and #1 is my right. I would like to have my two MFCD's on #3. Resolution on #1,2is 1920x1080 #3 is 1280x10247 Ive racked my brain and tried for days to make it work but cant get it to work without crashing. If you guys could point me in the right direction I'd appreciate it very much.

 

You have to uncheck fullscreen mode if you're going to span across multiple monitors. If you set a resolution higher than your primary monitor and leave full screen checked the game will crash launching.

Link to comment
Share on other sites

I have three monitors, #2 is my center #3 is my left and #1 is my right. I would like to have my two MFCD's on #3. Resolution on #1,2is 1920x1080 #3 is 1280x10247 Ive racked my brain and tried for days to make it work but cant get it to work without crashing. If you guys could point me in the right direction I'd appreciate it very much.

 

you might whant to set your center screen on #1 mfds on #2/3

bit easier to setup in the lua files

you can easily switch the screens by dragging them in an other position in windows

[sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC]

Australasian Gaming Community

 

Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -

Link to comment
Share on other sites

Heres what I have so far, I cant seem to get my center monitor to center up the way I would like, any sugestions or something I missed. In game settings are set to 3200x1065 with ratio set automaticly.

 

 

 

 

_ = function(p) return p; end;

name = _('MFCD');

Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'

Viewports =

{

Center =

{

x = 3200 / 2;

y = 0;

width = 3200 / 2;

height = 1024;

viewDx = 0;

viewDy = 0;

aspect = screen.aspect / 2;

}

}

LEFT_MFCD =

{

x = 52;

y = 645;

width = 1150 / 3;

height = 368;

}

RIGHT_MFCD =

{

x = 2587 / 3;

y = 645;

width = 1152 / 3;

height = 368;

}

UIMainView = Viewports.Center

:pilotfly:Thrustmaster HOTAS Warthog Stick and Throttle, Saitek Pro Flight Rudder Pedals, Thrustmaster MFD's:pilotfly:

Link to comment
Share on other sites

Your total screen resolution should be 3968x1080 (unless you want to set it to 1280) cause of the smaller #3 screen is not needed

 

copy paste this in a new .lua file and see what it does

 

 

 

_ = function(p) return p; end;

name = Left and right MFCD TESTTEST;

Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'

Viewports =

{

Center =

{

x = 1920;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.25;

}

}

 

LEFT_MFCD =

{

x = 0;

y = 80;

width = 299;

height = 296;

}

 

RIGHT_MFCD =

{

x = 3840;

y = 80;

width = 299;

height = 296;

}

 

UIMainView = Viewports.Center

[sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC]

Australasian Gaming Community

 

Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -

Link to comment
Share on other sites

Heres what I have so far, I cant seem to get my center monitor to center up the way I would like, any sugestions or something I missed. In game settings are set to 3200x1065 with ratio set automaticly.

 

Unless you run Eyefinity group (where all monitors are seen as one) your main monitor (center viewport) HAS TO BE most top left monitor, so starting x coordinate for center viewport has to be 0 (zero)

No longer active in DCS...

Link to comment
Share on other sites

Thanks again for the help guys muchly appreciated, works great and cant wait to hit the skys!!!

 

what fixed the problem?

glad whe are able to help :thumbup:

[sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC]

Australasian Gaming Community

 

Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -

Link to comment
Share on other sites

  • 1 month later...

Here is what I was looking to do and I was able to get it to work with some playing around and your guys info you posted. Sorry its taken me so long to get back but its been crazy around here.

 

[imgur](http://i.imgur.com/LWVSlaE)

 

Maybe oneday I'd like to get the UFC and CDU on the same screen...but thats a battle for another day lol


Edited by frosty403

:pilotfly:Thrustmaster HOTAS Warthog Stick and Throttle, Saitek Pro Flight Rudder Pedals, Thrustmaster MFD's:pilotfly:

Link to comment
Share on other sites

Hi guys :)

 

This is my setup for A10C, Ka-50 and Flaming Cliffs.... MFDs on 2nd screen with .lua editing and Frames and buttons with HELIOS (i used profiles i found on the internet and modified them!). The screen ratio for the Ka-50 (shkval and abris) are a little bit messed up, because it uses the same settings as for the A10Cs MFD. But i am ok with this :)

 

 

If someone is interested, i can upload the files (monitor setup and helios profile) :D

 

 

 

Setup:

 

1st monitor = 1920*1080

 

2nd monitor = 1680*1050

 

For A10C and Ka-50 the buttons for MFDs and ABRIS are working, for Flaming Cliffs they are just show :joystick:

 

 

helios_f15wiqij.png helios_ka50pngtcr7e.png helios_setupt1pfa.png

Link to comment
Share on other sites

  • 3 months later...
Yes, you can have it on 2nd screen. Works the same way as for a-10 and ka-50, uses "LEFT_MFCD" and "RIGHT_MFCD" viewports to render display. But, in order them to work, you have to press Rctrl+enter ingame.

Hovewer, for f-15 you can only output radar screen. I couldn't find how to make dsms or rwr work on 2nd screen.

 

I've read through this entire thread, and a couple others in an attempt to get my F-15's RWR on a second display... It looks as though it is not possible, is that still the case?

Link to comment
Share on other sites

I've read through this entire thread, and a couple others in an attempt to get my F-15's RWR on a second display... It looks as though it is not possible, is that still the case?

 

Hi,

We are talking about flaming cliffs 3 and not flaming cliffs 2, aren't we?

 

I tried by all means to export F-15's radar or Su-25T's Skhval but I couldn't. In DCS World there is no problem to export Skhval by pressint RCTRL+ENTER.

 

Regards.

Link to comment
Share on other sites

Hi,

We are talking about flaming cliffs 3 and not flaming cliffs 2, aren't we?

 

I tried by all means to export F-15's radar or Su-25T's Skhval but I couldn't. In DCS World there is no problem to export Skhval by pressint RCTRL+ENTER.

 

Regards.

 

Yes, FC3. Bummer... I'll keep wishing.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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