Browse Source

update readme (before code)

Bastien Sevajol 5 years ago
parent
commit
c3855454aa
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md View File

35
 
35
 
36
     python select_troops.py --country URSS --country DE
36
     python select_troops.py --country URSS --country DE
37
 
37
 
38
+Select troops for every countries then generate s troops file.
39
+
38
 ## Troops Placement phase
40
 ## Troops Placement phase
39
 
41
 
40
 You must: specify a map and a state and `--placement` option:
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
 Map will be loaded with state file troops and you will be able
48
 Map will be loaded with state file troops and you will be able
45
 to move (drag and drop with your mouse) troops.
49
 to move (drag and drop with your mouse) troops.