1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-22 20:57:46 +00:00
Commit graph

10 commits

Author SHA1 Message Date
69f807b2f7 Add "Retry" button to manual steps in the plugin 2024-11-01 19:03:30 -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
22ee1a93a6 Remove unused directives 2024-10-31 23:34:22 -04:00
acb42a7cb6 Make the Dalamud plugin work with the WebAssembly version 2024-10-31 23:11:26 -04:00
66f641b7ca Switch around the server/client for Dalamud communication
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.
2024-10-31 21:46:50 -04:00
b509e05407 Support grabbing from misc player state from the plugin
This currently includes mentor status, novice status and player
commendation count.
2024-10-05 12:36:36 -04:00
5acde0000a Support collecting gil from the plugin 2024-10-05 12:26:12 -04:00
0c665679d4 Begin collecting some appearance data from the plugin 2024-10-05 12:21:38 -04:00
39108207f6 Add Dalamud plugin to collect additional data in-game
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!
2024-10-05 12:10:31 -04:00