huh I never thought about it that way, so basically, instead of trying to upload a file with all the gameplay in it it just has commands to "replay" the match while keeping the file small.
Thanks, Ive never been that good at this stuff so its nice to learn about it.
You're welcome!
I also find that topic quite interesting.
Of course the file is not written like a book, but the basic things apply.
I think the file probably has some kind of a header where the basic information is stored, like player name, ID, faction, loadout, map, etc. And then there's the content which contains the "replay"
It probably is more something like this:
Player0|1|AMove|22.54,12.99|121
From left to right this would then be
ID of the player | ID of the unit of selected player | Command Type | Coordinates | Timestamp
As I never looked to these files, this is probably wrong in terms of markup. But the theory is probably correct
(Also there are probably a lot more contents aswell)