RimWorld

RimWorld

135 ratings
Configurable Shelf Capacity
2
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.4, 1.5
File Size
Posted
Updated
926.334 KB
6 Oct, 2022 @ 2:48pm
30 May, 2024 @ 9:57am
6 Change Notes ( view )

Subscribe to download
Configurable Shelf Capacity

Description
Do you miss LWM Deep Storage in your 1.4 1.5?
Do you wish vanilla shelves held more items?
Are you searching for towering items fix?

By using this mod you can solve all this issues! For all available options see the mod options!
Configure vanilla shelf capacity in the options, make storage buidlings hold as many stacks or items you want! (No game restart needed). Now it is compatible with any modded building that utilises this vanilla mechanic!
In the options you can set the maximim height of item towers, if item stacking bothers you.
Mod uses vanilla feature introduced in the 1.4, therefore it is not backwards compatible.

Coming soon:
-Support for all modded storage buildings. Done!
-Hide labels when many stacks are present.
Popular Discussions View All (1)
1
27 Aug @ 2:19am
A guide to fixing a mod while LupineWitch being lazy
Kostr184
79 Comments
laurent.mialon 4 Oct @ 11:34am 
there is a guide to fix it just above. :)
Three 27 Sep @ 6:49am 
Hey there! I’m playing this game super chill, just vibing. I try to avoid mods that mess with the whole logic or make my colony ridiculously OP. :trolol:
That’s why your mod fits my playstyle perfectly. Big thanks for the time you put into making it! :riches:
Do you think there’s a chance you’ll be able to make a version compatible with 1.6? :Sheep:
神公子 22 Sep @ 1:13am 
Hello?
iNahoo 29 Jul @ 10:44am 
This month is end. Update please! I'm begging you
Xale86 15 Jul @ 10:21am 
During mod cleanup I found out that this mod was the one responsible for spamming the harmony.log on my desktop. If you can look into it when updating to 1.6, that would be great :)
laurent.mialon 14 Jul @ 3:28am 
the mod seems to work even though the configuration screen is empty, it still kept my preferences from 1.5 play. so impact seem to be on setup only for those who want to change the settings.
LupineWitch  [author] 13 Jul @ 5:04am 
ql, thanks for the heads up. I will try to fix it this week
Kupie 11 Jul @ 5:00pm 
Breaks in 1.6 since they changed a few methods.

Super easy fix though, just remove the "null" final arguments from your "settingsScrolLView.Label" calls. Like this:
settingsScrolLView.Label(entry.label, -1f, null);

Becomes:
settingsScrolLView.Label(entry.label, -1f);

Changed it in 3 places in "ConfigurableShelfCapacityMod.cs" and mod settings works again
Th232r 29 Jun @ 9:29am 
Appears to work just fine with current 1.6
Black_moons 22 Jan @ 11:56pm 
Any chance of adding support for Adaptive storage framework?