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

Ability to mark Imports as assumed, not checking for dependancies #314

Open
Triphammer opened this issue Dec 26, 2024 · 2 comments
Open
Labels
enhancement New feature or request P2 Annoying but not fundamentally world ending bugs, moderate functionality gap website Issues relating to the website
Milestone

Comments

@Triphammer
Copy link

Suppose I already have a supply line created to generate 100 Alclad sheets a minute in my world.

If I want to create a new factory that uses Alclad sheets in this app, I have to fake up a factory that has the entire process from raw bauxite right through Alclad sheets, and deals with the extract products and waste and so on, just to add them as an import.

It would be VERY helpful to have a "External Import Source" or something like that, where I could just say "I have 100 Alclad Sheets a minute that I have from an outside source, just trust me and treat this as a source, and only notify me if this is insufficient to meet my factory needs".

If the input isn't enough, then treat it just like a normal source where it would force me to up production by increasing the number that I provide, but how that's done is my responsibility outside of this plan.

@github-actions github-actions bot added the Needs Triage Issues awaiting assignment of priority and classification label Dec 26, 2024
@Maelstromeous
Copy link
Member

Yeah I've been thinking of allowing this, but special consideration has to be accounted here. A large amount of the planner's calculations is checking for import validity, and it does special calculations plan wide to ensure that the plan is accurate.

I like the concept, I also have been considering removing the inate "Raw Resources assumed correct" and giving the user the option to either mark it as "don't worry about this input" and not require the extra layer of mine "factories", or giving the user the choice whether they want this level of complexity.

I'll accept this issue and consider implementation, no promises as to when though as it's major change in how the planner works and does math.

@Maelstromeous Maelstromeous added enhancement New feature or request P2 Annoying but not fundamentally world ending bugs, moderate functionality gap website Issues relating to the website and removed Needs Triage Issues awaiting assignment of priority and classification labels Jan 2, 2025
@Maelstromeous Maelstromeous added this to the Alpha 5 milestone Jan 2, 2025
@Maelstromeous Maelstromeous changed the title Ability to Force Imports Ability to mark Imports as assumed, not checking for dependancies Jan 2, 2025
@Triphammer
Copy link
Author

I had no idea it would be as substantial a change as that. Typical user, right? :)

Thanks for the consideration. Keep up the awesome work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2 Annoying but not fundamentally world ending bugs, moderate functionality gap website Issues relating to the website
Projects
None yet
Development

No branches or pull requests

2 participants