Howto:Define limits: Difference between revisions

Jump to navigation Jump to search
m
→‎Usage: oops, sublevel required
m (→‎Usage: oops, sublevel required)
Line 45: Line 45:
</syntaxhighlight>
</syntaxhighlight>


And the required limits.nas file:
And the required limits.nas file (replace <code><MyAircraft></code> with a custom name, usually your aircraft's name, but without symbols or spaces, e.g. <code><Boeing744></code> instead of <code><Boeing 747-400></code>):
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
  <nasal>
  <nasal>
   <file>Aircraft/Generic/limits.nas</file>
   <MyAircraft>
  <file>Aircraft/Generic/limits.nas</file>
  </MyAircraft>
  </nasal>
  </nasal>
</syntaxhighlight>
</syntaxhighlight>

Navigation menu