1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-23 21:27:45 +00:00
Export your FFXIV character in portable, generic formats
Find a file
2024-11-17 15:04:15 -05:00
.github Figured it out, believe it's because of relative paths 2024-11-05 21:45:22 -05:00
dalamud Update plugin to API level 11 2024-11-17 15:04:15 -05:00
src Add "Retry" button to manual steps in the plugin 2024-11-01 19:03:30 -04:00
templates Change "generated by" URL 2024-11-01 19:52:16 -04:00
web Remove duplicate download 2024-11-01 19:50:18 -04:00
.gitignore Add Dalamud bin files to gitignore 2024-10-31 18:18:34 -04:00
build.rs Simplify features, Qt is now required on desktop 2024-10-31 19:33:45 -04:00
Cargo.lock Switch Physis version to git to support WebAssembly 2024-11-01 16:51:37 -04:00
Cargo.toml Switch Physis version to git to support WebAssembly 2024-11-01 16:51:37 -04:00
LICENSE Add initial files 2024-09-29 17:50:19 -04:00
README.md Update README for the latest features 2024-11-01 19:21:11 -04:00
zone.xiv.auracite.svg Add icon, update website 2024-11-01 19:46:48 -04:00

Auracite

Export your FFXIV character in portable, generic formats.

In the eventual future, the official servers will shut down and the Lodestone will disappear. This tool exports your character's data in machine-readable JSON (so it can be imported by something else) and a Lodestone-like HTML page which you can display in your browser.

Usage

This tool makes several HTTP requests to the Lodestone, but they currently are only a few. The tool does not contact any 3rd-party external services.

Web

Auracite can run inside your web browser, accessed at auracite.xiv.zone. It has the same features as the regular version.

Desktop

A desktop version is available, just run cargo run. There is currently no binary distribution available.

CLI

Provide a character name via --name:

auracite --name "John Doe" 

To enable support for the Dalamud plugin, add --dalamud.

Dalamud Mode

Auracite can only collect so much data from the Lodestone, some data can only be collected when logged in. To do this, we provide a Dalamud plugin to run alongside the tool. The plugin is currently available in my personal Dalamud repository. The plugin can be safely removed if you're done using Auracite.

Supported Data

Data Supported Notes
Name
World/Data Center
Race/Subrace/Gender
City-state
Nameday
Guardian
Portrait/Full-body Images These are the images displayed on the Lodestone.
Playtime Requires the Dalamud plugin.
Currencies Only gil is supported, and requires the Dalamud plugin.
Appearance Data Requires the Dalamud plugin.
Adventurer Plate Requires the Dalamud plugin.
Misc. state Mentor and novice status, also player commendations. Requires the Dalamud plugin.

Currently, more types of data is planned to be supported in the future.

License

This project is licensed under the GNU Affero General Public License 3.