Jump to content
The simFlight Network Forums

W4rl0ck

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by W4rl0ck

  1. I have two buttons working, the landing gear and a pause button. Last week a family member had an accident so I can currently not continue working on this little project. I plan to continue on it later.

    I'm using a great library for stream deck https://github.com/BarRaider/streamdeck-tools which also has a project template. It directly creates streamdeck plugins when build.

    I uploaded my current codebase at https://github.com/bastianh/de.dafire.fsuipc in case someone wants to look at it... it's quite simple to work with both libraries even through I have no experience in c# and had to look up lots of stuff .) 

  2. Hi,

    I have a problem with reading / writing pause, and it also happens in the example app.

    On the Page BC004 Writing to offset I can enable disable the pause in FS X .. but if I press p in the simulator it enables the pause and instantly disables the pause again.

    it works when I go to a different page in the example app.

    I guess the problem is that `FSUIPCConnection.Process();` writes the "disable pause" offset on every call when it's defined and since it's write only it does not take the simulator state into consideration

    Bastian

  3. I have created a small proof of concept addon that only has a gear button.

    it shows the current state ( no gear / up / in transition / down ) and toggles the gear with a keypress.

    this is superior to using just any keypress or joystick animation since it can show the current state in the little screen.

    It would probably even be possible to draw a artificial horizon or something like that in the icons 🙂

    I would like help in form of ideas, code support, icons / graphics and stuff like that. I'll definatly make it open source.

    here is a small video capture of the gear button in action: https://imgur.com/a/aUZ3Jl9

  4. Thanks ... I have not seen the other thread.

    I think a plugin will be superior because it could show buttons depending on state of the airplane .. but I agree that this will probably be much work .)

     

    btw if you want to test it before eventually buying .. there is an official iOS  and Android app that allow to use your mobile phone as a stream deck.

×
×
  • 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.