A Lethal Company mod that collects items from the cruiser into the ship on the Company and in some limited situations.
Cruiser item collection feature activates when any of these conditions are met:
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. |
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.
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.
| 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. |
| Global Exclusion List | string | (empty) | Excludes items from being collected by any collect command. A comma-separated list of item names, exact match and case-insensitive. Example: Easter egg, Shovel |
| Scrap Exclusion List | string | Shotgun, Knife |
Additional exclusion list for collect scrap. |
| Tool Exclusion List | string | (empty) | Additional exclusion list for collect tool. |
You can find item names here:
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.
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.