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.
ShipSort
Highly customizable mod that sorts and organizes all items on your ship
| Date uploaded | a year ago |
| Version | 2.0.1 |
| Download link | baer1-ShipSort-2.0.1.zip |
| Downloads | 135 |
| Dependency string | baer1-ShipSort-2.0.1 |
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.2304baer1-ChatCommandAPI
A Lethal Company modding API for easy creation of Minecraft-style Chat Commands
Preferred version: 1.1.1README
Usage
While in orbit, simply enter /sort in the game chat. This will sort all items.
By default, scrap is sorted into two piles of two- and one-handed items (with some exceptions, like the whoopie cushion, football, apparatus and beehive), tools are sorted into the cupboard.
If you don't have the cupboard on the ship, you can return it with the cup terminal command. Otherwise, all your items will just disappear.
By default, all tools on the cruiser are ignored, you can force include them by running /sort -a.
Configuring custom positions
This mod can be configured to place any item anywhere, however this process may require some technical knowledge and a lot of patience.
You can change the default positions of one- and two-handed items, as well as tools, by changing the default... config values.
They use the same format as described below
For vanilla items
For any item in the vanilla game, you can simply open the config file and edit the corresponding config value.
The value is formatted as follows:
parent:x,y,z or x,y,z
The parent is the object relative to which the position is interpreted as. If the parent is the storage closet, items will actually be put in the closet.
The parent object is specified as a path to the object based on the scene root (for example Environment/HangarShip/StorageCloset, use UnityExplorer to find this for any object).
Alternatively, there are a couple keywords for common parent objects:
closetorcupboardfor the storage closet (Environment/HangarShip/StorageCloset)fileorfilecabinetfor the file cabinet (Environment/HangarShip/FileCabinet)noneorenvironmentfor the world root (Environment)shipfor the ship (Environment/HangarShip), but you can also just not specify a parent since this is the default (ship:0,0,0=0,0,0)
For modded/other items
The customItemPositions config value contains a list of other item positions by name.
This can be used to sort mod items, or items from future updates.
Format: itemname:parent:0,0,0;itemname:parent:0,0,0
Autosorting
If you enable the AutoSort config value or use the chat command /autosort to toggle it,
all items will be automatically sorted when you leave a moon.
This only activates when you are the host