* Christian Mayer -- Saturday 03 December 2005 12:35:
> Melchior FRANZ schrieb:
> > If FG_SCENERY=A:B and both dirs contain a Terrain/ and Objects/
> 
> does the seperator have to be a double colon ":"?
> Or, more precisely, is it a ";" under Windos? A double colon would cause
> real trouble under Windos... (imagine FG_SCENERY=D:\Scenery)

It uses the OS-specific separator, as it always did. Colon on
Unix/Linux, and semicolon on Windows:

  Unix & OSX:   FG_SCENERY=$FG_ROOT/Scenery:$FG_ROOT/WorldScenery
  Windows:      FG_SCENERY=A:\foo\Scenery;B:\bar\Scenery

Same for --fg-scenery. I'm using this:

  FG_SCENERY=$FG_HOME/Scenery:$FG_ROOT/Scenery:$FG_ROOT/WorldScenery
             |------ 1 ------|------ 2 -------|--------- 3 --------|

(1) contains only a few objects such as hangars in LOXL, or a windsock
    on the gree hangar in KSFO and a helipad next to it. For this have
    a file $FG_HOME/Scenery/w130n30/w123n37/942050.stg with only these
    lines:

      OBJECT_STATIC helipad.xml -122.37931 37.626 1.45 60
      OBJECT_SHARED Models/Airport/windsock.xml -122.37839 37.62622 28.00 0
      OBJECT_TAXI_SIGN AAA -122.357357 37.613917 0 150
      OBJECT_RUNWAY_SIGN Town -122.357367 37.613927 2 150

    No Terrain/ and Objects/ subdirs in $FG_HOME/Scenery for now.
    $FG_HOME is set to $HOME/.fgfs/

(2) is the default scenery from CVS

(3) is scenery for the whole world. This is also my TerraSync target
    directory. (Most of the scenery here is quite old, though.)

m.

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to