Walk view: Difference between revisions

Jump to navigation Jump to search
m
Robot: Cosmetic changes
(Added a 3rd option.)
m (Robot: Cosmetic changes)
Line 1: Line 1:
{{stub}}
{{stub}}
==Easy walk==
== Easy walk ==
This is the most easy walk mode: you just walk at the same level (compared to the plane) and you will not fall if you get outside the plane.
This is the most easy walk mode: you just walk at the same level (compared to the plane) and you will not fall if you get outside the plane.
===walk.nas===
=== walk.nas ===
  # view nodes and offsets --------------------------------------------
  # view nodes and offsets --------------------------------------------
  var zNoseNode = props.globals.getNode("sim/view/config/y-offset-m", 1);
  var zNoseNode = props.globals.getNode("sim/view/config/y-offset-m", 1);
Line 19: Line 19:
  }
  }
  }
  }
===-set.xml===
=== -set.xml ===
  <input>
  <input>
   <keyboard>
   <keyboard>
Line 43: Line 43:
  </input>
  </input>


==Advanced walk with jump and parachute==
== Advanced walk with jump and parachute ==
This advanced mode is way more complicated than the easy walk (see above). With this mode you can jump out of the plane and land with a parachute.
This advanced mode is way more complicated than the easy walk (see above). With this mode you can jump out of the plane and land with a parachute.
===walk.nas===
=== walk.nas ===
''See the [[Pilatus PC-6 Porter‎]]'s <tt>PC-6/Nasal/walk.nas</tt>''
''See the [[Pilatus PC-6 Porter‎]]'s <tt>PC-6/Nasal/walk.nas</tt>''


===-set.xml===
=== -set.xml ===
  <walker>
  <walker>
   <outside type="bool">false</outside>
   <outside type="bool">false</outside>
Line 244: Line 244:
  </keyboard>
  </keyboard>


==Another option for internal walk views==
== Another option for internal walk views ==


Another option is to use the WalkView module available in Aircraft/Generic/WalkView/ (in FlightGear 2.2.0 or later).
Another option is to use the WalkView module available in Aircraft/Generic/WalkView/ (in FlightGear 2.2.0 or later).
Line 325: Line 325:
   ...
   ...
  </input>
  </input>
[[es:Walk View]]


[[Category:Aircraft enhancement]]
[[Category:Aircraft enhancement]]
[[Category:Nasal]]
[[Category:Nasal]]
[[es:Walk View]]

Navigation menu