UnlimitedPouch
Unlimited pouch mod for White Knuckle. Removes all inventory capacity limits.
| Last updated | 17 hours ago |
| Total downloads | 48 |
| Total rating | 0 |
| Categories | Misc |
| Dependency string | huoyan1231-UnlimitedPouch-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100huoyan1231-WK_huoyan1231COMLib
Common library for huoyan1231's White Knuckle mods. Provides shared leaderboard management utilities — automatically disables leaderboards when any dependent mod exceeds the vanilla Trinket budget, and restores them after each run.
Preferred version: 1.0.0README
UnlimitedPouch
Unlimited pouch mod for White Knuckle. Removes all inventory capacity limits.
Features
- Unlimited Pouch Capacity: Set pouch capacity to 9999 (effectively unlimited)
- Disable Leaderboard Uploads: Automatically disables leaderboard uploads via WK_huoyan1231COMLib (soft dependency)
- Harmony Patches: Uses Harmony to patch Inventory initialization and pouch creation
Installation
- Install BepInEx 5.x for White Knuckle
- Download
UnlimitedPouch.dllfrom thebin/Release/net472/folder - Place
UnlimitedPouch.dllinWhite Knuckle/BepInEx/plugins/UnlimitedPouch/ - (Optional) Install WK_huoyan1231COMLib to automatically disable leaderboard uploads
Building from Source
dotnet restore UnlimitedPouch.csproj
dotnet build UnlimitedPouch.csproj -c Release
Requirements
- BepInEx 5.4.21 or later
- White Knuckle (Assembly-CSharp.dll)
- WK_huoyan1231COMLib (optional, for leaderboard disable feature)
How it Works
The mod uses Harmony to patch the following:
Inventory.Initialize()- SetspouchMaxCapacityto 9999 after initializationInventory.CreatePouches()- Sets all pouchmaxCapacityandmaxLargeCapacityto 9999Inventory.Pouch.CanAddItemToPouch()- Always returns true, allowing any item to be added
Soft Dependencies
- WK_huoyan1231COMLib: If installed, the mod will automatically call
LeaderboardManager.DisableForThisRun()to disable leaderboard uploads for the current session
Version History
1.0.0
- Initial release
- Unlimited pouch capacity
- Automatic leaderboard disable (if COMLib is installed)
License
MIT License