Green Hell
0 of 0

File information

Last updated

Original upload

Created by

TrogloGeek

Uploaded by

TrogloGeek

Virus scan

Safe to use

Tags for this mod

About this mod

Allows to configure player max weight and inventories grid sizes (backpack, chests and bags) through a text configuration file.

Requirements
Permissions and credits
Changelogs
Donations
Allows to configure player max weight and inventories grid sizes (backpack, chests and bags) through a text configuration file.

I created this mod because I was bugged by the mud chest appearing wide but being treated as having the same aspect ratio than the backpack main pocket (getting strange results rotating objects in a mud chest).

Be aware that reducing a grid size will most probably make you game freeze when trying to load a container which contains objects which are now out of grid boundaries.
This also mean that if a game update makes this mod stop working, your savegame will probably be unusable until this mod is updated !!!

How to install

First browse to https://github.com/BepInEx/BepInEx/releases, and unfold "assets" at the end of "BepInEx 5.0 RC1" release post. Download BepInEx.5.0.RC1.v2017.x64.zip and extract it in Green Hell game folder.
Then download this mod archive and extract the contained DLL into "Green Hell\BepInEx\plugins" folder.
Start the game once so the mod can generate the config file.
You're done !

How to configure

If you updated the module's DLL or if the release you downloaded does not contain a ConfigurableStorageSize.config.txt file, start the game once so the config file is generated or updated with new options, without loosing your current configuration.

PLEASE ALL STOP TRYING TO OPEN THE DAMN DLL FILE ! The textual configuration file gets generated next to the DLL once the game is started with the mod successfully installed.

Open ConfigurableStorageSize.config.txt and adjust values as you like. Bellow are default (vanilla) values. I recommend setting Storage chest to at least 30x15, I personally play it configured as 50x25 which seems to me way more realistic.

[Backpack Front Pocket]
# Front backpack pocket (food) width
width = 10
# Front backpack pocket (food) height
height = 10
[Backpack Main Pocket]
# Main backpack pocket width
width = 10
# Main backpack pocket height
height = 15
[Bag]
# Main backpack pocket width
width = 5
# Main backpack pocket height
height = 7.5
[Player]
# Maximum weight a player can carry before becoming sluggish
maxCarryWeight = 50
[Storage Chest]
# Storage chest width
width = 10
# Storage chest height
height = 15

After reconfiguring an inventory grid size, all those grid will have contained objects visual locations out of sync with their grid positions until you move them all one by one.