mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Channel map support.
This commit is contained in:
BIN
resources/channellandmap.p
Normal file
BIN
resources/channellandmap.p
Normal file
Binary file not shown.
BIN
resources/tools/channel_terrain.miz
Normal file
BIN
resources/tools/channel_terrain.miz
Normal file
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user