|
From: <fli...@li...> - 2025-05-05 05:21:59
|
Revision: 12064
http://sourceforge.net/p/flightgear/fgaddon/12064
Author: helijah
Date: 2025-05-05 05:21:41 +0000 (Mon, 05 May 2025)
Log Message:
-----------
Grumman F9F Panther : Fixed three path errors. Thanks to Aether.
Modified Paths:
--------------
branches/release-2024.1/Aircraft/F9F-Panther/Models/Effects/Weapons/Rocket/Impact/rocket-impact.xml
branches/release-2024.1/Aircraft/F9F-Panther/Models/Effects/Weapons/bomb/bomb-impact.xml
branches/release-2024.1/Aircraft/F9F-Panther/Models/F9F-Panther-bombableinclude.xml
branches/release-2024.1/Aircraft/F9F-Panther/Read-Me.txt
branches/release-2024.1/Aircraft/F9F-Panther/Systems/help.xml
branches/release-2024.1/Aircraft/F9F-Panther/f9f-set.xml
Modified: branches/release-2024.1/Aircraft/F9F-Panther/Models/Effects/Weapons/Rocket/Impact/rocket-impact.xml
===================================================================
--- branches/release-2024.1/Aircraft/F9F-Panther/Models/Effects/Weapons/Rocket/Impact/rocket-impact.xml 2025-05-05 05:19:49 UTC (rev 12063)
+++ branches/release-2024.1/Aircraft/F9F-Panther/Models/Effects/Weapons/Rocket/Impact/rocket-impact.xml 2025-05-05 05:21:41 UTC (rev 12064)
@@ -4,7 +4,7 @@
<submodel>
<name>bullet splash</name>
- <model>Aircraft/F6F-Hellcat/Models/Effects/Weapons/Rocket/Impact/explosion.xml</model>
+ <model>Aircraft/F9F-Panther/Models/Effects/Weapons/Rocket/Impact/explosion.xml</model>
<speed>0</speed>
<repeat>false</repeat>
<delay>0</delay>
@@ -24,7 +24,7 @@
<submodel>
<name>smoke</name>
- <model>Aircraft/F6F-Hellcat/Models/Effects/Weapons/Rocket/Impact/long-smoke.xml</model>
+ <model>Aircraft/F9F-Panther/Models/Effects/Weapons/Rocket/Impact/long-smoke.xml</model>
<speed>0</speed>
<repeat>false</repeat>
<delay>0.01</delay>
Modified: branches/release-2024.1/Aircraft/F9F-Panther/Models/Effects/Weapons/bomb/bomb-impact.xml
===================================================================
--- branches/release-2024.1/Aircraft/F9F-Panther/Models/Effects/Weapons/bomb/bomb-impact.xml 2025-05-05 05:19:49 UTC (rev 12063)
+++ branches/release-2024.1/Aircraft/F9F-Panther/Models/Effects/Weapons/bomb/bomb-impact.xml 2025-05-05 05:21:41 UTC (rev 12064)
@@ -4,7 +4,7 @@
<submodel>
<name>Bomb impact fire</name>
- <model>Aircraft/B-24-Liberator/Models/Effects/Weapons/bomb/explosion.xml</model>
+ <model>Aircraft/F9F-Panther/Models/Effects/Weapons/bomb/explosion.xml</model>
<speed>0</speed>
<repeat>false</repeat>
<delay>0</delay>
Modified: branches/release-2024.1/Aircraft/F9F-Panther/Models/F9F-Panther-bombableinclude.xml
===================================================================
--- branches/release-2024.1/Aircraft/F9F-Panther/Models/F9F-Panther-bombableinclude.xml 2025-05-05 05:19:49 UTC (rev 12063)
+++ branches/release-2024.1/Aircraft/F9F-Panther/Models/F9F-Panther-bombableinclude.xml 2025-05-05 05:21:41 UTC (rev 12064)
@@ -109,18 +109,18 @@
# max rate to sink or fly downwards when damaged, in meters/second
damagedAltitudeChangeMaxRate_meterspersecond : 30,
- #The terminal velocities are calculated by opening the 'real' AC
- #in FG, level flight, full throttle, then putting
- #the AC at different angles of attack with the autopilot,
- #and noting the terminal airspeed & vertical speed velocities.
- #For best results, do it near sea level, under 5000 feet altitude.
- #One or two each of climb & dive velocities are probably sufficient.
- #However if you do more we may be able to use the more precise
- #data in the future.
- #Note that these are intended to be true airspeed whereas FG's
- #/velocities/airspeed-kt reports indicated airspeed, so some
- #conversion or reference to groundspeed-kt is needed.
- #For the F6F I have used indicated airspeed at 10,000 ft for all the above &
+ # The terminal velocities are calculated by opening the 'real' AC
+ # in FG, level flight, full throttle, then putting
+ # the AC at different angles of attack with the autopilot,
+ # and noting the terminal airspeed & vertical speed velocities.
+ # For best results, do it near sea level, under 5000 feet altitude.
+ # One or two each of climb & dive velocities are probably sufficient.
+ # However if you do more we may be able to use the more precise
+ # data in the future.
+ # Note that these are intended to be true airspeed whereas FG's
+ # /velocities/airspeed-kt reports indicated airspeed, so some
+ # conversion or reference to groundspeed-kt is needed.
+ # For the F6F I have used indicated airspeed at 10,000 ft for all the above &
# below values
diveTerminalVelocities: {
Modified: branches/release-2024.1/Aircraft/F9F-Panther/Read-Me.txt
===================================================================
--- branches/release-2024.1/Aircraft/F9F-Panther/Read-Me.txt 2025-05-05 05:19:49 UTC (rev 12063)
+++ branches/release-2024.1/Aircraft/F9F-Panther/Read-Me.txt 2025-05-05 05:21:41 UTC (rev 12064)
@@ -35,6 +35,7 @@
February, 25, 2023
July, 29, 2024
May, 04, 2025
+May, 05, 2025
http://helijah.free.fr/flightgear/hangar.htm
http://embaranger.free.fr
@@ -77,6 +78,7 @@
25 F\xE9vrier 2023
29 Juillet 2024
04 Mai 2025
+05 Mai 2025
http://helijah.free.fr/flightgear/hangar.htm
http://embaranger.free.fr
Modified: branches/release-2024.1/Aircraft/F9F-Panther/Systems/help.xml
===================================================================
--- branches/release-2024.1/Aircraft/F9F-Panther/Systems/help.xml 2025-05-05 05:19:49 UTC (rev 12063)
+++ branches/release-2024.1/Aircraft/F9F-Panther/Systems/help.xml 2025-05-05 05:21:41 UTC (rev 12064)
@@ -33,7 +33,15 @@
<desc>Wing Fold up/down</desc>
</key>
<key>
- <name>o/O</name>
+ <name>Shift+c (C)</name>
+ <desc>Catapult Launch Command.</desc>
+ </key>
+ <key>
+ <name>Shift+l (L)</name>
+ <desc>Launch-bar engage.</desc>
+ </key>
+ <key>
+ <name>o/shift+o (O)</name>
<desc>Hook up/down</desc>
</key>
<key>
Modified: branches/release-2024.1/Aircraft/F9F-Panther/f9f-set.xml
===================================================================
--- branches/release-2024.1/Aircraft/F9F-Panther/f9f-set.xml 2025-05-05 05:19:49 UTC (rev 12063)
+++ branches/release-2024.1/Aircraft/F9F-Panther/f9f-set.xml 2025-05-05 05:21:41 UTC (rev 12064)
@@ -7,7 +7,7 @@
<description>Grumman F9F Panther (YASim)</description>
<author>Emmanuel BARANGER (3D/FDM)</author>
- <aircraft-version>0.6</aircraft-version>
+ <aircraft-version>0.7</aircraft-version>
<status>Alpha</status>
<minimum-fg-version>2018.2.0</minimum-fg-version>
|