I recently added a new feature : export orders.
When clicking on the button, a .txt located in game files will allow you to save the orders you gave at a specific time.
This will allow players that wants to take notes to easily keep track.
Icing on the cake, it will be precious debugging tool for me :)
Here is an exemple of what is recorded :
————— Team 2017/1/23 : 16H 5m 27s —————
——- Bot #1: Duck face ——-
BOOT ORDER: MOVE 3.50 SECONDS
ORDER #1: QUACK
ORDER #2: WAIT 12 SECONDS
ORDER #3: MOVE 7 SECONDS
END LOOP: WAIT
——- Bot #2: Duck face ——-
BOOT ORDER: MOVE 3.50 SECONDS
ORDER #1: QUACK
ORDER #2: QUACK
ORDER #3: QUACK
END LOOP: MOVE
——- Bot #3: Duck face ——-
BOOT ORDER: MOVE 3.50 SECONDS
ORDER #1: QUACK
ORDER #2: QUACK
ORDER #3: MOVE 8 SECONDS
END LOOP: WAIT
——- Bot #4: Cat Burglar ——-
BOOT ORDER: MOVE 2 SECONDS
ORDER #1: WAIT 5 SECONDS
ORDER #2: SKIP
END LOOP: MOVE
0 comments