Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot store winter clothes and armor in Clothing Rack #50

Open
evorios opened this issue Jan 19, 2020 · 5 comments
Open

Cannot store winter clothes and armor in Clothing Rack #50

evorios opened this issue Jan 19, 2020 · 5 comments

Comments

@evorios
Copy link

evorios commented Jan 19, 2020

A clothes rack is not suitable for storage in most winter clothes and armor with mass more 2.5 kg.


<maxTotalMass>2.5</maxTotalMass><!-- allow 10 t-shirts per slot -->

In contrast, a weapon cabinet holds 30 kg.


<maxTotalMass>30</maxTotalMass><!-- ~8 assault rifles --><!--Its pieces cannot be moved as precisely to fit as many-->

Last version of plugin: 1.0.0.9.

@lilwhitemouse
Copy link
Owner

Clothing rack also has minimum number of stacks (minNumberStacks) of 5, so no matter what, you can store 5 things there.

@evorios
Copy link
Author

evorios commented Jan 26, 2020

I change <maxTotalMass>2.5</maxTotalMass> to <maxTotalMass>50</maxTotalMass> and it work now, only way. But I found one bug yet: I cannot store wort nowhere, absolutely nowhere.
It is possible that this is due to the mods.
2020-01-26_232005.jpg

@evorios
Copy link
Author

evorios commented Jan 26, 2020

I did more research and came to the following conclusion: if storage of a specified item is forbidden by me in storages with a higher priority, then no place is searched for in standard storages with a lower priority.

The solution to the problem is to create a repository with the same high priority especially for these items that were prohibited.

@lilwhitemouse
Copy link
Owner

"if storage of a specified item is forbidden by me in storages with a higher priority, then no place is searched for in standard storages with a lower priority." That should not be the case - are you sure nothing else is interfering with storage? For example, only one person can store at any given cell at a time, so if the storage is busy, no one can use it.

Re: wort: I believe you are correct - there are no places to store Wort. Milk is storable in food baskets only because I didn't specifically take it out. I had not intended liquids to go anywhere. Wort CAN go on the large shelf units.

@lilwhitemouse
Copy link
Owner

I did more research and came to the following conclusion: if storage of a specified item is forbidden by me in storages with a higher priority, then no place is searched for in standard storages with a lower priority.

The solution to the problem is to create a repository with the same high priority especially for these items that were prohibited.

Can you give a specific example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants