Hmmm...

you said 'personal preferences.xml'

I put it in just 'preferences.xml' at the very end, (which could be my problem 
now) like this:

<!-- Animated Models -->

<!-- Windsock Model -->

 <models>
  <model>
   <name>Windsock KIGM</name>
   <path>Models/Airport/windsock.xml</path>
   <longitude-deg type="double">-113.9351</longitude-deg>
   <latitude-deg type="double">35.2580</latitude-deg>
   <elevation-ft type="double">1042.34</elevation-ft>
  </model>
 </models>

<!-- Windsock Model End -->

<!-- Animated Models End -->

  ## this part is the end of the file.. I didn't put any PropertyList tags in 
at all... as they are already there.

</PropertyList>
<!-- end of preferences.xml -->

That didn't work.. when I put the model itself in the stg file:
(I copied windsock.ac and windsock.rgb to the dir the stg file is in)

OBJECT_STATIC windsock.ac -113.9351 35.2580 1042.34 90

It shows up where I expected it to show up.


It's getting lost somewhere. I don't have a personal preferences.xml and am 
assuming that it will work in the regular preferences.xml - which is probably 
where I'm going wrong.



On Thursday 19 June 2003 14:03, Melchior FRANZ wrote:
> * WillyB -- Thursday 19 June 2003 22:49:
> > Do I place a property=/Models/Airport/windsock.xml somewhere in the
> > options.xml or preferences.xml ?
>
> You put it in your personal preferences.xml file, like so:
>
> <PropertyList>
>     <models>
>         <model>
>             <name>Windsock KSFO</name>
>             <path>Models/Airport/windsock.xml</path>
>             <longitude-deg type="double">-122.3606</longitude-deg>
>             <latitude-deg type="double">37.6136</latitude-deg>
>             <elevation-ft type="double">0</elevation-ft>
>         </model>
>     </models>
> </PropertyList>
>
> m.
>
> _______________________________________________
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to