Jump to content

hreich

Members
  • Posts

    1651
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by hreich

  1. Anybody know what this option in special options is: -- man-trk ramp up speed?
  2. I have version but when i launch DCS i get trhis error: The following DLCs are not authorized and will be disabled: VPC Airfield Equipment
  3. What is proper procedure to switch master arm off...Once in the air, whatever i do, i cant swich master arm to off...
  4. 12 years after DCS A-10C release wingman ground attack AI still not fixed...Does anybody in ED have plans to fix ground pounding logic of AI wingman?
  5. (9) years later and wingman still doesnt attack ground targets !!!!!!!!!!!!!!!!!
  6. So instead of fixing it, ED decided to leave option avalable in comms menu, but disabled..
  7. I tried ordering ,my wingman to attack ground targets with all available command but he doesnt attack? he just flies beside me...That is 90% percent of flown missions..Only in 10% percent he starts engaging target...ow to properly use wingman to notice andd attack ground targets (beside editing mission file with attack targets in zone commmands?
  8. Littleold topic, but here goes: Hi i am using your MEP latest version...And while using escort apache somewhere during mission i get this error every time....Do you have idea what could be a problem..? null
  9. Can somebody share with me their CombinedArms.dll file...i will try to report to Eset as safe file
  10. i'll have to check if it's registered as axis or as button press...Update...It is setup as axis
  11. I am using this piece of hardware to cotrol majority of my knobs in ah-64. https://www.laptime.nl/shop/index.php?id_product=8&controller=product&id_lang=1 So i have setup so that one dial controls master volume control...i Have to rotate it around 20 full circles just to have radio comms master volume knob at max position..How can make it spin faster?
  12. Add gamma to exported screens...C'mon people are buying up to 1000usd hardware to have exported screen to home cockpits, and this problem still exists..What would you do if something made using HOTAS setups unusable...? you would fix it a priority number one..
  13. That TADS display on 20 second mark (on your left MFD)...mine is fully dark, almost nothing can be seen..How is your so bright?
  14. Well i wish to look on my left pilot MFD screen (like repeater), the thing the cpg is looking? But i wan't to see the flir image and that image to be bright enough for me to confirm what cpg is locking? Or how do i tell him to switch to FLIR?
  15. I am trying to get a picture form TADS on my left pilot MFD but in a way that screen is not dark and - i need to have a flir camera ? How to setup that?
  16. Thanks that fixed ghosting problem...but now my eufd look like this UPDATE -i figured -cockpit tedac screen is overlayed over pilot EUFD...so i disabled TEDAC export and now i have working Pilot station, and tedac i use on my main monitor....
  17. Hi....i am using your superb helios profile - but still i have this problem which is state as fixed in one of open beta updatres

    • Fixed: Exported TEDAC creates a double image on the TEDAC in the cockpit.

    mine is still double

    1. Bunny Clark

      Bunny Clark

      That's not something that is tied to Helios but to display exports. The update changed how the TEDAC exports work, and if you've re-applied edits to the display init.lua file after the update you probably overwrote the update that fixed the double image. I haven't had time to really dig into the Apache changes yet, so I can't offer you specific instructions for making it work right now. 

  18. Also how to incorporate this fix ---> into mine monitor config.lua which is: _ = function(p) return p end name = _('H_AH64D_Multiseat_SwitchPit2') description = 'Generated from Helios Profile AH64D_Multiseat_SwitchPit2' AH64_CMWS = { x = 3310, y = 864, width = 144, height = 72 } --AH64_CPG_EUFD = { x = 3280, y = 640, width = 400, height = 196 } AH64_CPG_KU = { x = 2640, y = 640, width = 480, height = 60 } --AH64_LEFT_CPG_MFD = { x = 2000, y = 80, width = 480, height = 480 } AH64_LEFT_PLT_MFD = { x = 2000, y = 80, width = 480, height = 480 } AH64_PLT_EUFD = { x = 2635, y = 20, width = 455, height = 300 } AH64_PLT_KU = { x = 2640, y = 617, width = 480, height = 60 } --AH64_RIGHT_CPG_MFD = { x = 3280, y = 80, width = 480, height = 480 } AH64_RIGHT_PLT_MFD = { x = 3280, y = 80, width = 480, height = 480 } AH64_TEDAC = { x = 2640, y = 80, width = 480, height = 480 } Viewports = { Center = { x = 0, y = 0, width = 1920, height = 1080, aspect = 1.77777777777778, dx = 0, dy = 0 } } UI = { x = 0, y = 0, width = 1920, height = 1080 } UIMainView = UI GU_MAIN_VIEWPORT = Viewports.Center And how to use this fix which is listed in December 21, 2022 update ? Fixed: Exported TEDAC creates a double image on the TEDAC in the cockpit.
  19. mine export looks like this: - where should i put your code for TEDAC? _ = function(p) return p end name = _('H_AH64D_Multiseat_SwitchPit2') description = 'Generated from Helios Profile AH64D_Multiseat_SwitchPit2' AH64_CMWS = { x = 3310, y = 864, width = 144, height = 72 } --AH64_CPG_EUFD = { x = 3280, y = 640, width = 400, height = 196 } AH64_CPG_KU = { x = 2640, y = 640, width = 480, height = 60 } --AH64_LEFT_CPG_MFD = { x = 2000, y = 80, width = 480, height = 480 } AH64_LEFT_PLT_MFD = { x = 2000, y = 80, width = 480, height = 480 } AH64_PLT_EUFD = { x = 2635, y = 20, width = 455, height = 300 } AH64_PLT_KU = { x = 2640, y = 617, width = 480, height = 60 } --AH64_RIGHT_CPG_MFD = { x = 3280, y = 80, width = 480, height = 480 } AH64_RIGHT_PLT_MFD = { x = 3280, y = 80, width = 480, height = 480 } AH64_TEDAC = { x = 2640, y = 80, width = 480, height = 480 } Viewports = { Center = { x = 0, y = 0, width = 1920, height = 1080, aspect = 1.77777777777778, dx = 0, dy = 0 } } UI = { x = 0, y = 0, width = 1920, height = 1080 } UIMainView = UI GU_MAIN_VIEWPORT = Viewports.Center
  20. I also noticed but before MT patch, that i could stable hover like a pro...like it got easier...Maybe just me fyling by muscle memory...
  21. In open beta changelog - there is mention of a special MT mission uploading mode decreases mission opening time - where i this misison located and what is it's name?
×
×
  • Create New...