{"id":34914371,"url":"https://github.com/marzent/iinact","last_synced_at":"2026-01-28T06:10:01.789Z","repository":{"id":42516581,"uuid":"510821260","full_name":"marzent/IINACT","owner":"marzent","description":"A Dalamud plugin to run the FFXIV_ACT_Plugin in an ACT-like enviroment with a heavily modified port of Overlay Plugin","archived":false,"fork":false,"pushed_at":"2025-12-20T01:47:58.000Z","size":1769,"stargazers_count":241,"open_issues_count":33,"forks_count":55,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-12-22T04:43:26.874Z","etag":null,"topics":["dalamud-plugin","ffxiv","parser"],"latest_commit_sha":null,"homepage":"https://www.iinact.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marzent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-05T16:50:41.000Z","updated_at":"2025-12-20T01:48:02.000Z","dependencies_parsed_at":"2023-11-14T11:30:20.540Z","dependency_job_id":"a9ce06e1-1ae7-4b9b-b0c0-02d05893071c","html_url":"https://github.com/marzent/IINACT","commit_stats":null,"previous_names":[],"tags_count":152,"template":false,"template_full_name":null,"purl":"pkg:github/marzent/IINACT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marzent%2FIINACT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marzent%2FIINACT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marzent%2FIINACT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marzent%2FIINACT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marzent","download_url":"https://codeload.github.com/marzent/IINACT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marzent%2FIINACT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28054228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-26T02:00:06.189Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dalamud-plugin","ffxiv","parser"],"created_at":"2025-12-26T12:01:22.560Z","updated_at":"2025-12-26T12:01:39.981Z","avatar_url":"https://github.com/marzent.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![icon](https://github.com/marzent/IINACT/blob/main/images/icon.ico?raw=true)\n\n# IINACT\n\nA [Dalamud](https://github.com/goatcorp/Dalamud) plugin to run the [FFXIV_ACT_Plugin](https://github.com/ravahn/FFXIV_ACT_Plugin) in an [ACT](https://advancedcombattracker.com/)-like enviroment with a heavily modified port of [Overlay Plugin](https://github.com/OverlayPlugin/OverlayPlugin) for modern .NET.\n\nThe data source here is only based on [Unscrambler](https://github.com/perchbirdd/Unscrambler) and does not require any extra injection with [Deucalion](https://github.com/ff14wed/deucalion) or network capture with elevated privileges.\n\nThis will **not** render overlays by itself, use something like [Browsingway](https://github.com/Styr1x/Browsingway), [Next UI](https://github.com/kaminaris/Next-UI), [hudkit](https://github.com/valarnin/hudkit) (Linux only) or [Bunny HUD](https://github.com/marzent/Bunny-HUD) (macOS only) to display Overlays.\n\n\n## Why\n\n- ACT is too inconvenient IMHO for just wanting to have the game data parsed and served via a WebSocket server\n- Drastically more efficent than ACT, in part to .NET 7.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)\n- Due to the above and running fully inside the game process CPU usage will be orders of magnitude (not exaggerating here) lower when running under Wine compared to network-based capture\n- Uses an ultra fast and low latency WebSocket server based on [NetCoreServer](https://github.com/chronoxor/NetCoreServer)\n- Doesn't use legacy technology that hurts Linux and macOS users\n- Follows the Unix philosophy of just doing one thing and doing it well   \n\n## Installing \n\n\u003e **Warning**  \n\u003e No support will be provided on any Dalamud official support channel. Please use the [Issues](https://github.com/marzent/IINACT/issues) page or [Discord](https://discord.gg/pcexJC8YPG) for any support requests. Do NOT ask for support on the [XIVLauncher \u0026 Dalamud Discord](https://discord.gg/holdshift), as support for 3rd-party plugins is not provided there. \n\nInstall instructions can be found [here](https://www.iinact.com/installation/), but are indentical to any other 3rd-party plugin repository.\n\n## How to build\n\nJust run \n```\ngit clone --recurse-submodules https://github.com/marzent/IINACT.git\ncd IINACT\ndotnet build\n``` \non a Linux, macOS or Windows machine with the [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0). \n\nYou will need to be able to reference Dalamud as well, meaning having an install of [XL](https://github.com/goatcorp/FFXIVQuickLauncher) or [XOM](https://github.com/marzent/XIV-on-Mac) on Windows and macOS respectively. On Linux `DALAMUD_HOME` needs to be correctly set (for example `$HOME/.xlcore/dalamud/Hooks/dev`).\n\n## FAQ\n\n**Where are my logs?**\n\n- In your Documents folder. For Windows users, `C:\\Users\\[user]\\Documents\\IINACT`. For Mac/Linux users, same thing, but relative to your wine prefix.\n\n**Are these logs compatible with FFLogs? Can I use the FFLogs Uploader?**\n\n- Yes! 100% compatible.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarzent%2Fiinact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarzent%2Fiinact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarzent%2Fiinact/lists"}