Now possible to open and save game under different names.

This commit is contained in:
Khopa
2020-08-09 17:31:53 +02:00
parent 7354a34f1a
commit 23f4df766c
7 changed files with 62 additions and 25 deletions

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", "channel"]:
for terrain in ["gulf", "nev", "channel", "normandy"]:
print("Terrain " + terrain)
m = Mission()
m.load_file("./{}_terrain.miz".format(terrain))