Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"
You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 3 months ago |
| Version | 1.1.5 |
| Download link | k0Mods-CustomStack-1.1.5.zip |
| Downloads | 205 |
| Dependency string | k0Mods-CustomStack-1.1.5 |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.0the_croods-SwapperPlugin
Allows seamless swapping between the il2cpp and mono backends. Can be used to install the mono and Il2Cpp version of a mod seamlessly
Preferred version: 1.2.2README
Custom Stack
Allows you to set custom stack limits for every item. And cash.
This mod is directed to people, who want to edit stack limits of only select items, without having to edit the entire game balance.
Installation
- Install MelonLoader
- Extract the zip file
- Place the dll file into the Mods directory for your branch
- For none/beta use IL2CPP
- For alternate/alternate beta use Mono
- Launch the game
Usage
- Run the game with the mod installed
- Quit the game via the main menu
- Edit the config file in
UserData/CustomStack.cfg. A snippet of it can be seen below:
[CustomStack]
cash = 19999
megabean = 20
motoroil = 25
mouthwash = 20
paracetamol = 20
- Save the file and launch the game again
CHANGELOG
Changelog
1.1.7
- Fix: Significant lag when merging large stacks (base game bug)
1.1.6
- Fix: Removed a patch that set the mixing station max mix quantity to int limit
1.1.5
- Fix: Compatibility with latest beta (0.4.4f6)
1.1.4
- Fix: hopefully cash stack limit not resetting to default on quitting the game
- Right click cash drag now supports custom stack limits (will use 1/10th of the custom stack limit)
1.1.3
- Fix: Apply custom stack limits once, when the game is loaded
1.1.2
- Fix: Cash stack limit resetting to default on quitting the game
1.1.1
- Fix: Stack limits config file resetting on quit to main menu
1.1.0
- Added special case for cash, override the default stack limit of 1 to 1000
- Fix: EndCashDrag causing errors on < 0.3.6
1.0.0
- initial