aoirint-CollectCruiserItemCompany icon

CollectCruiserItemCompany

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

Last updated 11 hours ago
Total downloads 12
Total rating 0 
Categories Mods Tweaks & Quality Of Life
Dependency string aoirint-CollectCruiserItemCompany-0.1.0
Dependants 0 other packages depend on this package

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.

Limitations

  • Easter eggs are not collected to avoid spoiling their explosion.

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.

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.