Jump to content
The simFlight Network Forums

W4rl0ck

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

W4rl0ck's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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. Thanks .. yeah I was just going to create a group to write the pause but will take out the write only now 🙂
  3. 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
  4. 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
  5. I have created a small proof of concept plugin that only has a gear button. It shows the current state ( inactive (static gear) / up / moving / down ) in the screen and toggles gear on press. there is a small caption: https://imgur.com/a/aUZ3Jl9 It's a bit hacky but I plan to make it open source and hope some guys will help with it 🙂
  6. Hi, I think it would be possible to create a native plugin using the .net framework, as I wrote in this thread: There is a .net library https://github.com/OpenMacroBoard/StreamDeckSharp that allows updating the screens in the buttons.
  7. 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.
  8. I wonder if anyone got a stream deck? I think it would be possible to do really great stuff with them .. there is also a .net library at https://github.com/OpenMacroBoard/StreamDeckSharp I have no experience with .net, but I guess I'll look into it now
  9. Thanks for this... I know with the current bug in the simconnect.dll the experince is not the best... but I'm looking forward doing great stuff with the lua scripting .)
×
×
  • 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.