Update for MiG-31BM v2.6 (#512)

* Add files via upload

* Add files via upload

* Update start_generator.py

* Update faction.py

* Update QNewGameWizard.py

* Update QGeneratorSettings.py

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update MiG-31BM.lua

* Added SEAD Escort to MiG-31BM.yaml

* mig31bm.py fixed weapon injection

* Update mig31bm.py

formatted black

* Update faction.py

reformatted black

* Update start_generator.py

reformatted black

* Update __init__.py

* Update QGeneratorSettings.py

reformatted black

* added support for MiG-31BM mod

* Commit changes which can't seem to be discarded...

* Remove (presumably) accidentally copied file

* Remove unused imports

* Updated MiG-31BM mod version in QGeneratorSettings.py

* Added new Kh-31P missile to MiG-31BM mod

* Added new Kh-31P missile to MiG-31BM mod

* Updated MiG-31BM mod payloads for a new Kh-31P.lua

* Remove double entry

---------

Co-authored-by: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
szcz13 2025-05-17 17:55:05 +02:00 committed by GitHub
parent 3a5d0e831c
commit b12169f180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 13 deletions

View File

@ -25,6 +25,11 @@ class WeaponsMiG31BM:
"name": "Vympel R-37 (AA-13 Axehead)",
"weight": 600,
}
Kh_31P__AS_17_Krypton_ = {
"clsid": "{Kh-31_mig31bm}",
"name": "Kh-31P (AS-17 Krypton)",
"weight": 758,
}
inject_weapons(WeaponsMiG31BM)
@ -77,10 +82,7 @@ class MiG_31BM(PlaneType):
)
Fuel_tank_3000L = (2, Weapons.Fuel_tank_3000L)
Fuel_tank_2000L = (2, Weapons.Fuel_tank_2000L)
Kh_31P__AS_17_Krypton____600kg__ARM__IN__Pas_Rdr = (
2,
Weapons.Kh_31P__AS_17_Krypton____600kg__ARM__IN__Pas_Rdr,
)
Kh_31P__AS_17_Krypton_ = (2, WeaponsMiG31BM.Kh_31P__AS_17_Krypton_)
class Pylon3:
Vympel_R_37M__AA_13_Axehead_ = (3, WeaponsMiG31BM.Vympel_R_37M__AA_13_Axehead_)
@ -127,10 +129,7 @@ class MiG_31BM(PlaneType):
)
Fuel_tank_3000L = (7, Weapons.Fuel_tank_3000L)
Fuel_tank_2000L = (7, Weapons.Fuel_tank_2000L)
Kh_31P__AS_17_Krypton____600kg__ARM__IN__Pas_Rdr = (
7,
Weapons.Kh_31P__AS_17_Krypton____600kg__ARM__IN__Pas_Rdr,
)
Kh_31P__AS_17_Krypton_ = (7, WeaponsMiG31BM.Kh_31P__AS_17_Krypton_)
class Pylon8:
R_73__AA_11_Archer____Infra_Red = (8, Weapons.R_73__AA_11_Archer____Infra_Red)

View File

@ -228,7 +228,7 @@ class GeneratorOptions(QtWidgets.QWizardPage):
("High Digit SAMs", self.high_digit_sams),
("IDF Assets Pack (v1.1 by IDF Mods Project)", self.irondome),
("JAS 39 Gripen (v1.8.5-beta)", self.jas39_gripen),
("MiG-31BM (v2.0)", self.mig31bm_foxhound),
("MiG-31BM (v2.6)", self.mig31bm_foxhound),
("Mirage III (v2.5.7.01)", self.mirage_3),
("OH-6 Cayuse (v1.2)", self.oh_6),
("OH-6 Vietnam Asset Pack (v1.0)", self.oh_6_vietnamassetpack),

View File

@ -129,11 +129,11 @@ local unitPayloads = {
["name"] = "Retribution SEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
["CLSID"] = "{Kh-31_mig31bm}",
["num"] = 7,
},
[2] = {
["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
["CLSID"] = "{Kh-31_mig31bm}",
["num"] = 2,
},
[3] = {
@ -154,11 +154,11 @@ local unitPayloads = {
["name"] = "Retribution SEAD Escort",
["pylons"] = {
[1] = {
["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
["CLSID"] = "{Kh-31_mig31bm}",
["num"] = 7,
},
[2] = {
["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
["CLSID"] = "{Kh-31_mig31bm}",
["num"] = 2,
},
[3] = {