All of your character's appearance data is now saved, and I've begun
the groundwork for exporting it into a client-compatible dat file.
If using the Dalamud plugin, the adventurer plate portrait is now
exported.
This is to facilitate support for this feature on the Web, where the
plugin needs to start a server instead of Auracite itself. Otherwise,
the functionality is identical to before.
Now we pack the different files into one ZIP archive, and give that as
bytes. It's then possible to turn this into a Base64 string perfect for
data URIs.
There's some data we want to save that's not available on the Lodestone,
for example playtime information. Now you can install the Dalamud plugin
(not currently distributed) to save playtime information.
In the future, we can expand this to all sorts of interesting things!