Hi there! This is perhaps a long shot but I was wondering if it would be possible to get the specification for the ARMY 7 Code format. By that I mean the "Generate Army Code" string. From what I gather it is an array/list of objects (like Army name, unit ID, etc) that are encoded in some way, then BASE64 encoded, and finally URI encoded. Is there any place I could find a specification of the format? Best regards, FaithWasHad
Yes, if you can read Java. It's a fairly straightforward coding using (as I recall) a modified VLQ. The entrypoint is here: https://github.com/cwoac/Infinity-A...offortune/infinity/armylist/Armylist.java#L48