... | ... |
@@ -642,6 +642,14 @@ EOH |
642 | 642 |
echo "can't find requested addon in $addon_path or $FGADDON/$addon_path !" |
643 | 643 |
fi |
644 | 644 |
;; |
645 |
+ --ws3) |
|
646 |
+ echo 80 utilise World Scenery 3.0 > /dev/null |
|
647 |
+ fgfs_args+=("--prop:/scenery/use-vpb=true") |
|
648 |
+ ;; |
|
649 |
+ --ortho) |
|
650 |
+ echo 81 utilise Orthoscenery > /dev/null |
|
651 |
+ fgfs_args+=("--prop:/sim/rendering/photoscenery/enabled=true") |
|
652 |
+ ;; |
|
645 | 653 |
*) |
646 | 654 |
completion_source="$FGDIR/install/flightgear/share/zsh/site-functions/_fgfs" |
647 | 655 |
if test -r "$completion_source"; then |