Jump to content
Sign in to follow this  
Guest

Xml Gauge Heeelp

Recommended Posts

Guest

Hi all I am having a problem i'm trying to make a switch to open a cargo door this uses Shift E followed by the number 2 what i have so far is as follows (G:Var1,bool)Toggle Aircraft Exit(G:Var1) ! (>G:Var1) 0 (>K:TOGGLE_AIRCRAFT_EXIT)(G:Var2) ! (>G:Var2) 0 (>K:NUMBER_2)what have i done wrong Thanks in advanceDennis

Share this post


Link to post
Share on other sites
Guest

Don't know what you are trying to accomplish with using two vars, but here is a click event I use to move focus back to both engines:0 (>K:ENGINE) d 0 (>K:SELECT_1) 0 (>K:SELECT_2)Don't have access to the events right now, but maybe there exist something similar for doors?

Share this post


Link to post
Share on other sites

LSMay be already mentioned, but the (>K:Afterburner1 & 2) sounds work well in cooperation with the xmlsound.gau.Jan"Procul Negotiis"

Share this post


Link to post
Share on other sites
Guest

Hi MateI am trying to get a switch to open a cargo door on a Bae 146the sequence is Shift + E + 2have made a Switch to open the cabin door which uses the sequence Shift + E(G:Var1) ! (>G:Var1) 0 (>K:TOGGLE_AIRCRAFT_EXIT)now i need to add to the above the keypad number 2 giving me Shift = E + 2hope this explains it a bit better

Share this post


Link to post
Share on other sites
Guest

Hi,We have successfully used the following code to open the cargo door:(G:Var1) 0 >(G:Var1) 1 < if{ 120 (>G:Var1) 1 (>G:Var2) }(G:Var2) 1 == if{ (>K:TOGGLE_AIRCRAFT_EXIT) (>K:SELECT_2) 0 (>G:Var2) }(G:Var1) 0 > if{ (G:Var1) 1 - (>G:Var1) }This switch will remain in open position until the door has fully opened.-Esa

Share this post


Link to post
Share on other sites
Guest

A BIG thanks guys for all the help I now have it working fine Thanks AgainRegardsDennis:-beerchug

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...