Last active
March 2, 2023 13:50
-
-
Save Artoria2e5/197b6da4c79a4e7d024bb7ccbb5ed98c to your computer and use it in GitHub Desktop.
Revisions
-
Artoria2e5 revised this gist
Mar 2, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ * Files always start with `AD 55 01 00 03 00` * Strings are coded as `length` (uint16 LE), followed by bytes * `0F 00` is... something * `meta` is just the head portion of `gamestate` (country name, country flag, mods, game flags/rules) -
Artoria2e5 revised this gist
Mar 2, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ * Files always start with `AD 55 01 00 03 00` * Strings are coded as `length` (uint16 LE), followed by bytes * `0F 00` is... something * `meta` is just the head portion of `gamestate` (country name, country flag, mods, game flags) -
Artoria2e5 revised this gist
Mar 2, 2023 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ * Files always start with `AD 55 01 00 03 00` * Strings are coded as `length` (uint16 LE), followed by bytes * `0F 00` is... something * `meta` is just the head portion of `gamestate` (country name, flag, mods) -
Artoria2e5 created this gist
Mar 2, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ * Files always start with `AD 55 01 00 03 00` * Strings are coded as `length` (uint16 LE), followed by bytes * `0F 00` is... something