|
@@ -35,11 +35,15 @@ Start troops selection GUI with:
|
35
|
35
|
|
36
|
36
|
python select_troops.py --country URSS --country DE
|
37
|
37
|
|
|
38
|
+Select troops for every countries then generate s troops file.
|
|
39
|
+
|
38
|
40
|
## Troops Placement phase
|
39
|
41
|
|
40
|
42
|
You must: specify a map and a state and `--placement` option:
|
41
|
43
|
|
42
|
|
- python run.py maps/001 --state maps/001/state1.xml --placement
|
|
44
|
+ python run.py maps/001 --troops troops.xml --placement
|
|
45
|
+
|
|
46
|
+`troops.xml` must be previously (at `Troops selection` phase) generated troops file.
|
43
|
47
|
|
44
|
48
|
Map will be loaded with state file troops and you will be able
|
45
|
49
|
to move (drag and drop with your mouse) troops.
|