Go to file
2021-01-02 21:26:24 +01:00
Docs - screens in Docs directory 2021-01-02 21:26:24 +01:00
GUI - cleaning/moving data 2017-10-19 23:24:56 +02:00
Missions - Races/Race-1 - set default position EYKS (repositioning works) 2017-10-25 20:07:34 +02:00
Nasal - bug - presets does not work - reloading FG causes whole addon reload and lost of mission state 2017-10-25 19:56:28 +02:00
.gitattributes - .gitattributes - for correct line endings 2017-10-21 00:28:00 +02:00
addon-config.xml - compatibility with the new add-on API 2020-12-29 21:00:50 +01:00
addon-main.nas - compatibility with the new add-on API 2020-12-29 21:00:50 +01:00
addon-menubar-items.xml - compatibility with the new add-on API 2020-12-29 21:00:50 +01:00
addon-metadata.xml - compatibility with the new add-on API 2020-12-29 21:00:50 +01:00
config.xml - first changes to make missions addon compatible (can load) 2017-10-10 09:35:13 +02:00
LICENSE Initial commit 2017-10-10 08:20:39 +02:00
README.md - added Docs folder as a placeholder for future documentation 2017-10-21 00:26:14 +02:00
TODO - bug - presets does not work - reloading FG causes whole addon reload and lost of mission state 2017-10-25 19:56:28 +02:00

About

Flightgear missions addon. Written in NASAL. Adds ability to perform mutliple missions/tasks.

Running

  • extract zip (if downloaded as a zip) to a given location. For example let's say we have /myfolder/addons/mission with contents of the mission addon.
  • run flightgear with --addon directive. WARNING this is not "additional settings" window in the launcher ! you have to modify windows shortcut or linux startup script for example to looks like this (in linux):

Code:

    ./fgbin/bin/fgfs --fg-root=./fgdata --launcher \
    --prop:/sim/fg-home=/myfolder/flightgear/fghome \
    --addon="/myfolder/addons/mission"

Running

  • after FG startup there is new main menu available "Missions"
  • there is mission browser, which provides GUI selector for various missions
  • read carefully mission description, because it sometimes have information about startup airport
  • you can start the mission from the mission selector's GUI
  • when running mission, you can stop it by selecting Missions->Stop mission menu entry

History

  • 0.1 - initial release as an FG addon

Authors

  • Marius_A - concept, coding

Links

  • FlightGear wiki: Wiki
  • FlightGear forum: Forum

License

GNU General public license version 3