You are viewing a potentially older version of this package. View all versions.
mrov-ItemDeclutter-0.4.4 icon

ItemDeclutter

Small utility to organize dropped items on the ship.

Date uploaded 6 months ago
Version 0.4.4
Download link mrov-ItemDeclutter-0.4.4.zip
Downloads 2045
Dependency string mrov-ItemDeclutter-0.4.4

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
xilophor-LethalNetworkAPI-2.1.0 icon
xilophor-LethalNetworkAPI

A library/API to allow developers to easily add networking to their mods.

Preferred version: 2.1.0

README

ItemDeclutter

Small utility to organize dropped items on the ship.

Installation

Copy ItemDeclutter.dll to your BepInEx plugins folder.

- or -

Install via r2modman.

Features

  • Automatically organizes dropped items on the ship.
  • All items/zones are configurable via config files.
  • All zones are synchronized with host.
  • Supports modded items.

Showcase

Items being dropped and organized on the ship (Video).

Items in their default positions:

Configuration

Please visit wiki page to learn more.

License

This project is licensed under MIT License.

Credits

This project uses LethalCompanyTemplate, licensed under MIT License.

Thanks to the red cupboard on the ship: your absolute inability to hold any items between sessions inspired me to make this mod.

CHANGELOG

0.1.0

Initial release

0.2.0

  • fixed items not being allowed into vertical zones
  • fixed items not being grouped

0.2.1

  • fixed scrap getting sorted without config

0.3.0

  • config is now synchronized with host

0.3.1

  • hopefully fixed an issue where the config would not be synchronized after client rejoining the session
  • fixed an issue where the tooltips would not update

0.3.2

  • items are not required on save load to update Y dictionary (may not work well in multiplayer)

0.4.0

Please regenerate your config files!

  • items are not required on save load to update to correct Y level
  • tooltips should be set only on ship
  • changes to YDictionary are synced instantly
  • changed default zones

0.4.1

  • readme

0.4.2

  • upgraded to Xilophor's LethalNetworkAPI v2.1.0

0.4.3

  • fixed issues with mod not activating
  • fixed issues with mod not syncing config
  • fixed tooltips not applying correctly sometimes

0.4.4

  • fixed Y coordinates not being synced with host