Works on Linux.
Its just the .rar archive from first post does not have winhttp.dll in archive, so there's no entrypoint to start BepInEx at all. Easiest way to get it running on Linux would be
The high level rundown of how to get it running:
- Download the .rar from first post, and unpack somewhere like ~/games/Aicomi
- Add Aicomi.exe as non-steam game and set compatibility layer to Proton experimental or any other Proton of choice.
- Set startup options to: WINEDLLOVERRIDES="winhttp=n,b" %command%
- Run game once and exist, this will create prefix.
Installing HF Patch that actually has the needed winhttp.dll there:
- Get the HF Patch out of torrent magnet link posted above.
- Install the patch, it will have the actually working BepInEx.
How I prefer to install HF Patch on Bazzite with KDE, like on SteamOS:
- Install protontricks via flatpak store, install flatseal
- Though flatseal let protontricks access all files (or narrow it down to game directory)
- Navigate with Dolphin file browser where is the HF patch located.
- Right click it and choose to run with protontricks
- Select the non-steam Aicomi prefix
- Install that thing as you'd normally do
- Do NOT run game at the end of installation, you do not want to run it though protontricks.
And then it will just work when started though steam. The running via protontricks makes installing patches/installers easy without fooling around too much, but you can choose another path. This is just what I did here.