Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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.0 |
| Download link | aoirint-CollectCruiserItemCompany-0.2.0.zip |
| Downloads | 43 |
| Dependency string | aoirint-CollectCruiserItemCompany-0.2.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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 from the cruiser. 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
ExclusionListconfiguration toGlobal Exclusion List. Existing configuration value is removed; please reconfigure after updating. - Added
Scrap Exclusion ListandTool Exclusion Listconfigurations for more granular control. Shotgun and Knife is now excluded by default forcollect scrap.
v0.2.1 - 2025-11-30 UTC
- Changed
Exclusion Listconfiguration to be case-insensitive for better usability.
v0.2.0 - 2025-11-30 UTC
- Added
Exclusion Listconfiguration to specify item names that should not be collected from the cruiser. - Removed
Easter eggfrom 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.