Jump to content

Goldwolf

Members
  • Posts

    9
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, I thought I would post this problem as I have not seen it posted anywhere else that I`m aware of. I can now see through the water on my 2nd and 3rd monitors. I also have odd clouds on those monitors also but this might be related to issues other people are having. Both images are from the caucasus map. I only show the one monitor and main monitor in the images, as the other side doesn't show the water. Not sure if there is a fix for this and the cloud issue yet. Thank yoiu.
  2. Its been a while, but I don't believe I edited anything with the Ka-50 folder and its lua files. I would recommend trying to get the monitors setup correctly first, then testing the Ka-50 to see if the 2 screen output. This is outside the scope of Ikarus and should work.
  3. Hey Fakum, I have the KA-50 but have not set it up. However, I just loaded it in DCS and with the monitor configuration I posted above, both the Shkval and ABRIS output correctly on my fourth monitor. I would then assume that the following controls their output: LEFT_MFCD = { x = 4394; y = 2160; width = 500; height = 500; } RIGHT_MFCD = { x = 5260; y = 2160; width = 500; height = 500; } Hope that helps!
  4. Hey Fakum, I have not exported any of the KA50 screens but I have for some other aircraft. For example, find below my Custom monitor setup in case it helps: _ = function(p) return p; end; name = _('Custom-Views&MFDs'); Description = 'Custom Views & MFDs' Viewports = { Left = { x = 0; y = 960; width = 1920; height = 1200; viewDx = -1; viewDy = 0; aspect = 1920 / 1200; }, Center = { x = 1920; y = 0; width = 3840; height = 2160; viewDx = 0; viewDy = 0; aspect = 3840 / 2160; }, Right = { x = 5760; y = 1080; width = 1920; height = 1080; viewDx = 1; viewDy = 0; aspect = 1920 / 1080; } } LEFT_MFCD = { x = 4394; y = 2160; width = 500; height = 500; } RIGHT_MFCD = { x = 5260; y = 2160; width = 500; height = 500; } VIGGEN_RADAR = { x = 5130; y = 2280; width = 600; height = 600; } UIMainView = { x = 1920; y = 0; width = 3840; height = 2160; aspect = 1.77; } GUI = UIMainView For the Viggen radar output, I had to update the following: C:\Eagle Dynamics\DCS World 25\Mods\aircraft\AJS37\Cockpit\scripts\radar\Indicator\init.lua Add under top line: local my_path = LockOn_Options.script_path.."VIGGEN_RADAR" Add to bottom: dofile(LockOn_Options.common_script_path.."ViewportHandling.lua") try_find_assigned_viewport("VIGGEN_RADAR") I hope that helps
  5. Hi Fakum, I added that line just in case on your computer you have a separate DCS open beta folder. If you are seeing the aircraft dials in Ikarus, try using an aircraft in DCS and see if the dials in Ikarus correctly correlate to those in DCS. If they dont, its probably an issue with the Export.lua. I hope that helps! Once its up and running, its a great program and works really well for me.
  6. I posted a noobie guide on Reddit. I had problems at first but was able to get it working! I love it!
×
×
  • Create New...