I've split the scenery directory of the base package into Terrain and Models - both contain the same directory structure, the differences are:
Models - contains only the .ac files and their associated files, and .stg files with only OBJECT_STATIC lines. Terrain - contains only .btg.gz files (for terrain and airports) and .stg files with only OBJECT_BASE and OBJECT lines. AFAIA this is correct. Before I started messing with the code I thought I'd try it by specifying both scenery directories on the command line - this is where I've run into problems. (sorry about the line splits here) fgfs --fg-scenery="/usr/local/lib/FlightGear/Scenery/Models; /usr/local/lib/FlightGear/Scenery/Models/Terrain" Gives me no scenery at all. fgfs --fg-scenery="/usr/local/lib/FlightGear/Scenery/Terrain; /usr/local/lib/FlightGear/Scenery/Models/Models" Gives me exactly the same as: fgfs --fg-scenery=/usr/local/lib/FlightGear/Scenery/Terrain Which is terrain and airports, but no models. What's the correct way to specify multiple scenery paths? Has it changed since the original discussion? -- Jon Stockill [EMAIL PROTECTED] _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
