2018-10-07 21:07:30 +08:00
|
|
|
# About
|
|
|
|
|
2019-12-27 06:57:00 +08:00
|
|
|
Flightgear VFR flight helper. Helps with VFR flights by offering simplified map,
|
|
|
|
route manager interface and helpers to get quickly to most common settings.
|
2018-10-07 21:07:30 +08:00
|
|
|
|
|
|
|
# Running
|
|
|
|
|
2019-12-27 06:57:00 +08:00
|
|
|
* extract zip (if downloaded as a zip) to a given location. For example
|
|
|
|
let's say we have /myfolder/addons/vfrnavigator with contents of the navigator
|
|
|
|
addon.
|
|
|
|
* run flightgear with --addon directive as in the example below or use Launcher
|
|
|
|
and go to "Add-Ons" section. There add this addon folder to Add-Ons and enable
|
|
|
|
it (checkbox at the line of the addon).
|
2018-10-07 21:07:30 +08:00
|
|
|
|
|
|
|
Code:
|
|
|
|
```
|
2019-12-27 06:57:00 +08:00
|
|
|
fgfs --fg-root=./fgdata --launcher --prop:/sim/fg-home=/myfolder/flightgear/fghome --addon="/myfolder/addons/vfrnavigator"
|
2018-10-07 21:07:30 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
# Running
|
|
|
|
|
2019-12-27 06:57:00 +08:00
|
|
|
In main menu Position -> VFR Starter. When activated small window will appear
|
|
|
|
in the upper right corner with links to most common used functions. More info
|
|
|
|
in the document `usage` in the doc folder.
|
2018-10-07 21:07:30 +08:00
|
|
|
|
|
|
|
# History
|
|
|
|
|
2019-12-27 06:57:00 +08:00
|
|
|
* 1.0.0 - first public version on github
|
|
|
|
* 1.1.0 - structure and initialization changes according to add-ons API manual,
|
|
|
|
usage documentation
|
2018-10-07 21:07:30 +08:00
|
|
|
|
|
|
|
# Authors
|
|
|
|
|
2019-12-27 06:57:00 +08:00
|
|
|
* Slawek Mikula - source code
|
2018-10-07 21:07:30 +08:00
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
GNU General Public License version 2
|