Jump to content
Sign in to follow this  
guenseli

lib fallback (module version 1.2)

Recommended Posts

This is the so called "fallback" library, means all FSX standard plane assignments which should be the base for any further assignments!

 

I have made little improvments over the last month and will update this file regularly from time to time

 

.I do not know all improvements, but an example is the reverser functions "reverser inc/fast" and "reverser off" which allows to get the reversers off not suddenly with THROTTLE_CUT but a bit slower.Just as an example...

 

You can find an replace the current lib-fallback at

 

Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Modules\linda\libs

 

Just replace the current lib-fallback.lua

(you can of course backup the old one)

 

Here's the link:lib-fallback_v1_2.zip

 

 

There is no new assignment necessary.Have fun!

 

 

 

Upd. August 2012

 

added

open door when addon is loaded.

 

Important! read:

This is default deactivated to avoid confusion!

open lib-fallback.lua with LINDA Editor and go down to the "other" section

There you will find the lines for "open door"

Uncomment two lines by removing the --

In the end the code should read

---------------------------------------------------------------------------------
------ open door when loading
OnGround = ipc.readUW("0366") -- plane on ground?
if OnGround == 1 then ipc.writeUW("3367", 1) end -- if on ground, open door
---------------------------------------------------------------------------------

 

(Disclaimer:

this is not like payware like e.g. "FS Realtime" or whatever it is called.

This function is just setting FS to UTC time when you press the button you assigned with.

It DOES NOT keep your FS synced all over the time!)

 

 

 

Added

function Set UTC.

Does, what the functions name will promise :)

 

Start the function, a dialog is opening: just enter "y" [and Enter] and sim time will be set to UTC (sim will reload). If you want to abort, just press "n" or just "enter"


Guenter Steiner
--------------------------------------------------------------------------------------

Betatester for: A2A, LORBY, FSR-Pillow Tester
--------------------------------------------------------------------------------------

Share this post


Link to post
Share on other sites

function Set UTC.

Does, what the functions name will promise :)

 

Works beautifully for me!

 

Many thanks, Günter! :smile:

 

Cheers,

 

Brian


Brian747-500x105-Avsim.jpg

 

 

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...