Tony's update to unit databases

This commit is contained in:
Pax1601
2024-05-29 09:20:37 +02:00
parent 52833cadee
commit 6db4455d5a
7 changed files with 160 additions and 55 deletions

View File

@@ -10901,6 +10901,7 @@ Olympus.unitPayloads = {
}
},
["A-50"] = {},
["KJ-2000"] = {},
["AH-1W"] = {
["14xHYDRA-70 WP"] = {
[2] = {["CLSID"] = "M260_HYDRA_WP"},
@@ -12769,6 +12770,7 @@ Olympus.unitPayloads = {
},
["KC-10A"] = {},
["KC-135"] = {},
["KC130"] = {},
["Mi-24V"] = {
["2xFAB-500"] = {
[3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"},

1
scripts/python/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.venv

View File

@@ -6,8 +6,6 @@ from slpp import slpp as lua
SEARCH_FOLDER = "D:\\Eagle Dynamics\\DCS World OpenBeta"
sys.path.append("..\\..\\..\\dcs-master\\dcs-master")
from dcs.vehicles import *
from dcs.ships import *
from dcs.planes import *