Ryan Badour
Ryan Badour
I came here hoping to find a suggestion for this. It would be greatly appreciated.
Can you inspect your error log file and paste any relevant lines? Also one thing to double check do you currently have Krastorio loaded in Factorio? We still have some...
Looking into this. Might need the 1.0.0 fix merged first but I'll see what I can do with the pull request.
Also barrel items should be skipped during processing as processing things like their icons is very expensive. Once implemented let's remove the barrel check in DataCache.cs GetIcons()

Not sure if you've made any progress on this issue but I have the motivation to start looking into it. Here is a note a left on the duplicate issue...
Added a step "Check if the item is a "resource", if so create an infinite supply node." so we avoid using recipes that produce raw resources as a sort of...
FYI: I created a new branch with some of the work I did as a first pass to solving this problem: https://github.com/Rybadour/Foreman/tree/rybadour/graph-gen-revamp The steps are easy to implement but choosing...
Thoughts: The first approach I'd take to "ordering recipes" would be to choose the one that produces the smallest graph. For example, Ammonia in Bobs/Angels need hydrogen gas and nitrogen....
> left unconnected on the graph Not sure I understand. We have to pick a recipe to create. If we get to that step that means we didn't find this...