KazWolfe / XIVDeck

A Stream Deck plugin providing rich integration for Final Fantasy XIV!
GNU Affero General Public License v3.0
109 stars 3 forks source link
dalamud-plugin ffxiv streamdeck

XIVDeck Icon

XIVDeck

Download count Crowdin Latest Release Testing Release

XIVDeck is a project that attempts to bridge the gap between Final Fantasy XIV and the Elgato Stream Deck. XIVDeck uses the Dalamud plugin library to create an interactive and pleasant human interface experience.

⚠️ Hic Svnt Leones!

This plugin, alongside all of Dalamud, is against the Terms of Service for Final Fantasy XIV. While this plugin has gone to great lengths to ensure that it is as safe as possible and adheres to the spirit of the game, there is still a small risk. Please ensure you're only using official builds and releases of all relevant tools.

By using this plugin (and Dalamud itself), you understand that you are risking receiving a ban for client modifications. For more information, please see Dalamud's FAQ.

Plugin Components

This plugin has two primary components:

For those using hardware other than the Elgato Stream Deck on Windows, community-made plugins are available:

Please note that the above plugins are not endorsed and may be missing features or otherwise have problems. Please contact the relevant maintainer if there are issues using non-Stream Deck plugins. If you are a maintainer of a plugin using my API, please reach out via Discord!

Using the Plugin

The XIVDeck Game Plugin has very few configuration parameters; only really requiring a port be chosen if (for whatever reason) TCP port 37984 is already used on your host.

The XIVDeck Stream Deck Plugin is a little bit more involved and does expose some extra options for discerning players. Currently, the following command types can be placed on a Stream Deck button:

More action types may come later, depending on user demand, what can actually go on a hotbar, and what Dalamud ultimately supports or makes accessible. For actions that either cannot be put on a hotbar or are not supported, the Text Command action will allow calling a command directly.

Installing the Plugin

The XIVDeck plugins are available for download from this repository's Releases page.

To install the Stream Deck plugin, simply open the XIVDeck.streamDeckPlugin file. The Elgato Stream Deck software will take care of all installation steps.

To install the FFXIV plugin, simply add it through the Dalamud Plugin Installer. To opt in to testing versions (when available), right-click XIVDeck's entry in the Plugin Installer and select Receive plugin testing versions.

Getting Help

Technical support for release and testing versions of XIVDeck is available in the XIVLauncher & Dalamud Discord's XIVDeck help thread.

Please report bugs and submit feature requests through GitHub Issues when possible. I also will accept bugs and feature requests on Discord, but may ask you to open an Issue anyways.

I cannot offer support for self-built versions of XIVDeck, nor versions installed from unofficial repositories. Please ensure that you are using the official release(s) of all relevant tools.

Building the Plugin

If for some reason you'd rather be on the bleeding edge, you may also manually build the plugins.

The XIVDeck Game Plugin is more or less self-contained and only needs to go through your IDE's normal build processes. Build the plugin normally and add the output folder as a dev plugin path in Dalamud's settings.

The XIVDeck Stream Deck Plugin can be built by running yarn build. Symlink or copy the resultingdist/dev.wolf.xivdeck.sdPlugin folder to %APPDATA%\Elgato\StreamDeck\Plugins\dev.wolf.xivdeck.sdPlugin. Note that after creating this link, you need to fully restart the Stream Deck software for the plugin to be detected.