Skip to content

Commit

Permalink
Effect: Fix LAU-68 M151 rockets exploding for 20 seconds. Issue #579
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiVChr committed Apr 20, 2024
1 parent e9d2511 commit 495d340
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Models/Armament/Weapons/LAU-68/Hydra70.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
<name>Hydra 70</name>
<path>Hydra70.ac</path>

<!--animation> for testing
<type>scale</type>
<object-name>Hydra70</object-name>
<x-offset>100</x-offset>
<y-offset>100</y-offset>
<z-offset>100</z-offset>
<center>
<x-m> 0 </x-m>
<y-m> 0 </y-m>
<z-m> 0 </z-m>
</center>
</animation-->

<effect>
<inherits-from>Aircraft/f16/Models/Effects/fuselage/model-combined-fuselage</inherits-from>
<parameters>
Expand Down
2 changes: 1 addition & 1 deletion Models/Armament/Weapons/LAU-68/rocket-explosion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>rocket-explosion</name>
<texture>../smoke.png</texture>

<emissive type="bool">false</emissive>
<emissive type="bool">true</emissive>
<lighting type="bool">false</lighting>

<attach>world</attach>
Expand Down
3 changes: 2 additions & 1 deletion Models/Armament/Weapons/LAU-68/rocket-submodel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<buoyancy>32.1</buoyancy>
<aero-stabilised>false</aero-stabilised>
<fuse-range>0</fuse-range>
<life>20</life>
<life>2</life>
<random>false</random>
</submodel>


Expand Down

0 comments on commit 495d340

Please sign in to comment.