Jump to content

Couple of Helios ?


Recommended Posts

I have been running Helios and Loz's profile for A10C for some time now, and it's a pure joy to fly with!

Now I'm trying to load up with enough coffee to get Helios and BlackShark running too, however I think I read somewhere that the viewport exports for A10 and BS can't co-exist in DCSWorld, and one would have to edit or swap the files everytime when changing aircraft.

Is that so, or is it in fact possible to have World configured for both at the same time?

 

Wich leads me to the next, probably silly question. Is it possible to make a profile for the P51 or does Helios need an update for that to work?

 

As you can tell I haven't really done anything in Helios yet, exept monkey see, monkey do stuff :crazy:

System: Asus z270 A Prime, Intel i7-7700K 4.8GHz, 32GB DDR4, RTX2080, Samsung 500GB 850 EVO SSD.

Valve Index VR, TM Warthog Throttle & Grip, Virpil MongoosT-50CM2 base, TM TPDR Rudders.

OS: Win10 Home

 

 

Link to comment
Share on other sites

Thanks for chiming in, yeah, I was pretty sure about P51 not being compatible with Helios yet, but thought I'd better ask anyway..

You're right about no WWII stuff, but still I find it pretty fun and very challenging to fly the P51. My landings still look like crap, and dogfight skills are none existant :joystick: Still good fun though, double so if I could make a instrumentpanel for it.

System: Asus z270 A Prime, Intel i7-7700K 4.8GHz, 32GB DDR4, RTX2080, Samsung 500GB 850 EVO SSD.

Valve Index VR, TM Warthog Throttle & Grip, Virpil MongoosT-50CM2 base, TM TPDR Rudders.

OS: Win10 Home

 

 

Link to comment
Share on other sites

the viewports problem has been sorted it is on this forum, somewhere,

goto the input part of the forum i think it's there.

it was a naming thing if each viewport has its own individual name they don't conflict.

someone put up a new monitor config file which solved it.

AMD A8-5600K @ 4GHz, Radeon 7970 6Gig, 16 Gig Ram, Win 10 , 250 gig SSD, 40" Screen + 22 inch below, Track Ir, TMWH, Saitek combat pedals & a loose nut behind the stick :thumbup:

Link to comment
Share on other sites

  • 2 weeks later...

The other problem with co-existance of Warthog and BlackShark for Helios is the Exports.lua file, which is different in each case. I've developed a combined Exports.lua that allows both the A-10 and the Ka-50 exports with the one file - I'll start a new thread with a copy of the file, for anyone who needs it.

Link to comment
Share on other sites

Im pretty sure it was PeterP that posted the fix for this somewhere. Search his name for posts he has made and you will find it.

Or basiclly you just need to go into the the appropriate KA50 viewport xxx_init.lua file and make sure that the line labled "Try_find_assigned_viewport" does not have entries that conflict with any other xxx_init.lua files.

For example the Shkval_init.lua line 18 might say:

try_find_assigned_viewport("Left_MFCD")

 

The words "Left_MFCD" conflict with the A10c MFCD_init.lua that also says Left_MFCD. The fix for this conflict would be to rename the left_mfcd in the shkval_init.lua to something like "Shkval" like this:

try_find_assigned_viewport("Shkval")

now in your monitor config.lua you would have something like this:

Shkval =
{
    x = 764;
    y = 1152;
    width = 470;
    height = 350;
}

 

Here is my monitor config showing all the exports that I use and their names:

 

 

_ = function(p) return p; end;
name = _('A10BS2 4080x2160');
Description = '4080x2160'
Viewports =
{
Center =
{
 x = 0;
 y = 0;
 width = 1920;
 height = 1080;
 viewDx = 0;
 viewDy = 0;
 aspect = 1.77777777777778;
}
}
RIGHT_MFCD =
{
 x = 1430;
 y = 1152;
 width = 420;
 height = 420;
}
LEFT_MFCD =
{
 x = 70;
 y = 1152;
 width = 420;
 height = 420;
}
UHF_FREQ_STATUS =
{
 x = 2590;
 y = 1115;
 width = 143;
 height = 30;
}
DIGIT_CLOCK =
{
 x = 537;
 y = 1890;
 width = 100;
 height = 100;
}
RWR_SCREEN =
{
 x = 606;
 y = 1354;
 width = 150;
 height = 150;
}
CMSP =
{
 x = 3065;
 y = 25;
 width = 340;
 height = 75;
}
CMSC =
{
 x = 858;
 y = 1382;
 width = 210;
 height = 60;
}

CDU_SCREEN =
{
 x = 3118;
 y = 408;
 width = 370;
 height = 305;
}

UHF_REPEATER =
{
 x = 678;
 y = 1782;
 width = 90;
 height = 22;
}

UHF_PRESET_CHANNEL =
{
 x = 2720;
 y = 1018;
 width = 30;
 height = 30;
}
Shkval =
{
    x = 764;
    y = 1152;
    width = 470;
    height = 350;
}
ABRIS =
{
    x = 1318;
    y = 1461;
    width = 380;
    height = 490;
}
PVI =
{
    x = 3077;
    y = 170;
    width = 345;
    height = 150;
}
EKRAN =
{
    x = 1367;
    y = 1200;
    width = 100;
    height = 80;
} 
UIMainView = Viewports.Center

 

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...