Jump to content

Sarge55

Members
  • Posts

    2146
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Sarge55

  1. You think the TGP for Hornet wait is long? Pfffttt... I've been waiting for an A/G radar since Lock-On came out. And, I have a bad feeling it's going to be a lot longer yet, sigh. :cry:
  2. Excellent, thank's for the update Decoy.
  3. Can you move it to a second screen. I export my MFD's etc to a second screen and I have space, is it drag and drop?
  4. Nice reference to Gilligan's Island though.
  5. Thanks very much White Wolf appreciate it.
  6. Thanks Chuck.
  7. Nice, Thanks =DECOY=
  8. Also the crew will definitely be affected, be awhile before they can shake that off and get back in action.
  9. What Jonnie2Bad said and check to make sure you've turned off NWS.
  10. Thanks Chief appreciate the offer but the new spring is a lighter tension spring so the stick is easier to use. I estimate it to be about 20% less effort. Unless you're saying you had a light weight spring as well, then rats...
  11. Bit of a PSA guys. I've had my Warthog HOTAS for about 7 years and it's been pretty reliable. As most will know the joystick is pretty stiff and even though I've pulled it apart and re-greased it, it was still stiff with a solid flat feeling center. I came across this fellow who sells various types of springs primarily stiffer ones for extensions. https://warthog-extensions-by-sahaj.com/ However he also has a less stiff spring for sale. https://warthog-extensions-by-sahaj.com/shop/warthog-green-springs/ Which I ordered and I'm happy to say it's working great and is probably the spring TM should have shipped initially. The price includes shipping and took about 5 weeks to get from Poland to Western Canada. Straight forward to swap out the old one and install the new. (I doubt there is a Warthog owner who hasn't had to do that to re-grease the gimbal.) I did have to re-calibrate the stick but it's dead center again :joystick: Initially I tended to over correct, especially after 7 years of hauling against the original tension. But much easier now and seems smoother, perhaps due to less pressure on the gimbal.
  12. Lol'd...
  13. Great read. Thanks for posting.
  14. Will the camo cover still be default?
  15. @Lixma 06 Thanks for the heads up, i do use "flat only". Guess I'll just have to turn off the lights until they fix it.
  16. He's concerned about gun strafing, not bombs Lex.
  17. Yup, what discwalker shows is what I get as well.
  18. I have the same issue as well. Do we need more tracks?
  19. I'm guessing they all missed... I've been hit by AAA and it does leave a mark.
  20. @TheCamper, He means he's not able to assign a button/switch to the request "Bogey Dope" from the AWACS in the F-5 controls. It is found under Controls and in his case the option is grayed out, so not assignable.
  21. I'm thinking it's never a good idea to fire a missile into a furball. Better to provide SA to the engaged aircraft and/or close in for guns.
  22. sanc2775 Look in this thread https://forums.eagle.ru/forumdisplay.php?f=444 And post your problem there. Do you have any mods installed? Sometimes they can cause issues.
  23. @Quantem, Wow, I've never seen that format before very interesting. I'll have to check that out. @lal_fox, Here is my Mirage export. I only export the VTB but should help. I hope. Make sure your .init file(s) are pointing to the correct .Lua and that the names match. _ = function(p) return p; end; name = _('Mirage'); Description = 'M2000C'; Viewports = { Center = { x = 0; y = 0; width = 2560; height = 1080; viewDx = 0; viewDy = 0; aspect = 2.3703703703704; } } GUI= { x = 0; y = 0; width = 2560; height = 1080; } -- M2000C M2000C_VTB = { x = 3202; y = 238; width = 423; height = 423; } UIMainView = GUI
  24. lal_fox I'm pretty sure you don't need these two lines; LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD at the bottom. Just leave: UIMainView = Viewports.Center ____________________________________________________________________ _ = function(p) return p; end; name = _('MFD_AV8B'); Description = '1 écran et 2MFCD' Viewports = { Center = { x = 0; y = 0; width = 2560; height = 1440; viewDx = 0; viewDy = 0; aspect = 16/9; }, LEFT_MFCD = { x = 30; y = 1810; width = 710; height = 710; }, RIGHT_MFCD = { x = 1180; y = 1810; width = 710; height = 710; }, } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD
×
×
  • Create New...