Planet Crafter
0 of 0

File information

Last updated

Original upload

Created by

akarnokd

Uploaded by

karnokd

Virus scan

Safe to use

Tags for this mod

About this mod

Items in the backpack, containers and machines stack. The stack size can be customized.

Permissions and credits
Changelogs
Description

Items in inventories stack. The stack count is displayed on the middle of the item.

Use Shift-Left Click to move a particular stack of items.

Supported game version: 0.9.010

⚠️Warning! My mods posted to NexusMods only support the latest public game release, not the beta/demo/development versions. Also the GoG version tends to lag behind the Steam version by about a week. You may try and stay on an earlier mod version until the game gets its GoG update.

The stack size is common to all item types (and won't be made customizable per item type).

⚠️Caution with certain types of machines, such as growers, as these can break if more than one item is put into them.

This mod is Apache 2.0 open source: https://github.com/akarnokd/ThePlanetCrafterMods/tree/main/CheatInventoryStacking

Note: this mod can be considered cheating because the game's survival nature requires player to juggle a small inventory space and make many trips to gather resources.

Installation steps

  • Install the latest BepInEx 5.4.21 from https://github.com/BepInEx/BepInEx/releases
  • Run the game, quit the game.
  • Find the BepInEx\config\BepInEx.cfg file, and in it, set HideManagerGameObject = true.
  • Unzip the mod into the BepInEx\plugins directory. Please keep the folder structure intact.

Configuration

akarnokd.theplanetcraftermods.cheatinventorystacking.cfg

[General]
## The stack size of all item types in the inventory
# Setting type: Int32
# Default value: 10
StackSize = 250

## The font size for the stack amount
# Setting type: Int32
# Default value: 25
Fjavascript-event-stripped 25

## Should the trade rockets' inventory stack?
# Setting type: Boolean
# Default value: false
StackTradeRockets = false

## Should the shredder inventory stack?
# Setting type: Boolean
# Default value: false
StackShredder = false

## Should the player backpack stack?
# Setting type: Boolean
# Default value: true
StackBackpack = true

## Allow stacking in Ore Extractors
# Setting type: Boolean
# Default value: true
StackOreExtractors = true

## Allow stacking in Water Collectors.
# Setting type: Boolean
# Default value: true
StackWaterCollectors = true

## Allow stacking in Gas Extractors.
# Setting type: Boolean
# Default value: true
StackGasExtractors = true