Mods for Klei's Oxygen Not Included
- Cairath's ONI Modding Guide: https://github.com/Cairath/Oxygen-Not-Included-Modding/wiki
- Klei Modding guidelines: https://forums.kleientertainment.com/forums/topic/116697-modding-guidelines/
- Peter Han's PLib library: https://github.com/peterhaneve/ONIMods/tree/main/PLib
- wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
- sudo dpkg -i packages-microsoft-prod.deb
- rm packages-microsoft-prod.deb
- sudo apt-get update
- sudo apt-get install dotnet-sdk-6.0
- dotnet new console -o testapp -f net6.0
- cd testapp
- dotnet run
- cd ..
- rm -rf testapp
- Visit https://github.com/codemerx/CodemerxDecompile/releases & install the latest release
- cd IdleNotificationTweaks; make
- make test
- Start Oxygen Not Included
- Click Mods and make sure this mod is enabled
- Restart ONI
- play the game
- make Player.log & review it