Fixes issues making it actually possible to run on linux :3
Here is how to install it
First, install BepInEx (see here how to install BepInEx)
Then download or compile the mod and put in inside <ResonitePath>/BepInEx/plugins
(ResonitePath being where u installed the game, just browse local files on steam)
Thats it, enjoy :3
To compile it from source first make sure you have dotnet installed
- Clone the repo and cd into it
git clone https://github.com/Babakinha/ResoniteLinuxFix
cd ResoniteFix
- Set the path of where u installed resonite like this:
export ResonitePath="~/.local/share/Steam/steamapps/common/Resonite"
- Build it using dotnet (u prob want to use Release mode)
dotnet build --configuration Release
The dll will be stored in bin/Release/netstandard2.1/ResoniteFix.dll
If u already installed BepInEx u can just do
cp bin/Release/netstandard2.1/ResoniteFix.dll $ResonitePath/BepInEx/plugins