-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Investigate storage priorities #124
Comments
The reason to insert into high priority and extract from low priority first is that it automatically defragments your network. Sta you have storage drawers and a drive, if the storage drawer becomes full extra items go into your drive. Then by using said item the ones from the drive get used first this clearing the drive. Otherwise you have to regularly check your drives to see if they contain items that could go somewhere else and move them by hand. |
Id love to have separate priorities - I think that the variant under "Requested" wouldn't be intuitive for most users of the mod. I think the best solution that would satisfy all would be to leave the default behavior as-is, but have a toggle hiding some more options (as to not overwhelm new players). There, you could have the default option, the extract-inverted option, and a "custom" option where you could specify both. Those details are of course just a suggestion. |
So, under "Otherwise"?
|
Do we have to differentiate between insert/extract?
Currently: insert/extract on highest priority first.
Requested: insert on highest priority first, extract on lowest first.
Otherwise: two explicit priorities for insert/extract?
The text was updated successfully, but these errors were encountered: