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.

The LINDA autosave feature

Featured Replies

Hello LINDA friends,

 

one "hidden" feature Artem implemented silently is the LINDA autosave.

 

 

When you open the following file (with windows editor):

"\Modules\linda-cfg\system\config-user.lua"

-- USER CONFIGURATION FOR AUTOSAVE
-- Updated for LINDA 2.5
-- Dez 2014

-- All the settings here could be overridden on per-plane basis
-- by creating file config-user.lua in corresponding plane's configs folder
-- (i.e. SIM/Modules/linda-cfg/aircrafts/Cessna 172/config-user.lua)
-- Use the same variables there with new desired values.

-- To use the autosave feature with nearest airport names, you have to 
-- enable/insert the following line into your FSUIPC4.ini:
-- under [General] search for or insert:
-- GetNearestAirports=Yes


-- Autosave feature settings
-- =========================

-- Global autosave feature enable/disable
AUTOSAVE_ENABLE = 0

-- Make LINDA also save the default flight named "_linda_default",
-- so you could set it as default flight in your sim and make next
-- flight start from the same place
AUTOSAVE_DEFAULT_FLIGHT = 0

-- Make LINDA also save the _plane_specific_ default flight named "_linda_lastpos_AircraftID",
-- so you could load it manualy if you have several planes in use
-- and want to fast resume their flights
AUTOSAVE_PLANE_FLIGHT = 0

-- Make separate save file for each airport (logfile mode)
AUTOSAVE_EACH_AIRFIELD = 0

-- What systems should be turned OFF to trigger the autosave action:

-- Engine should be off
AUTOSAVE_ENGINE_CHECK = 1

-- Magneto should be off
AUTOSAVE_MAGNETO_CHECK = 0

-- Main battery should be off
AUTOSAVE_BATTERY_CHECK = 0

-- All lights should be off
AUTOSAVE_LIGHTS_CHECK = 0

-- Parking brake should be set
AUTOSAVE_PARKING_CHECK = 1

All explanations are in the file itself.

To enable the autosave feature, simply change AUTOSAVE_ENABLE = 0 to AUTOSAVE_ENABLE = 1

 

 

What autosave does is simple:

You can set some triggers when a flight should be saved.

 

Or you can assign that feature (also) to a joystick button with LIB:default FSX --> Save flights

 

 

Enjoy!

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

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

Archived

This topic is now archived and is closed to further replies.

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.