You are viewing a potentially older version of this package. View all versions.
HoppinsHauler-SortMyShipPleeese-1.0.0 icon

SortMyShipPleeese

Ship item sorting mod inspired by ShipSort, using ScrapMagic-style scrap layout.

Date uploaded 4 days ago
Version 1.0.0
Download link HoppinsHauler-SortMyShipPleeese-1.0.0.zip
Downloads 222
Dependency string HoppinsHauler-SortMyShipPleeese-1.0.0

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
baer1-ChatCommandAPI-0.3.1 icon
baer1-ChatCommandAPI

A Lethal Company modding API for easy creation of Minecraft-style Chat Commands

Preferred version: 0.3.1

README

SortMyShipPleeese

A ship item sorting mod for Lethal Company.

✨ Overview

SortMyShipPleeese automatically sorts items on the ship in a clean and predictable way.

  • The core idea and mechanics are inspired by ShipSort
  • The scrap layout and positioning logic are based on ScrapMagic
  • Designed to be simple, readable, and configurable

This mod combines the behavior of ShipSort with the visual layout philosophy of ScrapMagic.

🧠 Inspiration & Credits

This mod is heavily inspired by the following projects:

All credit for the original ideas and mechanics goes to the respective authors.

🔧 Features

  • Automatic sorting when leaving a planet (optional)
  • Manual sorting via chat commands
  • Scrap items are positioned using a ScrapMagic-style grid layout
  • Tools and special items have fixed, configurable positions
  • Supports stacking multiple items of the same type
  • Fully configurable via BepInEx config

💬 Chat Commands

  • /sort — Sort all items on the ship
  • /autosort — Toggle automatic sorting
  • /put "<item>" here|there [once|game|always] — Set custom item positions
  • /itemnames — List items without assigned positions

📂 Configuration

All item positions and behavior can be customized via the generated config file:

BepInEx/config/HoppinHauler.SortMyShipPleeese.cfg

🔗 Links

👤 Author

HoppinHauler

CHANGELOG

# Changelog

## v1.0.0

- Initial release

- Ship item sorting system implemented

- Scrap items positioned using ScrapMagic-style layout

- Tool and special item sorting based on ShipSort behavior

- Chat commands for sorting and position management

- Configurable item positions via BepInEx