Menu

Tree [96a68f] master /
 History

HTTPS access


File Date Author Commit
 .gitattributes 2024-08-14 Casey Scott Casey Scott [51895d] Initial commit
 .gitignore 2024-08-14 Casey Scott Casey Scott [51895d] Initial commit
 LICENSE 2024-08-14 Casey Scott Casey Scott [51895d] Initial commit
 Patches.cs 2024-08-25 Casey Scott Casey Scott [92c60a] Remove access modifiers
 Plugin.cs 2024-08-25 Casey Scott Casey Scott [96a68f] Fix indentation
 README.md 2024-08-14 Casey Scott Casey Scott [51895d] Initial commit
 SRShowBasePrices.csproj 2024-08-14 Casey Scott Casey Scott [51895d] Initial commit

Read Me

SR Show Base Prices

A BepInEx mod for Slime Rancher that displays base Plort prices in Plortonomics descriptions

Building

Must either:

  • Copy Assembly-CSharp.dll and Unity.TextMeshPro.dll from path/to/Slime Rancher/SlimeRancher_Data/Managed/ to project directory
  • Set HintPaths in SRShowBasePrices.csproj to path/to/Slime Rancher/SlimeRancher_Data/Managed/Assembly-CSharp.dll and path/to/Slime Rancher/SlimeRancher_Data/Managed/Unity.TextMeshPro.dll

Then run dotnet publish -c Release