Jump to content

h3pilot

Members
  • Posts

    46
  • Joined

  • Last visited

Everything posted by h3pilot

  1. There is an open hangar/shed at Groom Lake with a surprise (2 actually) inside.
  2. Love the Easter egg at Groom Lake! Hint: Keep your eye out for an open hanger/shed. ;)
  3. If you have a TrackIR, I find it helps to pause it when I jump to a door gunner and then aim with the mouse. I just cant aim using the TrackIR :)
  4. Any estimate on when a fix is expected? Is the "triage" something we can manually do ourselves? I saw another post where someone mentioned having read about "enabling" something in a .lua file, but they couldn't remember where they read it. I've done some searches and can't find anything. Regards, Matt
  5. No offense to the programmers, but I agree that the reflections and dirt are a bit overdone. You can get some pretty good reflections under a bubble canopy. I've got photos (in actual aircraft) where I can see my instrument panel or kneeboard reflection clearly. Scratches can reflect light at certain angles too, but not all angles and not without direct sunlight. Canopies are also kept pretty clean, so the spotty effect is overdone IMHO.
  6. I would like the ability to map a key (or button) to the same action on multiple aircraft. Some sort of "assign to all" option when mapping controls/buttons. For instance, the ability to assign the "B" key to the "Airbrake Extend" action on EVERY aircraft that has the Airbrake Extend action available. I do like the ability to map actions to individual aircraft. Being able to assign Joystick button #2 as "weapons release" on an F-15, but "Drag Chute" on a Su-25, allows more realism and I don't want to lose the ability to do that. I am tired of having to map the same action 16 times if I want the "J" key to be "Weapons Jettison" on ALL my aircraft. A "Delete from all" option would be nice too.
  7. vladibeast found a fix for this problem! Go to: C:\Users\[your username]\Saved Games\DCS\Config\Input\A-10C\joystick Edit the file: "Throttle - HOTAS Warthog {bunch of numbers here}.diff.lua" (note: I also had a similar file "Throttle - HOTAS Warthog {bunch of numbers here}.lua") Edit this section of the .diff.lua file: ["name"] = "HOTAS Boat Switch Aft", ["removed"] = { [1] = { ["key"] = "JOY_BTN10", Change the [1] to a [0] so it looks like this: ["name"] = "HOTAS Boat Switch Aft", ["removed"] = { [0] = { ["key"] = "JOY_BTN10", This fixed the problem for me. Thank you again vladibeast!
  8. THANK YOU, THANK YOU, SPASIBA!!! Your fix worked! :D I had both: "Throttle - HOTAS Warthog {bunch of numbers here}.diff.lua" and "Throttle - HOTAS Warthog {bunch of numbers here}.lua" Interestingly, I didn't have a "HOTAS Boat Switch Forward" entry, only the "HOTAS Boat Switch Aft" As you instructed, I changed the [1] to [0] in the .diff.lua file and it fixed the problem. ["name"] = "HOTAS Boat Switch Aft", ["removed"] = { [1] = { ["key"] = "JOY_BTN10", changed to ["name"] = "HOTAS Boat Switch Aft", ["removed"] = { [0] = { ["key"] = "JOY_BTN10", Thank you again.
  9. I am unable to map the "HOTAS Boat Switch Aft" action in the "A-10C SIM" Layer of DCS World to ANY throttle or joystick button . My Warthog Boat Switch Aft WILL map to other actions (the physical switch works) and it does map correctly for "A-10C Game" Layer. Please help fix this. (I first posted this in the DCS World Bugs & Problems forum but didn't get any responses. Searching the forums I can't find any other mention of this problem. Am I the only one with this issue??)
  10. I am unable to map the "HOTAS Boat Switch Aft" action in the "A-10C SIM" Layer of DCS World to ANY throttle or joystick button . :( My Warthog Boat Switch Aft WILL map to other actions (the physical switch works) and it does map correctly for "A-10C Game" Layer. Please help fix this. screenshot attatched:
  11. Is there a way to copy the joystick axis/buttons/keyboard configuration from one aircraft and use it for another? For instance, copy my entire TF-51D controller profile and paste it into the P-51D. Or copy my F-15 buttons into both the MIG-29A & MIG-29S layers. My forum searches didn't yield the answer. Thanks for any help.
×
×
  • Create New...