AetherSense Redux (๐ Cool Bug's Fork)
April 17, 2025 ยท View on GitHub
Turn your Warrior of Light into the Warrior of Butt with regex-powered realtime log parsing. Configure custom vibration patterns for game controllers, bluetooth-enabled sex toys, and more!
About
This is a fork of digital pet's AetherSense Redux plugin, which was inspired by AetherSense. It is powered by Buttplug, controlled by you.
Installation
Pre-requisites
- This requires Intiface Central to be installed and running on your computer.
Preferred Method
- Open the Dalamud settings window (by typing
/xlsettingsin chat). - Go to the "Experimental" tab.
- Scroll down to the "Custom Plugin Repositories" section.
- Add a new entry using
https://raw.githubusercontent.com/emesinae/AetherSenseRedux/main/repo.jsonas the URL. - Make sure to save changes by hitting the save icon ๐พ at the bottom right of the settings.
- Return to the plugin page (
/xlplugins) and search for "AetherSense Redux" to install it.
Usage
TODO: Write usage instructions
Development
Environment Config
FFXIV and Dalamud
- XIVLauncher must be installed and present.
- If a custom path is required for Dalamud's dev directory, it must be set with the
DALAMUD_HOMEenvironment variable. The correct path will be to Dalamud'sHooks/devdirectory. Examples of this are:- Windows:
$APPDATA\XIVLauncher\addon\Hooks\dev\ - Linux:
$HOME/.xlcore/dalamud/Hooks/dev
- Windows:
- If a custom path is required for Dalamud's dev directory, it must be set with the
Development Dependencies
If you want to try to contribute, ensure .NET dependencies and tools are installed by running:
dotnet restore
dotnet tool restore
The latter is required to ensure you have Husky installed. If you attempt to commit changes and receive errors
mentioning husky, then you probably need to make sure it is actually installed.
Support
This project is a labor of love, and I don't earn any money for developing it. But if you've gotten something out of it and want to give back, please, buy me a coffee!
Credits
- Digital pet's original AetherSense Redux plugin.
- Uses XIVChatTools for extended filtering capabilities.
- Inspired by the original AetherSense plugin by Ms Tress.