Jump to content

lone82

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by lone82

  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
  10. The Marking Smoke is so thick in MT that it lags Multiplayer servers. It also lasts until the server resets in MT. Never disapates. Works like normal in regular open beta.
  11. Both Versions. It's almost unuseable. Have to almost look at the ground to make out anything. Gain adjustment (in IR Mode)works in gunsight just not in bino. Also Marker smoke shot from bino's never disappears until server restarts.
  12. Easy fix (at least worked for me). Make sure game is closed. Go to your \Users\YOUR NAME\Saved Games\DCS.openbeta\Config\ folder. Rename the "Input" folder to "temp". Start the game, go to Options, Controls, Click OK and exit the game. A new Input folder will be generated. Now move everything in the "Temp" folder back to the new "Input". All conflicts should be gone.
  13. For some reason I get no response to radio calls in Multiplayer in 1.5 or 2.0. Single player works fine. What could cause this?
  14. Thanks for the offer Airbus. There isn't a set of Saitek pedals available in the US and wont be any until sometime in March. Those are awesome pedals. I was just looking for something to hold me over until April when my Crosswinds come in. You might make a big profit selling them on Ebay.
  15. It's not like that in the program. For some reason when we paste it into the forum it adds the space
×
×
  • Create New...