Slime Rancher Mod for Unity Plugin Manager that increases silo storage size. Adjusts the maximum number of items any in game entity that uses Silo storage components.
Last Tested with: Slime Rancher x64 v1.0.1e
- Check this repository.
- Build Unity Plugin Manager and place PluginManager.dll in the Managed folder.
- Copy the following DLLs from the Slime Rancher data folder (IE: F:\Program Files (x86)\Steam\steamapps\common\Slime Rancher\SlimeRancher_Data\Managed) to the Managed folder:
- Assembly-CSharp.dll
- UnityEngine.dll
- UnityEngine.UI.dll
- Download and place HookManager.cs from PlayHooky into the Source folder.
- Open BiggerSilo.Windows.sln with VS2017 and build Release.
- Install Unity Plugin Manager as described in the repository readme.
- Install BiggerSilo.dll, and BiggerSilo.json in the Unity Plugin Manager plugins folder.
- Launch your game, and enjoy.
Adjust the value of maxItemSlots in BiggerSilo.json to your liking. This value must be greater than 0 and less than float.MaxValue. It is recommended this value be 3 digits, but it can be any value (large values will display erroneously on the UI).
Any errors will be logged to SlimeRancher_Data\output_log.txt