Crash and stress damage system: Difference between revisions

Jump to navigation Jump to search
+Bullet lists; +-Link and title of forum topic; etc
(+Bullet lists; +-Link and title of forum topic; etc)
Line 2: Line 2:


== Features so far==
== Features so far==
Impact detection and tied into the new failure manager.
* Impact detection and tied into the new failure manager.
 
* Over-G detection for wing stress.
Over-G detection for wing stress.
* Sounds.
 
Sounds.


== Planned features==
== Planned features==
Feel free to suggest some in the forum thread listed under discussion.
Feel free to suggest some in the forum topic linked to at the end of this article.


==How to install the current system on an aircraft==
== How to install the current system on an aircraft ==
Copy this code into your aircrafts Nasal folder as jsbsim-crash.nas file:
Copy this code into your aircrafts Nasal folder as jsbsim-crash.nas file:
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
Line 459: Line 457:


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
  <aircraft-explode>
        <aircraft-explode>
   <name>aircraft-explode</name>
   <name>aircraft-explode</name>
   <path>Sounds/aircraft-explode.wav</path>
   <path>Sounds/aircraft-explode.wav</path>
Line 550: Line 548:


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<signal>
        <signal>
           <type>bool</type>
           <type>bool</type>
           <property type="string">damage/sounds/explode-on</property>
           <property type="string">damage/sounds/explode-on</property>
Line 583: Line 581:
As it is now you should feel no performance degradation at all from using it.
As it is now you should feel no performance degradation at all from using it.


==People volunteering to work on this==
== People volunteering to work on this ==
Bomber
* Bomber
Necolatis
* Necolatis


== Aircrafts that use this system ==
== Aircrafts that use this system ==
[[Saab JA-37 Viggen]] (version 2.83+)
[[Saab JA-37 Viggen]] (version 2.83+)


==Discuss here==
== Related content ==
* [http://forum.flightgear.org/viewtopic.php?f=4&t=24901]
* [http://forum.flightgear.org/viewtopic.php?f=4&t=24901 Generic crash system for JSBSim aircraft] – Forum topic on the official FlightGear forum.

Navigation menu