mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update F/A-18E/F/G Super Hornet Mod to 2.4.0 (#484)
* Update F/A-18E/F/G Super Hornet Mod to 2.4.0
* Update F/A-18E/F/G Super Hornet Mod to 2.4.0
* ECM Pods for E/A-18G Growler to allow EW Jammer 2.0 Plugin
* Update weapons classes for custom weapons
* Adjust default loadouts
* Update for Super Hornet 2.4.2
* Change Settings page to reflect 2.4.2
* Remove redeclared weapons
* Add Recovery-tasking to tankers
* Rewire new tankers to old tanker modsetting
* Small bugfix w.r.t. CLI-tool
* Save-compat fix: remap old Superbug_AITanker to FA_18ET
* Add empty line at EOF
* Revert "Add empty line at EOF"
This reverts commit 4a7f616e47.
* Restore checkbox for AI Tankers
---------
Co-authored-by: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
@@ -72,6 +72,8 @@ class MigrationUnpickler(pickle.Unpickler):
|
||||
return DummyObject
|
||||
if name in ["CaletaTortel", "Caleta_Tortel_Airport"]:
|
||||
return dcs.terrain.Airport # use base-class if airport was removed
|
||||
if name == "Superbug_AITanker":
|
||||
return pydcs_extensions.fa18efg.FA_18ET
|
||||
if module == "pydcs_extensions.f4b.f4b":
|
||||
return pydcs_extensions.f4
|
||||
if module == "pydcs_extensions.irondome.irondome":
|
||||
|
||||
Reference in New Issue
Block a user