Jump to content

MFD's on 2nd screen


Sci2

Recommended Posts

Full screen mode disabled?

Earo interface disabled?

 

I can look it up when im back home in an hour

[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 whont make it back to my pc in time im on phone atm

I will look it up in the morning

 

That link isnt important i will upload my working .lua if you want it

[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

yes plz upload it! but for the record I think my lua file should work!

 

so I don't have to change any other stuff?

 

no it shoud be working properly

since your from the NL as well you probably know im at work right now :megalol:

il be home around 1800 hours

and upload it right away

i cant find anything wrong on your .lua so it should work

wat do you want on your 2nd screen?

mfcd's cdu and rwr ?

[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

yes exactly that! second monitor is 1280x1024

 

and I just want to have 2x 640x640 mfcd!

below it: CDU and RWR.

 

I would like to try them all at some point to see what is most useful but it easier if it works first!

 

i will setup a lua file for you no problem

mfds cdu rwr inworld clock (mission time)

[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

Need help, i have 1920x1080 main monitor and 19" 1280x1024 below it.

 

I want use 19" to display shkval (Ka-50) and MFDs for A-10

 

Win7 Here with Ati 6870

 

 

Any help is good

 

 

Edit- Now it works for Ka-50 , shkval in center of second screen =)

 

But how i can make it to work A-10 too ?? I mean i like to get mfd's to corners of second screen without messing up my shkval when flying shark. ?? DO i have to use diffrend lua's ?

 

 

Second broblem , looks like i have to use softTH to get back fullscreen ?(my fps suffers too much for windowed mode)

 

 

Thanks.

 

 

-haukka81


Edited by Haukka81

Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC )

 

 

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

first of all you need to disable "full screen" in the options menu in dcs sp

 

 

copy paste this in your .lua file and select it in the options menu

it should show both the mfd's for the a-10 and the shkval and the abris for the ka-50

 

--***DO NOT MODIFY THESE COMMENT LINES***

--A10CVirtualCockpitServer v0.0.0.0

--LOCATION Config\MonitorSetup

--Monitor lua

 

_ = function(p) return p; end;

name = _('A-10C Virtual Cockpit Server');

Description = 'Setup for A-10C Virtual Cockpit Server MFCD and CDU Exports.'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.25;

}

}

 

LEFT_MFCD =

{

x = 1963;

y = 80;

width = 299;

height = 296;

}

 

RIGHT_MFCD =

{

x = 2856;

y = 79;

width = 299;

height = 296;

}

 

CDU_EXPORT =

{

x = 2241;

y = 718;

width = 652;

height = 305;

}

 

UHF_FREQUENCY_STATUS =

{

x = 2352;

y = 464;

width = 78;

height = 18;

}

 

RWR_SCREEN =

{

x = 2311;

y = 101;

width = 130;

height = 130;

}

 

CMSP_SCREEN =

{

x = 2635;

y = 129;

width = 179;

height = 41;

}

 

CMSC_SCREEN =

{

x = 2496;

y = 94;

width = 140;

height = 33;

}

 

UHF_PRESET_CHANNEL =

{

x = 2420;

y = 404;

width = 17;

height = 17;

}

 

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

first of all you need to disable "full screen" in the options menu in dcs sp

 

 

copy paste this in your .lua file and select it in the options menu

it should show both the mfd's for the a-10 and the shkval and the abris for the ka-50

 

--***DO NOT MODIFY THESE COMMENT LINES***

--A10CVirtualCockpitServer v0.0.0.0

--LOCATION Config\MonitorSetup

--Monitor lua

 

_ = function(p) return p; end;

name = _('A-10C Virtual Cockpit Server');

Description = 'Setup for A-10C Virtual Cockpit Server MFCD and CDU Exports.'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.25;

}

}

 

LEFT_MFCD =

{

x = 1963;

y = 80;

width = 299;

height = 296;

}

 

RIGHT_MFCD =

{

x = 2856;

y = 79;

width = 299;

height = 296;

}

 

