Channel map support.

This commit is contained in:
Khopa
2020-06-12 19:10:58 +02:00
parent c708abafc8
commit 601375d06f
16 changed files with 304 additions and 79 deletions

BIN
resources/channellandmap.p Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -3,7 +3,7 @@ import pickle
from dcs.mission import Mission
from dcs.planes import A_10C
for terrain in ["cau", "gulf", "nev", "normandy"]:
for terrain in ["cau", "gulf", "nev", "channel"]:
print("Terrain " + terrain)
m = Mission()
m.load_file("./{}_terrain.miz".format(terrain))

Binary file not shown.