8000 GitHub - Babakinha/ResoniteLinuxFix: Resonite worky on linux :3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Babakinha/ResoniteLinuxFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResoniteFix (Linux Fix)

Fixes issues making it actually possible to run on linux :3
Here is how to install it

How to install

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

Compiling from sauce

To compile it from source first make sure you have dotnet installed

  1. Clone the repo and cd into it
git clone https://github.com/Babakinha/ResoniteLinuxFix
cd ResoniteFix
  1. Set the path of where u installed resonite like this:
export ResonitePath="~/.local/share/Steam/steamapps/common/Resonite"
  1. 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

About

Resonite worky on linux :3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0