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

vessel priorities #12

Open
zer0Kerbal opened this issue Jan 30, 2020 · 1 comment
Open

vessel priorities #12

zer0Kerbal opened this issue Jan 30, 2020 · 1 comment
Assignees
Labels
help wanted assistance, help, input solicited issue: code issue type type: request Requested functionality, features, pages, workflows, endpoints, etc. work: complicated The situation is complicated, good practices used.

Comments

@zer0Kerbal
Copy link
Owner

vessel priorities (from -20 to 20; higher number > the priority)

this would allow for nearly automated refueling/mining operations - just set the warehouse to -10; the mining/refining to -15 and since default priority would be 0, it would automatically flow uphill - autorefuel. This would add some complexity, but would greatly improve logistics.
@zer0Kerbal zer0Kerbal added enhancement help wanted assistance, help, input solicited labels Jan 30, 2020
@zer0Kerbal zer0Kerbal self-assigned this Jan 30, 2020
@zer0Kerbal
Copy link
Owner Author

suggest four (five) states:
public enum states : byte { error, off, store, pump, pull }; private static readonly string[] STATES_STR = { "ERROR!", "Off", "Produce", "Store", "Pull" }; private static readonly string[] STATES_COLOUR = { "<color=orange>", "<color=black>", "<#ADFF2F>", "<color=yellow>", "<#6495ED>", "<color=red>" };

this would simplify priorities enough where it should have minimal impact on performance.

@zer0Kerbal zer0Kerbal added this to the Vessel resource priorities milestone Sep 23, 2021
@zer0Kerbal zer0Kerbal added issue: code issue type type: request Requested functionality, features, pages, workflows, endpoints, etc. work: complicated The situation is complicated, good practices used. labels Mar 21, 2022
@settings settings bot removed this from the Vessel resource priorities milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted assistance, help, input solicited issue: code issue type type: request Requested functionality, features, pages, workflows, endpoints, etc. work: complicated The situation is complicated, good practices used.
Projects
None yet
Development

No branches or pull requests

1 participant