Jump to content
The simFlight Network Forums

dazz

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by dazz

  1. I'm ready to use this wonderful feature (the VRInsight plugin) to re-map my MCP-Combi for all my planes. Just one question please. Is it possible to set the filters separately for each aircraft (or better, for each profile)? I guess it's not, but I could get around that with a function that returns the A/C & profile in use. Not the most elegant solution, but it would do Thanks in advance
  2. dazz

    FSUIPC_VRInsight_Mod

    This looks great! does this mean that buttons in the MCP Combo Panel behave as buttons at last instead of sending a single keystroke? EDIT: ok, I can see the buttons are hard coded (or at least I think so) to behave as toggle buttons, not press & hold. Too bad, but it's a VRInsight issue anyway. The mod is still a nice thing to have. No more conflicting key mappings so Thanks Günter
  3. Ok, I can see it's mentioned there at #10, should have noticed there was a patch in the downloads section. Fixed. Thanks Pete
  4. I have this simple lua script: if ipc.get("activeNav") == 1 then ipc.macro("MADDOG2: AP CRS1 INC") else ipc.macro("MADDOG2: AP CRS2 INC") end [/CODE] where I call a macro everytime it's executed. This is mapped to a rotatory knob (AP CRS) that crashes the sim when continuously turn it for a few seconds. It looks as if too many macro calls were overflowing the call stack or something, because it doesn't happen if I add a ipc.sleep(1000) Ok, happens also with this test script without macros: [code] ipc.display(ipc.get("intDec")) ipc.set("intDec", ipc.get("intDec") + 1) I could very well be missing something obvious. Really need some sleep :) Thanks
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.