Updated python scripts

This commit is contained in:
Pax1601
2024-05-29 15:49:37 +02:00
parent 6db4455d5a
commit c477dcd065
12 changed files with 1155 additions and 245 deletions

View File

@@ -4,15 +4,12 @@ import inspect
import difflib
from slpp import slpp as lua
SEARCH_FOLDER = "D:\\Eagle Dynamics\\DCS World OpenBeta"
sys.path.append("..\..\..\dcs-master\dcs-master")
SEARCH_FOLDER = sys.argv[2]
from dcs.weapons_data import Weapons
from dcs.planes import *
from dcs.helicopters import *
clsid_conversion = {
'ExtFuelTankID' : "{EFT_230GAL}" ,
'InternalFuelTank100' : "{IAFS_ComboPak_100}" ,