0 of 0

File information

Last updated

Original upload

Created by

aedenthorn

Uploaded by

MadesRedo

Virus scan

Safe to use

Tags for this mod

About this mod

Lets you set custom sizes for various types of storage and container.

Requirements
Permissions and credits
Changelogs
This mod should let you set custom storage sizes for pretty much every storage that might exist in the game, including planter boxes, vehicles, the scanner room, etc.; it saves entries to a text file for types of storage as they are instantiated in game, so you can see whether it works for a specific storage by checking the json file.

The json file will be created at BepInEx\plugins\StorageSizeMod_BZ\container_types.json when you load into your world and it finds whatever type of storage exists in game.

The file has entries like this:

  "LifepodDrop": {
    "width": 4,
    "height": 8,
    "custom": false
  },

All you have to do is edit this file, change the width and height values and set "custom": true, and resave the file to enable the change. You can do this while the game is running, but you will have to exit to the main menu and reload the save to see the changes.

When you create a storage in game of a type that didn't exist before, an entry for that type should be saved to the json text file - make sure you reload the text file to see the new storage type.

Please note that, because it's generating the names from the actual game objects, some of them might look weird.

Here are some edits from my config file:
  "Autosorter": {
    "width": 7,
    "height": 120,
    "custom": true
  },
  "AutosortTarget": {
    "width": 7,
    "height": 120,
    "custom": true
  },
  "SeaTruckStorage": {
    "width": 7,
    "height": 200,
    "custom": true
  },
  "LifepodDrop": {
    "width": 7,
    "height": 200,
    "custom": true
  },
  "SmallLocker": {
    "width": 7,
    "height": 200,
    "custom": true
  },

This mod is ported from Subnautica. Credit goes to aedenthorn.

Requirements
Nautilus BZ
Tobey's BepInEx Pack for Subnautica Below Zero
Advanced Inventory

Installation
Just extract the file into BepInEx directory
The file path should look like this:
plugins\StorageSizeMod_BZ.dll

If you like the mod please do not forget to endorse it (15 minutes after downloading)

You can also check other mods I created:
AutoHarvest BZ
Bed Teleport BZ
Craft and Build from Containers BZ
Inventory Size BZ
Mades Redo Custom Sizes
Mades Redo Harder Recipes
Mades Redo Resources From Scanning BZ
Mades Redo Various Items as BioFuels
Quick Store BZ
Track Everything BZ