Jump to content

bumblebomb

Members
  • Posts

    164
  • Joined

  • Last visited

Everything posted by bumblebomb

  1. Not that I knew of... I haven't changed that settings after installing. Feels like a sim, too.
  2. EDIT / I got this working with RSmapper, actually. Release on BTN29/30 to RAlt+End and RAlt+Home for right (lucky guess) Question though: why does this work at all? in the entire controls setup there is ne predefines keybind for "RAlt+End/Home".
  3. Ich hab ihn gestern per Kontaktformular angeschrieben, heute Antwort von warthog.extensions.by.sahaj@gmail.com. Soweit alles gut.
  4. Strange. Definitely not where the guy puts in back on in Then again, I just saw that's the old version.
  5. Where does it go anyway? Wow, wait - is *this* where the ring should be? https://ibb.co/DWCsmGB I bought my TMWH HOTAS 2nd hand and when I disassmbled it was sitting *here*: https://ibb.co/1vGW1Gn Did the last owner not properly assemble it..? EDIT: does the forum have a picture host function.?
  6. I got that, but where do I define what happens when cutoff is off? I can map cutoff to buttons 29/30, yes. But like I said, when cranking and moving the physical throttle over the hump from cutoff to idle pos, nothing happens.
  7. Gibt's einen guten Shop, der von innerhalb Deutschlands oder zumindest nicht allzuweit weg Teile verkauft wie z.B. Teflon-O-Ring für den WH-Stick, Schmierfette, Extensions usw.? Finde oft gute Angebote, aber die Versandkosten sind dann immer gleich irre.
  8. Cutoff might work, yet, I'd like to *start* the engines by moving the throttles *out* of Cutoff. It never did that here.
  9. I'd like to keep it simple and only modify the lua without further additional software for the moment, for one I then don't depend on another software I need to learn and possibly debug and then would like to understand the DCS syntax anyway.
  10. Can someone deny/confirm syntax has changed? Can't make it work for the Tomcat: https://forums.eagle.ru/showthread.php?p=3895793#post3895793
  11. Hi all, I'd like to make the F-14's engines (or others, too) start when I move the Warthog throttle levers out of the detent position. These are Buttons 29 and 30 on the throttle and "pressed" means OFF, so when not pressed I want to start. Searching around a bit here I brew together this: In C:\Program Files\Eagle Dynamics\DCS World\Mods\aircraft\F14\Input\F-14B-Pilot\joystick\Throttle - HOTAS Warthog.lua I modified this join_override(res.keyCommands,{ --throttle out of engine detent 28apr2019 { combos={{key='JOY_BTN30'}}, down=iCommandLeftEngineStop, up=iCommandLeftEngineStart, name=_('Throttle2-Pos. OFF/IDLE'), category=_('Engine Control')}, { combos={{key='JOY_BTN29'}}, down=iCommandRightEngineStop, up=iCommandRightEngineStart, name=_('Throttle1-Pos. OFF/IDLE'), category=_('Engine Control')}, --Flight Control The entries are in the new section now, but with a reddish color, so I guess the syntax is wrong, and moving the throttle does not make the gui "jump" to the according lines. I relied on a post from 2017 and suspect the syntax might have changed: https://forums.eagle.ru/showthread.php?t=184527 Pointers appreciated.
×
×
  • Create New...