Configure items stacking and containers slots count and other QoL features
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Required libraries credits to their makers:
Pardeike for Harmony lib -> https://github.com/pardeike/Harmony NeighTools for Doorstop lib -> https://github.com/NeighTools/UnityDoorstop
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.7.2
Fixed issue with config file version
Version 1.7.1
Fixed interaction with item piles
Version 1.7
Final update to make it v0.80 compatible
Removed redundant feature "store items directly from hand" since it's already included in the base game
Removed config file update from earlier mod versions than 1.6 to reduce the download size
Version 1.6.1
Hotfix to prevent the mod crashing the game after it's updated to v0.80
Version 1.6
Added material refunder mod, fix for plank station not refunding refined axe
Added missing config option for enabling/disabling "save anywhere" mod
Added infinite mash/fuel for fuel still
Version 1.5-HF1
HF Update for 1.5 to fix Hammers and oxygen tanks losing durability.
Version 1.5
Changed logging to be enabled via configuration rather than separate binary file
Added "dev.save" developer's console command to allow saving anywhere.
Added functionality to store handheld item into storage directly from the hand instead of having to put it back in the backpack beforehand
Version 1.4
Fixed other languages problem. Now wood containers slots work fine also with all other languages than English
Added infinite fuel for camp fire
Added infinite fiber/water for water still
Added enabling to store wood containers in other wood containers
Way more log. I plan to clean it up some ... later, way later.
Version 1.3
Fixed radial menu layout glitch preventing the quick craft menu from showing. and causing some containers to overlap items.
Added infinite fuel mod for Fire torch
Added setting to make tools unbreakable
Way way more log...
Version 1.2
Automatic config updating to last version
Handles containers visual layout, so the increased slots count are now visible
Renamed mod internal name from StrandedDeepStacksMod to StrandedDeepInventoryMod since it now handles more than just stack sizes
Version 1.0
Initial version
Donations
No donations accepted
THIS MOD IS ABANDONED. I LOST THE LATEST CODE AND THE WILL TO MAINTAIN IT. DON'T CONTACT ME ABOUT UPDATING IT, I WON'T.
REGARDLESS, I UPLOADED THE SOURCE CODE I FOUND IN AN OLD BACKUP. ANY OTHER MODDER MAY USE IT ON THEIR OWN MODS, GIVEN THEY CREDIT ME!. THE SOURCE IS PROVIDED AS IS, AND NO SUPPORT IS ASSURED NOR WARRANTED.
This mod is all about inventory management and in-game QoL.
What this mod is not about: Cheating (kinda).
It won't have infinite health, poison prevention, items dupe, spawn, etc.
This mod allows configuring:
Containers slots count
Items stacking sizes in the game for items which can be put into inventory / storage.
Unbreaking tools (durability won't go down. Mod won't fix it)
Infinite fuel fire torch (fuel won't go down. Mod won't refill it)
Infinite fuel for camp fire (fuel won't go down. Mod won't refill it)
Infinite fiber and/or water for water stills (water/fiber won't go down. Mod won't refill it)
Storing wood containers inside of other containers (ease for moving base)
Storing handheld item into containers directly from hand without having to first put it back into the backpack. (removed this feature since it's already included in the base game)
Infinite mash/fuel for fuel still (mash won't go down. Mod won't refill it)
Fix materials refund for plank station (Game won't refund refined axe even if crafting skill is maxed)
Always refund all materials for destroyed constructs which refund materials even when crafting skill is not maxed.
Non inventory related feature, but I figured it would be useful
Saving anywhere (Enables hidden developer's console command: "dev.save") ** Do not use it in mid ocean!! always use it on an island **
(Tested on EPIC Launcher's version 0.80.01. I don't own Steam's version, so if you wanna use the mod it's up to you to test it.)
Installation steps for Bundle download: (includes "as is" zips of Doorstop and Harmony to comply with distribution rules)
Extract all files and put them in your game folder. i.e: (EPIC Launcher folder)\StrandedDeep
*OPTIONAL* Configure stacks to your liking
Start game and have fun!
Installation steps for Update download: (Skip to step 6 if you already have & know how to use Doorstop and Harmony. Or you already have a prior version of the mod)
Download Doorstop - https://github.com/NeighTools/UnityDoorstop (I'm using release 3.1.0.0 x64)
Harmony - https://github.com/pardeike/Harmony (I'm using release 2.0.4)
Extract Doorstop binary and .ini file and put it in your game folder. i.e: (EPIC Launcher folder)\StrandedDeep
Rename Doorstop binary from "winhttp.dll" to "version.dll" (I haven't actually tested it by leaving the original name)
Extract Harmony binary (net472\0Harmony.dll) and put it in your game folder .
Change the following line in doorstop_config.ini file targetAssembly=Doorstop.dll
to
targetAssembly=StrandedDeepInventoryMod.dll
Extract & place the mod's binary (StrandedDeepInventoryMod.dll) & *OPTIONAL* config file (StrandedDeepInventoryMod.json) in your game folder
*OPTIONAL* Configure stacks to your liking
*OPTIONAL* if you used v1.0 of the mod, and you want to keep your configurations, rename the old "StrandedDeepStacksMod.json" file to "StrandedDeepInventoryMod.json" and the mod will update it to the latest version maintaining your old settings.