1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-07-01 10:07:45 +00:00
Commit graph

9 commits

Author SHA1 Message Date
90a2eeda8a Start giving numerical values/ids for fields when possible
This makes it easier to build tools off of, such as Kawari which needs
the internal ID for things.
2025-03-31 17:03:15 -04:00
236731374a Skip writing unavailable data
If you aren't using the Dalamud plugin, some data is unavailable.
Instead of writing empty values to the JSON, don't include it at all.
2025-03-31 16:21:55 -04:00
cfddb17c46 Update dependencies, run Cargo format 2025-03-31 16:07:31 -04:00
23b9bf5532 Begin exporting adventurer plates
This creates a new HTML file called plate.html in the archive, which is
your recreated adventurer plate.
2024-11-01 18:58:38 -04:00
70effe3541 Save even more data, whoop
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.
2024-11-01 16:41:05 -04:00
5882bdd8f7 Bubble up errors to JS 2024-10-31 19:56:08 -04:00
6b9922fbdf Add back support for writing the character HTML file
Now it's written into the ZIP.
2024-10-31 18:20:45 -04:00
0c665679d4 Begin collecting some appearance data from the plugin 2024-10-05 12:21:38 -04:00
5f76694211 Add initial files 2024-09-29 17:50:19 -04:00