nopjmp / IINACT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon

IINACT

A minimalistic application to run the FFXIV_ACT_Plugin in an ACT-like enviroment with a stripped-down port of Overlay Plugin with Cactbot event sources.

This will not render overlays by itself, use something like Browsingway, Next UI, hudkit (Linux only) or Bunny HUD (macOS only) to display Overlays.

Why?

  • ACT is too clunky IMHO for just wanting to have the game data parsed and served via a Web Socket server
  • Drastically more efficent than ACT, in part to .NET 6.0, in part to a more sane log line processing (disk I/O is not blocking LogLineEvents and happening on a separate lower priority thread)
  • Due to the above and Machina optimizations CPU usage will be orders of magnitude (not exaggerating here) lower when running under Wine
  • Will generally stay out of your way, doesn't take away focus when launched, only lives as a tray icon and quits itself once the game closes
  • Doesn't use legacy technology that hurts Linux and macOS users
  • More robust Web Socket server than what Overlay Plugin currently uses (which looks like it is not maintained anyways atm)
  • RPCAP support (for the poor Flatpak users)
  • Has a nice dark UI that won't flashbang you in the middle of the night
  • Follows the Unix philosophy of just doing one thing and doing it well

How to build?

Just place the FFXIV_ACT_Plugin.dll and its SDK files in the external_dependencies folder and build the IINACT project.

FAQ

Where are my logs?

  • In your Documents folder. For Windows users, C:\Users\[user]\Documents\IINACT. For Mac/Linux users, same thing, but relative to your wine prefix.

Are these logs compatible with FFLogs? Can I use the FFLogs Uploader?

  • Yes! 100% compatible.

Known Issues

  • Doesn't have any sort of auto-update system
  • TTS is not fully implemented yet

PRs are always welcome :)

About

License:GNU General Public License v3.0


Languages

Language:C# 91.2%Language:HTML 4.4%Language:JavaScript 3.5%Language:CSS 1.0%