A mod for Muck that rovides settings to change rendering distance and disable post-processing, particles and world mesh shadows, which greatly improves performance on low-end devices.
[FpsBooster thunderstore page link]
This mod requires serveral libraries that it depends on.
You will need to create Libraries
folder next to the FpsBooster.csproj
file and fill it with assemblies:
MuckSettings.dll
,BepInEx.dll
,0Harmony.dll
,Assembly-CSharp.dll
,UnityEngine.CoreModule.dll
,UnityEngine.dll
,Unity.Postprocessing.Runtime.dll
While first ones are easy to obtain from thunderstore (You just have to click manual download and unpack .dlls from the .zip files).
(BepInEx.dll and 0Harmony.dll are in
/BepInExPack_Muck/BepInEx/core/
)Second ones require you to download muck and in the Muck's local folder (
Steam/steamapps/common/Muck
)you have to go to the
Muck_Data/Managed
folder and copy assemblies listed from 2nd line above.
If you find any bug you can open a new Issue on this mod's github Issue tab.