Jump to content

N1EL

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

N1EL's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi all, Im back, lol It works a well but I notice that when I start the sim and it first loads the throttle is in flight idle when the actual physical unit is in the cut off. It needs a slight movement of the throttle to jump to the cut off position. Is it possible to adapt that lua script above to not include flaps info? maybe that has something to do with it when i deleted part for the flap dataref info. Any ideas?
  2. Yes works nicely, I removed the link to the flaps dataref as I have them set elsewhere. Thanks. Neil
  3. I was going to try having one axis to control the Off - Low idle - High Idle. Then another axis to move the stick from High Idle to Flight Idle. Thank You. Neil
  4. Hi, I am having real trouble solving this, I have got the Mixture setting sorted, and its only controlling Off to Low to High (which I want) if mixture_axis > 0.99 then SetTo = 2 end if mixture_axis < 0.60 then SetTo = 1 end if mixture_axis < 0.01 then SetTo = 0 end Now I am having trouble creating a new Lua ( I really havent a clue) for my Prop axis, I want this to be used to move from High Idle (2) to Flight Idle (3). I assume something like if mixture_axis > 0.95 then SetTo = 3 end if mixture_axis < 0.05 then SetTo = 2 end Will work, However I have no idea how to make a lua work, Ive tried coping the Mixture one and then Changing the above, I have tried finding the Prop axis id using the methods described I just can get it to work. 28 is my Mixture 1 value. I cant find my Prop 1 value. Any help would be great.
  5. Hi all, Please can anyone confirm how the file structure should be for this CSL to go into Pilotedge, and Vatsim, Thanks Neil
×
×
  • Create New...