Fix usage text to reflect new formatters
This commit is contained in:
parent
e90ddee67e
commit
024253bb84
1 changed files with 4 additions and 3 deletions
|
@ -41,13 +41,13 @@
|
||||||
TURN:{TURN_NUMBER}
|
TURN:{TURN_NUMBER}
|
||||||
... {any extra properties could go here}
|
... {any extra properties could go here}
|
||||||
~~~~
|
~~~~
|
||||||
UNIT:{ID} tm:{TEAM} vs:{VIS} dr:{DIR(NESW)} ps:[{X},{Y}]
|
UNIT:{ID} pl:{PLAYER} vs:{VIS} dr:{DIR(NESW)} ps:[{X},{Y}]
|
||||||
... {continue for all units}
|
... {continue for all units}
|
||||||
END
|
END
|
||||||
|
|
||||||
## ORDER FILE FORMAT
|
## ORDER FILE FORMAT
|
||||||
### Name
|
### Name
|
||||||
Player_{TEAM_NUMBER}_Turn_{TURN_NUMBER}.txt
|
Player_{PLAYER_ID}_Turn_{TURN_NUMBER}.txt
|
||||||
### Contents
|
### Contents
|
||||||
ORDER:{ORDER_CHAR} id:{UNIT_ID}
|
ORDER:{ORDER_CHAR} id:{UNIT_ID}
|
||||||
... {continue for all orders}
|
... {continue for all orders}
|
||||||
|
@ -57,3 +57,4 @@
|
||||||
F - move unit [F]orward one space
|
F - move unit [F]orward one space
|
||||||
L/R - rotate unit [L]eft or [R]ight
|
L/R - rotate unit [L]eft or [R]ight
|
||||||
A - [A]ttack in straight line in front of unit
|
A - [A]ttack in straight line in front of unit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue