Jump to content
The simFlight Network Forums

julietbravo

Members
  • Posts

    4
  • Joined

  • Last visited

julietbravo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Pete In fs9 we have had the ability to complete stop refueling whenever you go through a fuel area by adding the line StopAutoFuel=Yes to ini file It seem to be not working in FSUIP4. Have this not been incorporated in FSUIP4, or is there something else we need to put in the ini file to stop FSX refueling. I have registered version of FSUIP4.
  2. You do know that you need a registered version of FSUIPC to make these files work here you will find the guide how to install lua files If you still do not get it right, you can use the private message function and send me a PM with your email address and I will send you the files and the step by step guide to help you.
  3. Ok I have found the variables and added then to a Lua file and everything is working perfectly I have created 1 lua file that I use for both left and right, Fully close, half open and full open. -- param nr -- 1 = Cowl flap Close -- 2 = Cowl flap Half -- 3 = Cowl flap Open -- Cowl flap_L_and_R Close if ipcPARAM == 1 then ipc.writeLvar("L:Duke_Cowl_Flaps_Switch_1", 0) ipc.sleep(500) ipc.writeLvar("L:Duke_Cowl_Flaps_Switch_2", 0) -- Cowl flap_L_and_R Half elseif ipcPARAM == 2 then ipc.writeLvar("L:Duke_Cowl_Flaps_Switch_1", 1) ipc.sleep(500) ipc.writeLvar("L:Duke_Cowl_Flaps_Switch_2", 1) -- Cowl flap_L_and_R Open elseif ipcPARAM == 3 then ipc.writeLvar("L:Duke_Cowl_Flaps_Switch_1", 2) ipc.sleep(500) ipc.writeLvar("L:Duke_Cowl_Flaps_Switch_2", 2) end To set the cowl flaps individually split the file up and have only the one line for each engine per file. Anyway for so long it does work with my set-up perfectly. Regards JB
  4. Well I must admit that the lua files for the JS41 and the catalina is the next best thing that could have happened for me personally. To be able to fly without the need to use the mouse is absolute awesome. Now I have just a request. I am looking for a Lua file for the 2 cowlflap switches on the Realair DUKE B60. I have everything mapped to keys or buttons except the cowl flaps. I have emailed rob from Realair and he just told me the cowl flaps is not mapped to standard FSX cowlflaps and thus I cannot use the FSX commands. With the advent of the LUA files I am sure it there is a possibility to have it programmed. Regards JB
×
×
  • 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.