You are viewing a potentially older version of this package. View all versions.
aoirint-CollectCruiserItemCompany-0.2.1 icon

CollectCruiserItemCompany

Collects items from the cruiser into the ship on the Company and in some limited situations.

Date uploaded 8 months ago
Version 0.2.1
Download link aoirint-CollectCruiserItemCompany-0.2.1.zip
Downloads 41
Dependency string aoirint-CollectCruiserItemCompany-0.2.1

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

README

CollectCruiserItemCompany

A Lethal Company mod that collects items from the cruiser into the ship on the Company and in some limited situations.

What it does

  • Cruiser Item Collection by Terminal

When it activates

Cruiser item collection feature activates when any of these conditions are met:

  • While landed on the Company
  • In orbit on the first day (also the day after ejected) and routing to the Company
  • In orbit on the next day after landing on the Company, still routing to the Company (in the same session only)

How to use

Use the terminal command collect.

Command Description
collect Show help.
collect scrap Collect all scraps from the cruiser.
collect tool Collect all tools from the cruiser.
collect all Collect all items from the cruiser.

Who needs to install

Host only; clients are not required. However, only clients with this mod installed can trigger the collection.

Item positions are synchronized for all players, even if they don't have this mod installed.

Where items are moved to

Moved items are placed on the ship floor that is the default position for out-of-bounds items.

Each item is placed with a small offset to avoid overlapping.

Configurations

Name Type Default Description
Permission enum HostOnly Controls who can collect items from cruiser by terminal. If HostOnly, only the host can collect items. If Everyone, all players can collect items if they have installed this mod.
Exclusion List string (empty) A comma-separated list of item names that should not be collected. Exact match and case-insensitive. Example: Easter egg, Weed killer

You can find item names here:

FAQ

Log shows some ThrowObjectClientRpc errors when collecting. Is this a problem?

No. These errors are expected because this mod teleports items using the vanilla method to drop items by players.

The internal game logic detects an invalid state that an item is not held by a player when it is dropped, so it logs errors.

However, this may become an issue in future game versions.

[Info   :CollectCruiserItemCompany] Teleporting item. name=FancyGlass(Clone) worldOldItemPosition=(0.02, 5.60, -21.01) localNewItemPosition=(3.05, 0.17, -4.72) worldNewItemPosition=(4.33, 0.45, -12.23)
[Error  : Unity Log] ThrowObjectClientRpc called for an object which is not the same as currentlyHeldObjectServer which is null, on player #0.

Differences from 4902/Cruiser_Additions

4902/Cruiser_Additions can collect items when the ship is going into orbit.

This mod can collect items only when the ship is on the Company and some limited situations.

4902/Cruiser_Additions also includes other features such as additional scraps, a speedometer, and more.

This mod focuses solely on the item-collection feature.

CHANGELOG

v0.3.0 - 2025-11-30 UTC

  • Renamed ExclusionList configuration to Global Exclusion List. Existing configuration value is removed; please reconfigure after updating.
  • Added Scrap Exclusion List and Tool Exclusion List configurations for more granular control. Shotgun and Knife is now excluded by default for collect scrap.

v0.2.1 - 2025-11-30 UTC

  • Changed Exclusion List configuration to be case-insensitive for better usability.

v0.2.0 - 2025-11-30 UTC

  • Added Exclusion List configuration to specify item names that should not be collected from the cruiser.
  • Removed Easter egg from the built-in and default exclusion list. It was bad for QoL rather than spoiling.

v0.1.0 - 2025-11-27 UTC

  • Initial release on Thunderstore.