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

ShipInventory

Adds an inventory to the ship, allowing it to store items and retrieve them.

Date uploaded 2 months ago
Version 1.0.0
Download link WarperSan-ShipInventory-1.0.0.zip
Downloads 435
Dependency string WarperSan-ShipInventory-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
WhiteSpike-Interactive_Terminal_API-1.1.3 icon
WhiteSpike-Interactive_Terminal_API

API focused on making interactable UI in the terminal

Preferred version: 1.1.3
Sigurd-CSync-5.0.1 icon
Sigurd-CSync

Configuration file syncing library for BepInEx.

Preferred version: 5.0.1
AinaVT-LethalConfig-1.4.2 icon
AinaVT-LethalConfig

Provides an in-game config menu for players to edit their configs, and an API for other mods to use and customize their entries.

Preferred version: 1.4.2

README

Ship Inventory

Adds a ship object that allows players to safely store items inside the ship's inventory.

Vent Chute

By holding an item to the vent chute, you can put items into the ship's inventory. You can also retrieve them using the terminal.

Image of the vent chute

Commands

The players have access to two commands:

  • Inventory
  • Retrieve

Inventory

By typing 'inventory' in the terminal, the terminal will show you all the items that are currently stored in the ship's inventory.

Image of the inventory

Here, you can see all the items and their average value. If you want to retrieve an item, you can type the name of the item (e.g.: 'app' for the Apparatus). Optionally, you can also define how many items you want by adding a number.

Retrieve

By typing 'retrieve' followed by a number, the terminal will retrieve items that add up to the given number.

Image of the retrieve

Note that the terminal will try to find the combination of the fewer items with the least overflow.

Save/Load

When the host saves or loads a save file, the mod will add the stored items inside the file to read them when loading.

Wipe out

The ship's inventory is not a safe. If the crew wipes out, the inventory will also wipe out.