1
0
Fork 0

Clean up whitespace

This commit is contained in:
vmmeazza 2007-03-31 23:00:23 +00:00
parent f8573e32e6
commit 9b857d87df

View file

@ -16,11 +16,13 @@
<name> The name of the submodel. <name> The name of the submodel.
<model> The path to the visual model. <model> The path to the visual model.
<trigger> The property which will act as the trigger. <trigger> The property which will act as the trigger. If this tag is
not included, the submodels will be released continuously,
provided <count> is set to -1.
<speed> Initial speed, in feet/sec, relative to user aircraft. <speed> Initial speed, in feet/sec, relative to user aircraft.
<speed-prop> The property containing the Initial speed, in feet/sec, <speed-prop> The property containing the Initial speed, in feet/sec,
relative to user aircraft. If this path is found, <speed> relative to user aircraft. If this path is found, <speed>
will be overwritten. will be overwritten.
<repeat> Set "true" if you want multiple releases of this submodel. <repeat> Set "true" if you want multiple releases of this submodel.
<delay> Time, in seconds, between repeated releases. <delay> Time, in seconds, between repeated releases.
<count> Number of submodels available for multiple release. <count> Number of submodels available for multiple release.
@ -43,20 +45,20 @@
Default is 0. Default is 0.
<wind> Set to true if you want the submodel to react to the wind. <wind> Set to true if you want the submodel to react to the wind.
Default is "false". Default is "false".
<cd> The Coeffient of Drag. Varies with submodel shape - 0.295 for a bullet, <cd> The Coeffient of Drag. Varies with submodel shape - 0.295 for a bullet,
0.045 for an airfoil. Enter an appropriate value. Defaults to 0.295. 0.045 for an airfoil. Enter an appropriate value. Defaults to 0.295.
<random> When this is true the Cd is varied by +- 5%. Useful for smoke or contrails. <random> When this is true the Cd is varied by +- 5%. Useful for smoke or contrails.
<eda> Effective drag area (sq ft). Usually the cross-sectional area of the <eda> Effective drag area (sq ft). Usually the cross-sectional area of the
submodel normal to the airflow. submodel normal to the airflow.
<weight> The weight of the submodel (lbs). NOT set to 0 on submodel release.You <weight> The weight of the submodel (lbs). NOT set to 0 on submodel release.You
may wish to set this value to 0 by means of key bindings or Nasal script. may wish to set this value to 0 by means of key bindings or Nasal script.
Defaults to 0.25. Defaults to 0.25.
<contents> The path to the contents of a submodel. The contents must be in lbs. <contents> The path to the contents of a submodel. The contents must be in lbs.
Intended for use with drop tanks. The property value will be set Intended for use with drop tanks. The property value will be set
to 0 on release of the submodel: do not also set to 0 elsewhere e.g. to 0 on release of the submodel: do not also set to 0 elsewhere e.g.
in key bindings. Defaults to 0. in key bindings. Defaults to 0.
--> -->
<PropertyList> <PropertyList>
<submodel> <submodel>
@ -92,64 +94,64 @@
</submodel> </submodel>
<submodel> <submodel>
<name>droptank-l</name> <name>droptank-l</name>
<model>Aircraft/Hunter/Models/droptank-100gal.ac</model> <model>Aircraft/Hunter/Models/droptank-100gal.ac</model>
<trigger>controls/armament/station[0]/jettison-all</trigger> <trigger>controls/armament/station[0]/jettison-all</trigger>
<speed>0</speed> <speed>0</speed>
<repeat>false</repeat> <repeat>false</repeat>
<count>1</count> <count>1</count>
<x-offset>0.820</x-offset> <x-offset>0.820</x-offset>
<y-offset>-9.61</y-offset> <y-offset>-9.61</y-offset>
<z-offset>-2.39</z-offset> <z-offset>-2.39</z-offset>
<yaw-offset>0</yaw-offset> <yaw-offset>0</yaw-offset>
<pitch-offset>0</pitch-offset> <pitch-offset>0</pitch-offset>
<wind>false</wind> <wind>false</wind>
<eda>2.11348887</eda> <eda>2.11348887</eda>
<weight>170</weight> <weight>170</weight>
<cd>0.045</cd> <cd>0.045</cd>
<contents>consumables/fuel/tank[2]/level-lbs</contents> <contents>consumables/fuel/tank[2]/level-lbs</contents>
</submodel> </submodel>
<submodel> <submodel>
<name>droptank-r</name> <name>droptank-r</name>
<model>Aircraft/Hunter/Models/droptank-100gal.ac</model> <model>Aircraft/Hunter/Models/droptank-100gal.ac</model>
<trigger>controls/armament/station[1]/jettison-all</trigger> <trigger>controls/armament/station[1]/jettison-all</trigger>
<speed>0</speed> <speed>0</speed>
<repeat>false</repeat> <repeat>false</repeat>
<count>1</count> <count>1</count>
<x-offset>0.820</x-offset> <x-offset>0.820</x-offset>
<y-offset>9.61</y-offset> <y-offset>9.61</y-offset>
<z-offset>-2.39</z-offset> <z-offset>-2.39</z-offset>
<yaw-offset>0</yaw-offset> <yaw-offset>0</yaw-offset>
<pitch-offset>0</pitch-offset> <pitch-offset>0</pitch-offset>
<wind>false</wind> <wind>false</wind>
<eda>2.11348887</eda> <eda>2.11348887</eda>
<weight>170</weight> <weight>170</weight>
<cd>0.045</cd> <cd>0.045</cd>
<contents>consumables/fuel/tank[3]/level-lbs</contents> <contents>consumables/fuel/tank[3]/level-lbs</contents>
</submodel> </submodel>
<submodel> <submodel>
<name>engine exhaust r</name> <name>engine exhaust r</name>
<model>Aircraft/seahawk/Models/exhaust_s.xml</model> <model>Aircraft/seahawk/Models/exhaust_s.xml</model>
<trigger>sim/ai/aircraft/exhaust</trigger> <trigger>sim/ai/aircraft/exhaust</trigger>
<speed-node>engines/engine/n1</speed-node> <speed-node>engines/engine/n1</speed-node>
<speed>10</speed> <speed>10</speed>
<repeat>true</repeat> <repeat>true</repeat>
<delay>0.1</delay> <delay>0.1</delay>
<count>-1</count> <count>-1</count>
<x-offset>-3.5</x-offset> <x-offset>-3.5</x-offset>
<y-offset>2.6768</y-offset> <y-offset>2.6768</y-offset>
<z-offset>-0.3937</z-offset> <z-offset>-0.3937</z-offset>
<yaw-offset>170</yaw-offset> <yaw-offset>170</yaw-offset>
<life>10</life> <life>10</life>
<buoyancy>128</buoyancy> <buoyancy>128</buoyancy>
<aero-stabilised>0</aero-stabilised> <aero-stabilised>0</aero-stabilised>
<wind>true</wind> <wind>true</wind>
<eda>1</eda> <eda>1</eda>
<cd>0.95</cd> <cd>0.95</cd>
<weight>1</weight> <weight>1</weight>
<random>1</random> <random>1</random>
</submodel> </submodel>
</PropertyList> </PropertyList>