$FG SCENERY: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Edited path for Ubuntu: The path described before didn't work for me)
(Explain multiple directories)
Line 1: Line 1:
'''$FG_SCENERY''' is refered to as the scenery directory or directories of [[FlightGear]].
'''$FG_SCENERY''' is refered to as the scenery directory or directories of [[FlightGear]].  


===Common paths===
===Common paths===
Line 5: Line 5:
* '''Ubuntu:''' <tt>/usr/share/games/flightgear/Scenery</tt>
* '''Ubuntu:''' <tt>/usr/share/games/flightgear/Scenery</tt>
* '''Windows:''' <tt>%ProgramFiles%/FlightGear/data/Scenery</tt>
* '''Windows:''' <tt>%ProgramFiles%/FlightGear/data/Scenery</tt>
== Multiple directories ==
Directories are being read from left to right. For each scenery tile, FlightGear will check whether it exists in the first directory. If not, it will move on to the second directory and so on. Directories should be seperated by semicolons, like:
--fg-scenery=Scenery/Custom;Scenery/TerraSync


[[Category:Special directories|SCENERY]]
[[Category:Special directories|SCENERY]]

Revision as of 15:32, 11 December 2011

$FG_SCENERY is refered to as the scenery directory or directories of FlightGear.

Common paths

  • Mac OS X: Applications/FlightGear.app/Contents/Resources/data/Scenery
  • Ubuntu: /usr/share/games/flightgear/Scenery
  • Windows: %ProgramFiles%/FlightGear/data/Scenery

Multiple directories

Directories are being read from left to right. For each scenery tile, FlightGear will check whether it exists in the first directory. If not, it will move on to the second directory and so on. Directories should be seperated by semicolons, like:

--fg-scenery=Scenery/Custom;Scenery/TerraSync