Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

lib fallback (module version 1.2)

Featured Replies

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

function Set UTC.

Does, what the functions name will promise :)

 

Works beautifully for me!

 

Many thanks, Günter! :smile:

 

Cheers,

 

Brian

spacer.png

 

 

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.