Skip to content

Version 2.6.8.6

Compare
Choose a tag to compare
@ravahn ravahn released this 27 Mar 19:25
· 37 commits to master since this release
14c39de

New feature release:

  • Added new setting - "Use Deucalion Injection Library" - which injects a small DLL into the game to intercept network data, instead of using NPcap / raw winsock sockets to capture network data. This is turned off by default, and does not work with the FFXIV dx9 client.

Notes on using the Deucalion Injection Library:

In order to work around the current requirement to start ACT before logging into FFXIV, the FFXIV Plugin has been modified to support a custom library (https://github.com/ff14wed/deucalion) that is injected into Final Fantasy XIV and makes the network data available over a named pipe. This is a big change from earlier versions of the plugin, since it must modify the game process to perform this injection. Commercial programs such as Discord and graphics card drivers that display in-game overlays, as well as third-party tools like Dalamud, have been injecting their own code for a long time already. The FFXIV Plugin's injection definitely still violates the terms of service for FFXIV, so use at your own risk.