XIVDeck 0.3.12
Pre-releaseA long time ago, I decided to start what I thought was a simple project to learn both C# and how to mod games. This project was called XIVDeck. As a result of my inexperience writing code, I made a few very fatal decisions, such as putting a web server in the game to provide an API. These decisions haunt me to this very day.
- Switch the default web server back to EmbedIO.
- Force all API communication to happen over IPv4 to get around a frustrating bug.
- Hopefully fix some macOS and Linux compatibility issues.
- NOTE: macOS users will now be able to install the Stream Deck plugin, but it likely will not work at this time. I am not offering support for macOS or Linux users yet.
- Some other internal nonsense.
If XIVDeck doesn't work for you after this release for some reason, please check the release page for troubleshooting steps and ping me in the XIVDeck thread.
If you like this plugin, please consider starring the repository on GitHub. It's much appreciated, I promise! Also, if you speak one of German, French, or Japanese, please consider contributing translations to XIVDeck via Crowdin.
Testing Notes
This version switches the HTTP server back to EmbedIO, which should be mostly transparent to users. That said, some users may have been shoved on to the Microsoft HTTP server for various reasons. If you have any problems with XIVDeck (or just want to be sure you're testing EmbedIO), please follow the below instructions:
- Open the plugin installer with
/xlplugins
. - Find XIVDeck, and click the gear to open the Settings pane. Make note of all your settings.
- Back in the Plugin Installer, right-click XIVDeck's entry and choose Reset plugin configuration and reload.
- Click the gear on XIVDeck again and re-configure your settings.
Installing the Plugin
Both the Stream Deck Plugin and the Game Plugin have been updated to version 0.3.12.
To install the Stream Deck Plugin, simply download the XIVDeck.streamDeckPlugin
file and open it. The Elgato Stream Deck software will take care of the rest.
Full Changelog from Last Stable Release: v0.3.11...v0.3.12
CI Run: https://github.com/KazWolfe/XIVDeck/actions/runs/4709683839