边缘世界 RimWorld

边缘世界 RimWorld

Configurable Shelf Capacity
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?
LupineWitch  [作者] 2024 年 12 月 26 日 上午 5:06 
It only works on shelves that use vanilla storage class. Mods that use custom implementation (like LWM does) wont be compatible. LWM DS mod has built in configuration for storage though, please refer to the mod's settings
nickwest 2024 年 12 月 25 日 下午 3:50 
Does this work with Modded Shelfs? I would like to use this with LWM's Adapative Deep Storage. Ive tried to use it and the various storage structures dont appear to be configurable
Xercaine 2024 年 10 月 31 日 下午 6:06 
Hey, does this work with configuring RimFridge's shelves?
krzarb 2024 年 6 月 2 日 下午 3:29 
@LIVINHD there is a small shelf mod on the workshop that adds a single shelf that only holds one stack. I find it useful for a small stockpile by workbenches rather than making a stockpile on the floor
LIVINHD 2024 年 6 月 2 日 下午 2:49 
is there any way to go back to 1 stack of items on the shelf
Kupie 2024 年 5 月 31 日 下午 9:06 
Thanks for the updates, Lupine!
Draconian_Alpha1990 2024 年 5 月 31 日 上午 9:17 
Almost was about to state an issue that was already discussed and solved until I read all the comments. Did what was recommended to get the mod to work properly and all is well now. Will inform of any issues or unsupported mods as they arise.
SudoSays 2024 年 5 月 30 日 下午 2:59 
It works now after I deleted the config file. For others, once you get into the %userprofile%\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config\ you can find the XML file easy by putting *ConfigurableShelfLimit in the file explorer search bar. The * is a regex wildcard, telling the search anything can come before the ConfigurableShelfLimit which accounts for the bunch of numbers it inserts in the file name before ConfigurableShelfLimit
LupineWitch  [作者] 2024 年 5 月 30 日 上午 9:58 
@SudoSays I added additional null checks and an actuall slider view in case you have a lot of storage structures in your game. It might be the case of some performance optimization mod messing with game load.
nako 2024 年 5 月 30 日 上午 9:18 
This most recent update fixed it for me after also deleting the old mod config file. I was also getting errors without deleting the old file.

On default windows look for this mod's ID in (e.g. Win-R then enter)

