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,9 +4,7 @@ import os
import json
import logging
sys.path.append("..\..\..\dcs-master\dcs-master")
SEARCH_FOLDER = "D:\\Eagle Dynamics\\DCS World OpenBeta"
SEARCH_FOLDER = sys.argv[1]
clsid_conversion = {
'ExtFuelTankID' : "{EFT_230GAL}" ,