/SailwindCargoController

A mod for the game Sailwind which aims to make managing your cargo easier and less tedious.

Primary LanguageC#GNU Lesser General Public License v3.0LGPL-3.0

Cargo Controller is a mod for the game Sailwind. It provides a simple UI for managing your cargo in a easier and quicker manner.

Press tab to open your inventory. The cargo controller UI will display in the top left. Will show your all the (unused) goods on your boat and in the port staging area if you are close enough. Simply click on a button in the ui to grab one of those goods.

Screenshot

To use CargoController in Sailwind you will need a mod loader, either Unity Mod Manager or BepInEx. Follow the installation instructions for your chosen mod loader.

To install the CargoController mod simply download the latest (UMM or BepInEx) release from releases page and unpack the zip to the Sailwind game directory. Your game directory should then be like below.

Unity Mod Manager

📁 Sailwind
   └📁 Mods
       └📁 CargoController
	   ├ CargoController.dll
	   └ info.json

BepInEx

📁 Sailwind
   └📁 BepInEx
       └📁 plugins
	   └📁 CargoController
	   	└ CargoController.dll