Revision: 19330
http://sourceforge.net/p/flightgear/fgaddon/19330
Author: helijah
Date: 2026-02-09 10:34:18 +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.
Added Paths:
-----------
trunk/Aircraft/Ju-87/Models/Effects/Weapons/bomb/bomb-sound.xml
trunk/Aircraft/Ju-87/Models/Effects/Weapons/bomb/explosion.wav
trunk/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/guns-sound.xml
trunk/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/impact-gun.wav
Added: trunk/Aircraft/Ju-87/Models/Effects/Weapons/bomb/bomb-sound.xml
===================================================================
--- trunk/Aircraft/Ju-87/Models/Effects/Weapons/bomb/bomb-sound.xml (rev 0)
+++ trunk/Aircraft/Ju-87/Models/Effects/Weapons/bomb/bomb-sound.xml 2026-02-09 10:34:18 UTC (rev 19330)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<PropertyList>
+
+ <fx>
+
+ <bomb>
+ <name>Bomb</name>
+ <path>explosion.wav</path>
+ <condition>
+ <or>
+ <not><property>sim/multiplay/generic/int[12]</property></not>
+ <property>sim/multiplay/generic/int[12]</property>
+ </or>
+ </condition>
+ <volume>
+ <factor>1.2</factor>
+ <max>1.0</max>
+ </volume>
+ <reference-dist>100</reference-dist>
+ <max-dist>3000</max-dist>
+ </bomb>
+
+ </fx>
+
+</PropertyList>
Added: trunk/Aircraft/Ju-87/Models/Effects/Weapons/bomb/explosion.wav
===================================================================
(Binary files differ)
Index: trunk/Aircraft/Ju-87/Models/Effects/Weapons/bomb/explosion.wav
===================================================================
--- trunk/Aircraft/Ju-87/Models/Effects/Weapons/bomb/explosion.wav 2026-02-09 10:33:54 UTC (rev 19329)
+++ trunk/Aircraft/Ju-87/Models/Effects/Weapons/bomb/explosion.wav 2026-02-09 10:34:18 UTC (rev 19330)
Property changes on: trunk/Aircraft/Ju-87/Models/Effects/Weapons/bomb/explosion.wav
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/guns-sound.xml
===================================================================
--- trunk/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/guns-sound.xml (rev 0)
+++ trunk/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/guns-sound.xml 2026-02-09 10:34:18 UTC (rev 19330)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<PropertyList>
+
+ <fx>
+
+ <cannon>
+ <name>Guns</name>
+ <path>impact-gun.wav</path>
+ <condition>
+ <or>
+ <not><property>sim/multiplay/generic/int[10]</property></not>
+ <property>sim/multiplay/generic/int[10]</property>
+ </or>
+ </condition>
+ <volume>
+ <factor>0.8</factor>
+ <max>1.0</max>
+ </volume>
+ <reference-dist>100</reference-dist>
+ <max-dist>3000</max-dist>
+ </cannon>
+
+ </fx>
+
+</PropertyList>
Added: trunk/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/impact-gun.wav
===================================================================
(Binary files differ)
Index: trunk/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/impact-gun.wav
===================================================================
--- trunk/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/impact-gun.wav 2026-02-09 10:33:54 UTC (rev 19329)
+++ trunk/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/impact-gun.wav 2026-02-09 10:34:18 UTC (rev 19330)
Property changes on: trunk/Aircraft/Ju-87/Models/Effects/Weapons/guns/12mm/impact-gun.wav
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
|