DingoDjango / snStorageInfo

Subnautica: Shows if a storage container is empty, full, or partially full without opening it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storage Info for Subnautica

Description:

In Subnautica, only empty containers relay their status to the player. With this mod containers will always show if they are:

  • Empty
  • Full
  • Have a certain amount of items, but aren't full

For Below Zero instructions please view the Nexus mod page.

Installation:

  1. Install BepInEx for Subnautica
  2. Install SMLHelper (Modding Helper)
  3. Download the latest zip file from the Files tab
  4. Unzip the contents of the zip to the game's main directory (where Subnautica.exe can be found)

(Optional) Translation:

  1. Navigate to ...\Subnautica\BepInEx\plugins\StorageInfo\Languages
  2. Copy English.json and change the file name to match your language

    Valid language names are found in ...\Subnautica\Subnautica_Data\StreamingAssets\SNUnmanagedData\LanguageFiles

  3. Translate the file. Do not touch the keys ("ContainerFull"), only the values ("full")
  4. Share the file with me on GitHub or in a Nexus private message

FAQ:

  • Q. Does this mod support the latest Subnautica update?
  • A. Tested on Subnautica version Dec-2022 71137 (Living Large update)
  • Q. Is this mod safe to add or remove from an existing save?
  • A. Yes
  • Q. Does this mod have any known conflicts?
  • A. No, unless some other mod patches StorageContainer.OnHandHover and doesn't play nice

Source code can be found here.

Credits:

About

Subnautica: Shows if a storage container is empty, full, or partially full without opening it.

License:MIT License


Languages

Language:C# 100.0%