I'm afraid not; orders are generated in JavaScript, and are only checked by the server. You can get all the information you need via JSON or XML to generate the orders, but the actual order generation being a fairly computationally intensive task (potentially) is left to the client.
Generating a full list of all potential orders would take a long time on some variant maps, and would be a large download.
Regards,
Kestas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is there a simple way to get possible orders (in CSV, XML) for a game & contry IDs ?
Regards,
Hi tcainne,
I'm afraid not; orders are generated in JavaScript, and are only checked by the server. You can get all the information you need via JSON or XML to generate the orders, but the actual order generation being a fairly computationally intensive task (potentially) is left to the client.
Generating a full list of all potential orders would take a long time on some variant maps, and would be a large download.
Regards,
Kestas