
You are viewing a potentially older version of this package. View Latest Version

Unlimited pouch mod for White Knuckle. Removes all inventory capacity limits.
UnlimitedPouch.dll from the bin/Release/net472/ folderUnlimitedPouch.dll in White Knuckle/BepInEx/plugins/UnlimitedPouch/dotnet restore UnlimitedPouch.csproj
dotnet build UnlimitedPouch.csproj -c Release
The mod uses Harmony to patch the following:
Inventory.Initialize() - Sets pouchMaxCapacity to 9999 after initializationInventory.CreatePouches() - Sets all pouch maxCapacity and maxLargeCapacity to 9999Inventory.Pouch.CanAddItemToPouch() - Always returns true, allowing any item to be addedLeaderboardManager.DisableForThisRun() to disable leaderboard uploads for the current sessionMIT License