%LocalAppData%\..\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config
SudoSays 2024 年 5 月 29 日 下午 6:48 
I can now see a mod option menu both in game and via main menu, but the close button is cut off on the lower 1/3rd and the x button doesn't work, meaning I have to end task on rim world. Entering new numbers for shelf capacity does work, but without being able to exit out of options it doesn't do anything .
I get the same error message, even after making sure the mod reinstalled itself, clearing Rocket man's cache, and rearranging mod order.
Here is my Hugs Library Log dump : https://gist.github.com/HugsLibRecordKeeper/c682cdbf1c27897aae249c9e89125bcb
LupineWitch  [作者] 2024 年 5 月 29 日 下午 1:20 
Ok, I found the issue, please update the mod and let me know. Sorry for the trouble!
LupineWitch  [作者] 2024 年 5 月 29 日 下午 12:08 
Please do try to remove mods config file located at:
%userprofile%\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config\Mod_ConfigurableShelfLimit_ConfigurableShelfCapacityMod.xml and see if it will work after that
Kupie 2024 年 5 月 28 日 上午 11:51 
I think the 1.5 update broke things... getting an error now
nako 2024 年 5 月 28 日 上午 9:03 
Full hugslib error log here
gist github com HugsLibRecordKeeper 5ce1a924da91225d094b920e784fd870
SudoSays 2024 年 5 月 27 日 下午 7:43 
I also cannot get it to show mod options. I tried from the mod menu on the main screen, in game mode options and tried rearranging the load order a few times.
Relevant debug logs triggered on loading into the main menu https://pastebin.com/mQaCwEtS
Draconian_Alpha1990 2024 年 5 月 27 日 下午 2:49 
First issue found on my end. Can't even find the mod option to configure the shelves. I've even unsubscribe and resubscribed to the mod with no affect.
LupineWitch  [作者] 2024 年 5 月 27 日 下午 12:05 
Updated to 1.5:
- Added options to configure any storage buildings using vanilla mechanics.
Enjoy and report bugs!
Maya 2024 年 5 月 2 日 上午 9:31 
Good mod, unlike the latest version of Deep Storage it actually works for me, while I understand it may take a while it would be nice to see this mod support the Adaptive Storage based mods
Draconian_Alpha1990 2024 年 4 月 24 日 上午 9:22 
@PremierVader
I have this mod active in 1.5 even though it hasn't been updated yet for 1.5. And as far as I know, this mod still works in 1.5, the mod options show up and I can change how many stacks the shelf and small shelf can hold and when the stacks start going in a loop. I would dare say that some un-updated mods are still usable in 1.5 despite not being updated yet. It's just a matter of trial and error finding what still works and what doesn't.
PremierVader 2024 年 4 月 17 日 上午 11:51 
Well now I miss in my 1.5 lmao
LupineWitch  [作者] 2024 年 4 月 14 日 上午 3:15 
Maybe friday
LupineWitch  [作者] 2024 年 4 月 14 日 上午 3:15 
soonish
chasemccain604 2024 年 4 月 13 日 下午 1:10 
1.5?
LupineWitch  [作者] 2023 年 5 月 27 日 下午 11:43 
@Mar_ please provide me with Hugs Lib logs and a screenshot, without those I cant do much
Mar_ 2023 年 5 月 27 日 下午 5:42 
Visual/UI glitch. When I open up the mod options the buttons are shoved into the lower right corner, and I can't select anything.
Three 2023 年 4 月 10 日 上午 5:27 
Just subscribed to this interesting mod. :HKIndustry:
I hope you let the RimPy team know what order it should be loaded in. :floppy:
Thanks for the great job. :steamthumbsup:
Black_moons 2023 年 1 月 28 日 下午 3:59 
I second the request for allowing per-shelf limits, it would be amazing.
lilwhitemouse 2023 年 1 月 17 日 上午 11:16 
Ha, this is something I'm about to push out for Deep Storage! Great minds working on better storage :steamhappy:
Pasaway 2022 年 12 月 20 日 上午 10:16 
@MegaPintofWine: Check out Kanban stockpile to see if it fits your needs.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2287142613
Sotetsu 2022 年 11 月 22 日 下午 1:51 
Is it possible to allow small sculptures to be placed on shelves? Like, maybe a little checkbox toggle just for the small ones?
GIGAPintofWine 2022 年 11 月 21 日 上午 12:59 
GIGAPintofWine 2022 年 11 月 21 日 上午 12:59 
Would you consider making a mod that limits the shelf capacity on the fly like a small menu above the storage list?
Thomus 2022 年 11 月 12 日 上午 6:29 
Possible to have an option to hide items on the Shelf ? (please :steamhappy:)
hopeless monster addict 2022 年 11 月 12 日 上午 5:11 
would it be possible to change the limit of certain shelves. such as only having 2 items on a shelf whilist the default is 4
Martronix 2022 年 11 月 1 日 上午 8:12 
Would be great if we could get something like this for gene banks as well
TheStorySmith 2022 年 10 月 31 日 下午 2:12 
Is it possible to have an option to store stone chunks on shelves?
LupineWitch  [作者] 2022 年 10 月 29 日 上午 1:23 
@Doesn't Learn From Mistakes Sorry, I forgot to disable Debug mode, I will push hotfix right now
Doesn't Learn From Mistakes 2022 年 10 月 28 日 上午 9:31 
Your mod is causing harmony to spit out debugging logs.
Van kRo3tenberg ^__^ 2022 年 10 月 27 日 下午 5:19 
Thanks man the towering items driven me crazy