How does the profile import/export code actually work? #485
-
I find it remarkable that an alphanumeric string 10 characters long can capture all the mod information, including configs, to be shared between users. Can anybody tell me how this is possible? Can the export string really encode everything on its own? I get that 26^10 is a lot of choice, but what is happening to encode/decode the profile string? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I wish I could do encoding that well 👀 |
Beta Was this translation helpful? Give feedback.
I wish I could do encoding that well 👀
Basically it uploads to a personal hastebin-like instance that uses the end of the URL route as the code.
That part of the URL can then be re-applied and the profile is downloaded.