Jump to content

Grizzly_

Frozen-Inactivity
  • Content Count

    4
  • Donations

    $0.00 
  • Joined

  • Last visited

Community Reputation

0 Neutral

Flight Sim Profile

  • Commercial Member
    No
  • Online Flight Organization Membership
    none
  • Virtual Airlines
    Yes

Recent Profile Visitors

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

  1. Now I have an another question because I have see that FSUIPC needs a license. So is there also a free method to do my plans? Thanks for the help
  2. Thanks again for all your help! I already have a "joystick" board so I won't switch to an Arduino at the moment unless it is necessary Well, first of all thanks for this idea. I haven't taken a look at it but I surly will!
  3. Thank you for your reply @rob0203! I will take a look at it.
  4. Hello, I am new to this forum so please apologize if I use the Topic. Currently I am a user of XPlane11 but I would like to switch to P3D due to the better planes and so on... So I've build a small button box for flight sim and wrote a Fly with Lua assignment script so I can use all my buttons, switches, rotary encoders properly. I am wondering if it is possible to write a similar script for P3D? Does someone have some experience with it? I really appreciate any help. Thanks in advance! Grizzly The script shall have some features like shown below: dataref("heading", "the_dataref_of_heading", "writeable") function do_hdg_up() i = 1 if button(1781) then i = 10 end heading = heading + i end create_command("script/doHeading, "heading up","do_hdg_up()", "", "") set_button_assignment(1783, "script/doHeading")
×
×
  • Create New...