You are viewing a potentially older version of this package. View all versions.
k0Mods-CustomStack-1.1.5 icon

CustomStack

Custom stack limits, per item

By k0Mods
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-0.7.0 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.0
the_croods-SwapperPlugin-1.2.2 icon
the_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.2

README

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

  1. Install MelonLoader
  2. Extract the zip file
  3. Place the dll file into the Mods directory for your branch
    • For none/beta use IL2CPP
    • For alternate/alternate beta use Mono
  4. Launch the game

Usage

  1. Run the game with the mod installed
  2. Quit the game via the main menu
  3. 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
  1. 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