mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Updated python scripts
This commit is contained in:
@@ -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}" ,
|
||||
|
||||
Reference in New Issue
Block a user