CDU_EXPORT =

{

x = 2241;

y = 718;

width = 652;

height = 305;

}

 

UHF_FREQUENCY_STATUS =

{

x = 2352;

y = 464;

width = 78;

height = 18;

}

 

RWR_SCREEN =

{

x = 2311;

y = 101;

width = 130;

height = 130;

}

 

CMSP_SCREEN =

{

x = 2635;

y = 129;

width = 179;

height = 41;

}

 

CMSC_SCREEN =

{

x = 2496;

y = 94;

width = 140;

height = 33;

}

 

UHF_PRESET_CHANNEL =

{

x = 2420;

y = 404;

width = 17;

height = 17;

}

 

UIMainView = Viewports.Center

 

 

Thanks, but aspect was messed up and some other minor things. I need to adjust those but thats the easy part. Thanks for help :thumbup:

 

Now i just need to try softh TH to get frame rate better.

 

Any way to get shark to display just shkval using same LUA ? Looks like shkval is left mfd but how i tell it to not display anything else when playing shark. ?

Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC )

 

 

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

Mayday , Mayday .. Now everything works but Cant quit the game because mouse don't work. ??

 

Soft TH in use (frame rate back to normal :)

 

Aero unchekked in options

Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC )

 

 

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

why are you using Soft TH?

 

you dont have to use it you can run this lua on both aircrafts without Soft TH

 

The shark whont display anything more than the SHKVAL and ABRIS

[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

why are you using Soft TH?

 

you dont have to use it you can run this lua on both aircrafts without Soft TH

 

The shark whont display anything more than the SHKVAL and ABRIS

 

 

Because i want full screen , better FPS :)

Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC )

 

 

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

Sci2 I have my A-10C MFD's working etc. They have been working for awhile. But when I hit RCNTL and Enter all I get is the joystick axis thing, no F-15C radar.

 

_ = 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.6;

}

}

 

 

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

-- Eagle Dynamics A-10C =

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

 

ED_A10C_LEFT_MFCD =

{

x = 1977;

y = 462;

width = 378;

height = 378;

}

 

ED_A10C_RIGHT_MFCD =

{

x = 2925;

y = 461;

width = 376;

height = 376;

}

 

ED_A10C_CDU =

{

x = 2980;

y = 80;

width = 300;

height = 300;

}

 

ED_A10C_CLOCK =

{

x = 2700;

y = 80;

width = 200;

height = 200;

}

 

ED_A10C_RWR =

{

x = 2300;

y = 100;

width = 170;

height = 170;

}

 

ED_A10C_CMSP =

{

x = 1985;

y = 125;

width = 220;

height = 75;

}

 

ED_A10C_CMSC =

{

x = 1985;

y = 275;

width = 220;

height = 75;

}

ED_A10C_UHF_FREQUENCY_STATUS =

{

x = 2752;

y = 300;

width = 100;

height = 45;

}

UIMainView = Viewports.Center

 

 

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

-- Eagle Dynamics Ka-50 =

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

 

ED_KA50_ABRIS =

{

x = 500;

y = 600;

width = 300;

height = 300;

}

 

ED_KA50_Shkval =

{

x = 0;

y = 600;

width = 300;

height = 300;

}

 

ED_KA50_UV26 =

{

x = 300;

y = 600;

width = 200;

height = 300;

}

 

ED_KA50_PVI =

{

x = 800;

y = 300;

width = 300;

height = 300;

}

 

ED_KA50_Ekran =

{

x = 800;

y = 600;

width = 300;

height = 300;

}

 

ED_KA50_CautionLights =

{

x = 800;

y = 0;

width = 500;

height = 500;

}

 

 

 

Any ideas.

[sigpic][/sigpic]

US Air Force Retired, 1C371

No rank or title will ever be as important as the unit patch you wear.

Link to comment
Share on other sites

Basicly it should show up on the exact same spot of the left MFD

at which position does your joystick axis show up?

 

