Jump to content
The simFlight Network Forums

djoscarmix

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by djoscarmix

  1. I understan all at this point, my question is how to assing this to a virtual button, how can i create virtual buttons ex: i run this script in HIDMacros for letter Q in 2nd Keyboard HIDMacros.SetFSUIPCInt &H66C0, 2, 1 Now how can i connect it for the macro NGX.MCRO 1="TaxiLights" I want to turn on TaxiLights when i press Q on 2nd Keyboard (Q in 1st Keyboard is for Sound ON/off) FSX->Menu->Complements->FSUIPC->Swicht and Buttons, so what i have to do in the next step?? thank u so much
  2. My main goal is can assign macro mouse creates with FSUIPC for PMdG 737NGX throught HIDMacros to a 2nd keyboard. And emulate it as overhead panel. So. My question is, : whats the best way to do that?.Thank u very much
  3. Save the following code as "ipcReady.lua" into your FS Modules folder: function sendmybutton(off, val) if (val >= 0) and (val < 288) then ipc.btnToggle(val) ipc.writeUW(0x66C0,-1) end end ipc.writeUW(0x66C0,-1) event.offset(0x66C0, "UW", "sendmybutton") Your HidMacros now only need to do something like: HIDMacros.SetFSUIPCInt &H66C0, 2, N i did it, but now i dont know how to link it with the virtual buttons :(
  4. How Can I use virtual buttons ?? how can i create virtual joysticks??? Thanks u so much Oscar
  5. thanks u,so i update my fsuipc, so how can i link mouse macros to HIDMacros for use a 2nd keyboard to simulate an overhead
  6. where can i buy new version?? in This new 4.8 is possible link mouse macros to HIDMacros for a 2nd keyboard
  7. hello, could you help me with this problem, i create a macro mouse for NGX PMDG, so im using this script HIDMacros.SetFSUIPCString &H0D70,40,"NGX: RightLightLand" i assing it to a letter in 2nd Keyboard but the macro does not execute in FSX Im using HIDMacros 2.2 and FSUIPC 4.30 Could you help me to find a way to execute FSUIPC Mouse macros in 2nd Keyboard as Overhead Panel thank u so much
×
×
  • 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.