Howto:Animated jetways: Difference between revisions

Jump to navigation Jump to search
→‎Current state (09/2015): As the original author, this information is wrong and should be removed. Apologies to the contributor.
(Some cleanup, but needs some more work.)
(→‎Current state (09/2015): As the original author, this information is wrong and should be removed. Apologies to the contributor.)
Line 3: Line 3:
== Current state (09/2015) ==
== Current state (09/2015) ==
=== Issues ===
=== Issues ===
Jetways that are defined in <code>Airports/K/S/F/KSFO.jetways.xml</code> using {{repo link|site=s|proj=flightgear/fgdata|type=git|path=Models/Airport/Jetway/generic.xml|text=Models/Airport/Jetway/generic.xml}} do not work. The jetways below, however, appear work:
Jetways that are defined in <code>Airports/K/S/F/KSFO.jetways.xml</code> using {{repo link|site=s|proj=flightgear/fgdata|type=git|path=Models/Airport/Jetway/generic.xml|text=Models/Airport/Jetway/generic.xml}} do not work.
* jetway-movable.xml
* jetway-movable-2.xml
* jetway-movable-3.xml
 
=== Known limitations ===
* you click one and all start to move
* they only work when placed in front of the aircraft, I can not use them when the terminal building is on the side of the aircraft.
* movement is not visible via multiplayer
 
=== Solutions ===
Airport Developers: just place them as OBJECT_SHARED. quick & easy. examples: EDDK, EDDH,...
 
Aircraft Developers: add the following to your aircraft-set.xml, see the A380 as an example:
 
<syntaxhighlight language="xml">
<aircraft>
<jetway-pos>
  <x-tra>-2</x-tra>
  <y-rot>2</y-rot>
  <z-rot>18</z-rot>
  <hood-rot>0</hood-rot>
</jetway-pos>
<jetway2-pos>
  <x-tra>2.5</x-tra>
  <y-rot>2.5</y-rot>
  <z-rot>45</z-rot>
  <hood-rot>0</hood-rot>
</jetway2-pos>
<jetway3-pos>
  <x-tra>4</x-tra>
  <y-rot>5</y-rot>
  <z-rot>47</z-rot>
  <hood-rot>3</hood-rot>
</jetway3-pos>
</aircraft>
 
</syntaxhighlight>


== Obtaining and installing ==
== Obtaining and installing ==
483

edits

Navigation menu