# Improved Storage Info This mod is inspired by another mod : [https://www.nexusmods.com/subnautica/mods/229](https://www.nexusmods.com/subnautica/mods/229) ## Description This mod allow to show some information when the player hand over on a storage. Information about an empty container : ![](docs/images/empty.jpg) Information about a not empty container : ![](docs/images/not_empty.jpg) Information about a full container : ![](docs/images/full.jpg) BepInEx configuration menu (to enable/disable show information about improved storage info) ![](docs/images/menu.jpg) ## For developers ### Needed references - System - System.Core - Assembly-CSharp - UnityEngine (Can be founded in subnautica game folder) - UnityEngine.CoreModule (Can be founded in subnautica game folder) - 0Harmony (Need Harmony plugin) - BepInEx (Need BepInEx plugin) - LitJSON (Can be founded in subnautica game folder) ### Github Project The source code can be found here : https://github.com/KnifeOnlyI/SubnauticaMods/tree/master/ImprovedStorageInfo