Jump to content

lone82

Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. Didn't work for me. I take it I need to add some lines to the init.lua? WIll probably fail the IC.
  2. Somebody should compile a complete list of all Aircraft MFCD names and post. If I knew how to look them up I would. It would be a great document to have saved.
  3. I'm trying to get my MFD (TV) for the SA342 Gazelle on my second monitor with no luck. Perhaps I have the wrong viewport name? _ = function(p) return p end name = _('Thomas+Custom+Test') description = 'JF17, KA50_3, SU25T' Viewports = { Center = { x = 0; y = 1080; width = 3840; height = 1080; aspect = 3840/1080; } } local ui = 2 { x = 0; y = 1080; width = 3840; height = 1080; aspect = 3840/1080; } local bino = { x = 0; y = 1080; width = 3840; height = 1080; aspect = 3840/1080; } function reconfigure_for_unit(unit_type) if unit_type == "JF-17" then CENTER_MFCD = { x = 960; y = 0; width = 960; height = 1080; } RIGHT_MFCD = { x = 1920; y = 0; width = 960; height = 1080; } elseif unit_type == "Ka-50_3" then Shkval = { x = 960; y = 0; width = 1920; height = 1080; } elseif unit_type == "Su-25T" then RIGHT_MFCD = { x = 960; y = 0; width = 1920; height = 1080; } elseif unit_type == "SA342M" then LEFT_MFCD = { x = 960; y = 0; width = 960; height = 1080; } end end UIMainView = ui GU_MAIN_VIEWPORT = ui BINOS_NOSTEREO_VIEWPORT = bino
  4. THis is how I have it. Top monitor #2 is 3840x2160 and bottom "Main #1" monitor is 3840x1080 _ = function(p) return p end name = _('test2') description = 'JF17, KA50_3, SU25T' Viewports = { Center = { x = 0; y = 2160; width = 3840; height = 1080; viewDx = 0; viewDy = 0; aspect = 3840/1080; } } function reconfigure_for_unit(unit_type) if unit_type == "JF-17" then CENTER_MFCD = { x = 0; y = 0; width = 1920; height = 2160; } RIGHT_MFCD = { x = 1920; y = 0; width = 1920; height = 2160; } elseif unit_type == "Ka-50_3" then Shkval = { x = 0; y = 0; width = 3840; height = 2160; } elseif unit_type == "Su-25T" then RIGHT_MFCD = { x = 0; y = 0; width = 3840; height = 2160; } end end UIMainView = { x = 0; y = 2160; width = 3840; height = 1080; viewDx = 0; viewDy = 0; aspect = 3840/1080; } GU_MAIN_VIEWPORT = { x = 0; y = 2160; width = 3840; height = 1080; viewDx = 0; viewDy = 0; aspect = 3840/1080; }
  5. Why are custom autostart lua or just adjusting stock autostart lua included in the IC. What harm is there in making the autostart turn on this and turn off that? When you own almost all the modules. Remembering how to manual start everything is hard. We put a lot of work into making custom autostart to save time. Not to mention the pain of adding in the missing key binds that ED for some reason leaves out in order to make a voice attack script function if we want a custon autostart.. @BIGNEWY @NineLine
  6. The whole pure scripts thing needs an overhaul. You adjust the autostart in a gazelle to not turn on the lights and .... IC Check Fail!... it's just dumb
  7. Looks like somebody rubbed vaseline on the lens
  8. IR View in CA in MT & ST looks horribly blurred since last patch
  9. No Dust from vehicles traveling across terrain in MT
×
×
  • Create New...