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

When transferring items between the player backpack and any container,

- Press Middle Mouse to transfer all items of the same type (i.e., all Iron)
- Press Shift+Middle Mouse to transfer a small amount of items of the same type (default 5)
- Press Ctrl+Shift+Middle Mouse to transfer a larger amount (default 50)

Permissions and credits
Changelogs
When transferring items between the player backpack and any container.

 Multiplayer Compatible - any participant can have this mod installed without the others needing it.

Usage

- Press Middle Mouse to transfer all items of the same type (i.e., all Iron)
- Press Shift+Middle Mouse to transfer a small amount of items of the same type (default 5)
- Press Ctrl+Shift+Middle Mouse to transfer a larger amount (default 50)


Installation steps


  • Important! Please remove any old BepInEx installs & mods and completely reinstall the game from scratch.
  • Install BepInEx 5.4.22 (Windows & Proton).
  • Start the game, quit the game.
  • Find the BepInEx\config\BepInEx.cfg file, and in it, set HideManagerGameObject = true. Alternatively, install the Mod Enabler mod from this package.
  • Extract any mods from the bundle into BepInEx\Plugins. Please keep the folder structure intact.




Source code

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

Configuration

akarnokd.theplanetcraftermods.uiinventorymovemultiple.cfg

[General]

## How many items to move when only a few to move.
# Setting type: Int32
# Default value: 5
MoveFewAmount = 5

## How many items to move when many to move.
# Setting type: Int32
# Default value: 50
MoveManyAmount = 50