Jump to content

CervO

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by CervO

  1. Happened to me also for the first time two days ago on MP Grayflag. George won't respond anymore to the slave command. Couldn't find a way to fix it (didn't try what Sulfa did) ... I am not on my computer now, will see if I have a track.
  2. oooooh so great need to try this ASAP
  3. The bug exists since like sept 2022. I have had it so many times. It is systematic when you lost one engine by enemy fire, the engine will not shut down whatever you try to do (all systems off and you can still hear engine running in F2 view) and so the ground crew will refuse to repair asking you to shut down your engines. To me the most frustrating bug of the Apache, you are glad to make it back to the FARP with one engine and there is no repair possible ... awful
  4. I confirm the same, more then ever since the last update when reducing collective the Apache rolls right like a wild horse. It was kind of existing before but not so much, here it is kind of crazy. Hopefully the real one doesn't behave like that because there would be a lot of RIP. Can't believe nothing was changed that impacts the flight model .. it is so obvious.
  5. Hi, I was thinking this bug was well known and being adressed. It is one of the most frustrating one not being able to repair. I don't have a track but I can add that in my case I try to repair only after one engine is out. Not sure if there is a link but EACH time I try to repair with one engine out I have the same behaviour as described by shot, meaning the engine out doesn't really stop, you can still hear a light engine noise by the way and there's nothing to do about it. So the ground crew will refuse the repair asking to shut down engines ...
  6. It is obvious that with more FPS you can better control the helicopter. More FPS, more control. Especially if you were going below 30fps before MT So for sure indireclty MT "improves" your flying xp by increasing FPS
  7. Since last update I noticed Vortex would happen more frequently and suddenly. So it’s more a question than a bug I guess. Did you change helicopter behaviour regarding Vortex ? Thank you
  8. That was so simple ,,, thanks a lot it works :-0
  9. Hello, I have configured export for Apache TEDAC. My config is 1 monitor + 1 android tablet connected trough spacedesk app. The tablet is set at the top right of the monitor in display settings. My monitor is 2560*1440 and tablet 1280*800 I have set 3840*1440 in DCS Resolution setting. When I play the game everything is fine, I have the main screen on my monitor and the TEDAC on the tablet. But the issue is on the maim welcome screen of DCS (so when not playing) because it is extended to my tablet screen which I don't want and is also anyway an issue since the tablet screen height is smaller than monitor only part of the top menu is accessible. Any idea ... ? Thank you. Here is my screen lua : _ = function(p) return p; end; name = _('Apache1'); Description = 'One monitor configuration+tablet' Viewports = { Center = { x = 0; y = 0; width = 2560; height = 1440; viewDx = 0; viewDy = 0; aspect = 2560/1440; } } TEDAC = { x = 2561; y = 0; width = 768; height = 768; } UIMainview = { x = 0; y = 0; width = 2560; height = 1440; } GU_MAIN_VIEWPORT = { x = 0; y = 0; width = 2560; height = 1440; } --UIMainview = Viewports.Center
×
×
  • Create New...