Walk view: Difference between revisions

Jump to navigation Jump to search
191 bytes added ,  11 April 2012
m
no edit summary
mNo edit summary
Line 3: Line 3:
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 ===
<syntaxhighlight lang="php">
  # 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 20:
  }
  }
  }
  }
</syntaxhighlight>
=== -set.xml ===
=== -set.xml ===
<syntaxhighlight lang="xml">
  <input>
  <input>
   <keyboard>
   <keyboard>
Line 42: Line 45:
   </keyboard>
   </keyboard>
  </input>
  </input>
 
</syntaxhighlight>
== Advanced walk with jump and parachute ==
== Advanced walk with jump and parachute ==
{{Out of date}}
{{Out of date}}
Line 51: Line 54:


=== -set.xml ===
=== -set.xml ===
<syntaxhighlight lang="xml">
  <walker>
  <walker>
   <outside type="bool">false</outside>
   <outside type="bool">false</outside>
Line 245: Line 249:
   </keyboard>
   </keyboard>
  </input>
  </input>
</syntaxhighlight>


== Another option for internal walk views ==
== Another option for internal walk views ==
Line 252: Line 257:
Load the WalkView module and the configuration from the -set file. The example below is from [[Nordstern]] and makes the view named "Walk View" into a walk view. See also [[Zeppelin NT]] and [[Short Empire]] for more examples.
Load the WalkView module and the configuration from the -set file. The example below is from [[Nordstern]] and makes the view named "Walk View" into a walk view. See also [[Zeppelin NT]] and [[Short Empire]] for more examples.


<syntaxhighlight lang="xml">
  <!-- Define the view. -->
  <!-- Define the view. -->
  <sim>
  <sim>
Line 327: Line 333:
   ...
   ...
  </input>
  </input>
</syntaxhighlight>
[[es:Walk View]]
[[es:Walk View]]


[[Category:Aircraft enhancement]]
[[Category:Aircraft enhancement]]
[[Category:Nasal]]
[[Category:Nasal]]

Navigation menu