Let me look at this .lua and see what i can find

 

what is the total resolution?

Soft TH bein used?


Edited by Sci2

[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

USAFMTL is probably using these files that aren't for FC3 :

http://forums.eagle.ru/showthread.ph...11#post1541311

 

He maybe only has to swap the viewporthandling.lua with the one that came with FC3 and/or insert just a "LEFT_MFCD =" / "RIGHT_MFCD =" export in his monitorsetup.lua and see which one is responsible for the radar.

 

I don't participate in testing FC3, so that's all help I can offer.

 

EDIT:

...norrised by ZMEY-HS-


Edited by PeterP

Link to comment
Share on other sites

What does the code for that look like?

something like this (RED at the end) :

 

 

_ = 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.6;

}

}

 

 

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

-- Eagle Dynamics A-10C =

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

 

ED_A10C_LEFT_MFCD =

{

x = 1977;

y = 462;

width = 378;

height = 378;

}

 

ED_A10C_RIGHT_MFCD =

{

x = 2925;

y = 461;

width = 376;

height = 376;

}

 

ED_A10C_CDU =

{

x = 2980;

y = 80;

width = 300;

height = 300;

}

 

ED_A10C_CLOCK =

{

x = 2700;

y = 80;

width = 200;

height = 200;

}

 

ED_A10C_RWR =

{

x = 2300;

y = 100;

width = 170;

height = 170;

}

 

ED_A10C_CMSP =

{

x = 1985;

y = 125;

width = 220;

height = 75;

}

 

ED_A10C_CMSC =

{

x = 1985;

y = 275;

width = 220;

height = 75;

}

ED_A10C_UHF_FREQUENCY_STATUS =

{

x = 2752;

y = 300;

width = 100;

height = 45;

}

UIMainView = Viewports.Center

 

 

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

-- Eagle Dynamics Ka-50 =

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

 

ED_KA50_ABRIS =

{

x = 500;

y = 600;

width = 300;

height = 300;

}

 

ED_KA50_Shkval =

{

x = 0;

y = 600;

width = 300;

height = 300;

}

 

ED_KA50_UV26 =

{

x = 300;

y = 600;

width = 200;

height = 300;

}

 

ED_KA50_PVI =

{

x = 800;

y = 300;

width = 300;

height = 300;

}

 

ED_KA50_Ekran =

{

x = 800;

y = 600;

width = 300;

height = 300;

}

 

ED_KA50_CautionLights =

{

x = 800;

y = 0;

width = 500;

height = 500;

}

 

 

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

-- Eagle Dynamics FC3 =

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

 

LEFT_MFCD =

{

x = 1977; --<< Change if necessary !

y = 462; --<< Change if necessary !

width = 378; --<< Change if necessary !

height = 378; --<< Change if necessary !

}

 

Link to comment
Share on other sites

You can't duplicate a setting.

LEFT_MFCD is what it is by default but as you can see PeterP has changed those. That change is reflected in each viewports init.lua

If your A10 part of the monitorconfig.lua says LEFT_MFCD then the F15 will use that setting. This works fine if you want the f15 radar to show up in the same exact spot as your A10 left mfcd.

If this is not what you want then you will have to rename the A10 Left_MFCD to something else like "ED_A10C_LEFT_MFCD" and edit the MFCD_init.lua file to say the same thing.

Then you can use the LEFT_MFCD setting in the monitorconfig exclusively for the F15 radar.

Airdog

| Asus ROG Strix Z370-E Mobo | i7 8700K @ 4.7 | 32 GB DDR4@3200mhz | Gigabyte 2080Ti OC 11GB| Samsung M.2 960 Evo 250Gb and 500Gb | Win10 Pro | Hotas Warthog #02743 | Track IR 5 | Toshiba 47" 120hz LED | Acer 23" Touchscreen | HELIOS |Oculus Rift-S|

 

http://www.blackknightssquadron.com/

Link to comment
Share on other sites

  • Recently Browsing   0 members

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