You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Slawek Mikula 166e36b94e
- screens in Docs directory
4 years ago
Docs - screens in Docs directory 4 years ago
GUI - cleaning/moving data 7 years ago
Missions - Races/Race-1 - set default position EYKS (repositioning works) 7 years ago
Nasal - bug - presets does not work - reloading FG causes whole addon reload and lost of mission state 7 years ago
.gitattributes - .gitattributes - for correct line endings 7 years ago
LICENSE Initial commit 7 years ago
README.md - added Docs folder as a placeholder for future documentation 7 years ago
TODO - bug - presets does not work - reloading FG causes whole addon reload and lost of mission state 7 years ago
addon-config.xml - compatibility with the new add-on API 4 years ago
addon-main.nas - compatibility with the new add-on API 4 years ago
addon-menubar-items.xml - compatibility with the new add-on API 4 years ago
addon-metadata.xml - compatibility with the new add-on API 4 years ago
config.xml - first changes to make missions addon compatible (can load) 7 years ago

README.md

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