Planet Crafter
0 of 0

File information

Last updated

Original upload

Created by

cisox

Uploaded by

cisox

Virus scan

Safe to use

Tags for this mod

About this mod

This mod allows you to toggle off several of the constraints when deconstructing items such as "something is inside" and "not empty".

Requirements
Permissions and credits
Changelogs
Donations
This mod is pretty straightforward and inspired by a couple other mods here. It allows you to toggle off deconstruction constraints so that when you deconstruct something, it doesn't check if there's something inside (like items in a living compartment) or if it contains inventory (like a locker).

When deconstructing something with an inventory, the items are either added to the player inventory or dropped on the ground.

Constraints are enabled by default and can be toggled on and off with the hotkey (Ctrl + N by default).

Installation

  • Install BepInEx 5.4.21 (WindowsLinux)
  • 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.
  • Extract this mod into BepInEx\Plugins

Configuration

cisox.theplanetcraftermods.AlwaysDeconstruct.cfg

[General]
Toggle_Deconstruct_Constraints_Modifier_Key = LeftCtrl
Toggle_Deconstruct_Constraints_Key = N
Constraints_Disabled_By_Default = false

Version history
1.0.0.3
Added config option Constraints_Disabled_By_Default to disable deconstruction constraints by default when game starts.

1.0.0.2
Changed logic on how inventory status is determined to work better with other mods (Stacking, etc.)

1.0.0.1
Fixed issue with duplicate resources returned on deconstruct. Greatly simplified logic to avoid future issues.

1.0.0.0
Initial release