On Friday 11 August 2006 03:46, [EMAIL PROTECTED] wrote: > Hi, > I have downloaded a Cessna 172 aircraft and added into FlightGear. Instead > of using the aircraft's default model name, say "Cessna 172", I have > renamed it as "Superbird". The location path of this aircraft now becomes > C:\Program Files\FlightGear\data\Aircraft\Superbird
Ooooh, bad idea. The XML files of the respected aircraft (c172p in this case) will still look into the $FG_ROOT/Aircraft/c172p directory. Try doing this: Change the name of the folder back to the c172p, and inside it, create a file call "Superbird-set.xml". In it, paste in the following: <?xml version="1.0"?> <PropertyList include="c172p-set.xml"> </PropertyList> After this, you should be able to choose superbird and spawn as a Cessna, but I make no guarantee. ;) Ampere ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
