Jump to content

THEDUDE111

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by THEDUDE111

  1. Hello All, I am having an issue after take off in the F18. When performing an assault takeoff (ie Fly down the runway around 50ft agl and then pitch up to 50 degrees at threshold around 300-330 knots like the blue angels solo does) the aircraft loses altitude suddenly and almost certainly makes contact with the ground. Can someone explain whats going on, set up is as it would be in the real one. Is it the physics of the aircraft data in DCS? Or am I missing something.
  2. Hello All, TIA for any help. When I go to make a fast mission on the Nevada map, all the airports dont show up. Only 6 of them, while the others like Nellis, Tonopoah and Groom lake do not appear on the map. How do i create a flight/mission starting at one of those bases?
  3. images attached images of the issue
  4. Hello All, TIA for help. I have three monitors setup. Ill will add my current .lua below. The picture is spread across the three screen however on screen 2 and 3 the image is down about and inch or so on both the screen. Not sure what to do? Resolution on settings screen is 5760x1080 full screen is off. I cant figure out for the life of me how to bring up the two other screens. _ = function(p) return p; end; name = _('3 Screen'); Description = 'Configuration with 3 identical monitors each with its own camera' Viewports = { Left = { x = 0; y = 0; width = screen.width / 3; height = 1080; viewDx = -1; viewDy = 0; aspect = screen.aspect / 3; }, Center = { x = 1921; y = 0; width = screen.width / 3; height = 1080; viewDx = 0; viewDy = 0; aspect = screen.aspect / 3; }, Right = { x = 3841; y = 0; width = screen.width / 3; height = 1080; viewDx = 1; viewDy = 0; aspect = screen.aspect / 3; } } GUI = { x = 1921; y = 0; width = screen.width / 3; height = 1080
×
×
  • Create New...