Revision: 19331
http://sourceforge.net/p/flightgear/fgaddon/19331
Author: helijah
Date: 2026-02-09 10:35:49 +0000 (Mon, 09 Feb 2026)
Log Message:
-----------
Junker Ju 87 "Stuka" : Test adding the sound of the bomb on impact as well as the impact of bullets, at the request of Aether.
Modified Paths:
--------------
branches/release-2020.3/Aircraft/Ju-87/Models/Effects/Weapons/bomb/explosion.xml
branches/release-2020.3/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/explosion.xml
branches/release-2020.3/Aircraft/Ju-87/Read-Me.txt
branches/release-2020.3/Aircraft/Ju-87/Systems/ju87-yasim.xml
branches/release-2020.3/Aircraft/Ju-87/ju87-set.xml
Modified: branches/release-2020.3/Aircraft/Ju-87/Models/Effects/Weapons/bomb/explosion.xml
===================================================================
--- branches/release-2020.3/Aircraft/Ju-87/Models/Effects/Weapons/bomb/explosion.xml 2026-02-09 10:34:18 UTC (rev 19330)
+++ branches/release-2020.3/Aircraft/Ju-87/Models/Effects/Weapons/bomb/explosion.xml 2026-02-09 10:35:49 UTC (rev 19331)
@@ -2,6 +2,11 @@
<PropertyList>
+ <!-- MP sound call -->
+ <sound>
+ <path>Aircraft/Ju-87/Models/Effects/Weapons/bomb/bomb-sound.xml</path>
+ </sound>
+
<model>
<path>ExplosionFire.xml</path>
</model>
Modified: branches/release-2020.3/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/explosion.xml
===================================================================
--- branches/release-2020.3/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/explosion.xml 2026-02-09 10:34:18 UTC (rev 19330)
+++ branches/release-2020.3/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/explosion.xml 2026-02-09 10:35:49 UTC (rev 19331)
@@ -2,6 +2,11 @@
<PropertyList>
+ <!-- MP sound call -->
+ <sound>
+ <path>Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/guns-sound.xml</path>
+ </sound>
+
<model>
<path>ExplosionFire.xml</path>
</model>
Modified: branches/release-2020.3/Aircraft/Ju-87/Read-Me.txt
===================================================================
--- branches/release-2020.3/Aircraft/Ju-87/Read-Me.txt 2026-02-09 10:34:18 UTC (rev 19330)
+++ branches/release-2020.3/Aircraft/Ju-87/Read-Me.txt 2026-02-09 10:35:49 UTC (rev 19331)
@@ -44,6 +44,7 @@
June, 07, 2024
July, 30, 2025
January, 28, 2026
+February, 09, 2026
http://helijah.free.fr/flightgear/hangar.htm
http://embaranger.free.fr
@@ -95,6 +96,7 @@
07 Juin 2024
30 Juillet 2025
28 Janvier 2026
+09 Février 2026
http://helijah.free.fr/flightgear/hangar.htm
http://embaranger.free.fr
Modified: branches/release-2020.3/Aircraft/Ju-87/Systems/ju87-yasim.xml
===================================================================
--- branches/release-2020.3/Aircraft/Ju-87/Systems/ju87-yasim.xml 2026-02-09 10:34:18 UTC (rev 19330)
+++ branches/release-2020.3/Aircraft/Ju-87/Systems/ju87-yasim.xml 2026-02-09 10:35:49 UTC (rev 19331)
@@ -110,7 +110,7 @@
dihedral = "9"
sweep = "-8">
<stall aoa="14" width="1" peak="1.5"/>
- <flap0 start="0" end="1" lift="1.2" drag="1.2"/>
+ <flap0 start="0" end="1" lift="1.1" drag="1.2"/>
<control-input control="FLAP0" axis="/controls/flight/aileron" split="true"/>
<control-input control="FLAP0" axis="/controls/flight/aileron-trim" split="true"/>
Modified: branches/release-2020.3/Aircraft/Ju-87/ju87-set.xml
===================================================================
--- branches/release-2020.3/Aircraft/Ju-87/ju87-set.xml 2026-02-09 10:34:18 UTC (rev 19330)
+++ branches/release-2020.3/Aircraft/Ju-87/ju87-set.xml 2026-02-09 10:35:49 UTC (rev 19331)
@@ -7,7 +7,7 @@
<description>Junker Ju 87 Stuka (Yasim)</description>
<author>Emmanuel BARANGER (3D/FDM)</author>
- <aircraft-version>1.5</aircraft-version>
+ <aircraft-version>1.6</aircraft-version>
<status>devel</status>
<minimum-fg-version>2018.2.0</minimum-fg-version>
|