边缘世界 RimWorld

边缘世界 RimWorld

135 个评价
Configurable Shelf Capacity
2
   
奖励
收藏
已收藏
取消收藏
Mod, 1.4, 1.5
文件大小
发表于
更新日期
926.334 KB
2022 年 10 月 6 日 下午 2:48
2024 年 5 月 30 日 上午 9:57
6 项改动说明 ( 查看 )

订阅以下载
Configurable Shelf Capacity

描述
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.
热门讨论 查看全部(1)
3
10 月 27 日 下午 10:00
A guide to fixing a mod while LupineWitch being lazy
Kostr184
79 条留言
laurent.mialon 10 月 4 日 上午 11:34 
there is a guide to fix it just above. :)
Three 9 月 27 日 上午 6:49 
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:
神公子 9 月 22 日 上午 1:13 
Hello?
iNahoo 7 月 29 日 上午 10:44 
This month is end. Update please! I'm begging you
Xale86 7 月 15 日 上午 10:21 
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 7 月 14 日 上午 3:28 
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  [作者] 7 月 13 日 上午 5:04 
ql, thanks for the heads up. I will try to fix it this week
Kupie 7 月 11 日 下午 5:00 
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 6 月 29 日 上午 9:29 
Appears to work just fine with current 1.6
Black_moons 1 月 22 日 下午 11:56 
Any chance of adding support for Adaptive storage framework?