(0.3.1) Angel's Ores - Bobs Ores Flowcharts
Moderator: Arch666Angel
(0.3.1) Angel's Ores - Bobs Ores Flowcharts
I've found the flowchart in viewtopic.php?f=93&t=24906 to be a little hard to read, especially if you have trouble memorizing the various fluid types. Viewing the recipes in-game is often no help when the recipe creates multiple products as it won't give you the text of each product.
So I've made some charts for each stage of refining to the bob's mod ores.
Gems are easier to figure out in-game, and I'm not using them for lasers anyway, so processes related to creating gems aren't shown. I also haven't listed the process of crystallizing mineral sludge to metal ores, as I' ran out of room and it's simple enough to read from the in-game GUI.
There are a lot of images, so I'm only embedding the legend and linking to the imgur album itself.
http://imgur.com/a/pRYew
So I've made some charts for each stage of refining to the bob's mod ores.
Gems are easier to figure out in-game, and I'm not using them for lasers anyway, so processes related to creating gems aren't shown. I also haven't listed the process of crystallizing mineral sludge to metal ores, as I' ran out of room and it's simple enough to read from the in-game GUI.
There are a lot of images, so I'm only embedding the legend and linking to the imgur album itself.
http://imgur.com/a/pRYew
Re: (0.3.1) Angel's Ores - Bobs Ores Flowcharts
Its good, and we'll need something similar for Pertrochem mod - there are may many entangled recipies, I'm still confused in some recipies
Nickname on ModPortal - Naron79
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: (0.3.1) Angel's Ores - Bobs Ores Flowcharts
You are awesome! These look really good and informative at the same time. If you are ok with this I will link them in the mod on the modportal next time i update.
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
Re: (0.3.1) Angel's Ores - Bobs Ores Flowcharts
You're more than welcome to! I'll be glad if people find it useful.
-
- Burner Inserter
- Posts: 6
- Joined: Sun Sep 18, 2016 11:22 am
- Contact:
Re: (0.3.1) Angel's Ores - Bobs Ores Flowcharts
This is fantastic! I've been trying to model Angels Ores in spreadsheet form, but it gets a bit messy as soon as I deviated from the refining/sorting line. Your flowcharts are better.
One inaccuracy I noticed is your depiction of combo (catalytic) sorting.
One inaccuracy I noticed is your depiction of combo (catalytic) sorting.
- "Crushed Ores" Combo Sorting requires a brown catalyst
- "Chunks" and "Crystals" Combo Sorting requires various colored catalysts (alien artifact based)
- "Purified Ores" Combo Sorting requires multiple catalysts
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: (0.3.1) Angel's Ores - Bobs Ores Flowcharts
Only if you use the processing mod will it require the colored catalysts, with just the refining mod it will only require the brown catalyst ones.binarygamer wrote:This is fantastic! I've been trying to model Angels Ores in spreadsheet form, but it gets a bit messy as soon as I deviated from the refining/sorting line. Your flowcharts are better.
One inaccuracy I noticed is your depiction of combo (catalytic) sorting.
- "Crushed Ores" Combo Sorting requires a brown catalyst
- "Chunks" and "Crystals" Combo Sorting requires various colored catalysts (alien artifact based)
- "Purified Ores" Combo Sorting requires multiple catalysts
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
Re: (0.3.1) Angel's Ores - Bobs Ores Flowcharts
Any chance you could merge these into printable A4 size images? Would be very nice to have
Re: (0.3.1) Angel's Ores - Bobs Ores Flowcharts
Man, that's a nice flowchart. I started doing my own work on making sense of the processing but got caught up on linear algebra (I never realized just how much I'd forgotten of that). I've convinced myself that the underlying problem would be equivalent to ILP in the field of integers, which means it reduces to linear programming and not something easy like eigenvalues (well, scipy does have a simplex solver builtin, so I could still play around with that, but time-consuming). (The underlying goal is to figure out the optimal process for producing specific combinations of raw ores, especially since I didn't realize it was possible to get pure ore for things other than Fe/Cu).
Another note: is it intentional that robot mining of rocks doesn't produce the geodes? If it's not, you could probably fix that by adding the geodes to the loot property.
Another note: is it intentional that robot mining of rocks doesn't produce the geodes? If it's not, you could probably fix that by adding the geodes to the loot property.
-
- Burner Inserter
- Posts: 6
- Joined: Sun Sep 18, 2016 11:22 am
- Contact:
Re: (0.3.1) Angel's Ores - Bobs Ores Flowcharts
Check out my spreadsheets! Same raw data as these flowcharts, but I'm more focused on optimisation rather than ease of understanding.jcranmer wrote:The underlying goal is to figure out the optimal process for producing specific combinations of raw ores, especially since I didn't realize it was possible to get pure ore for things other than Fe/Cu.
viewtopic.php?f=185&t=32901
It's still a work-in-progress, so if you have specific tables in mind that could be useful, let me know and I'll add them.
Some wisdom regarding what you desire: it's possible to run a base with 100% mined ore => raw ore conversion rate. The final stage of refining, thermal refining, requires catalysts. Catalysts require mineral sludge. Mineral sludge can be generated from slag, crushed stone, and geodes. Running out of mineral sludge for catalysts is never going to be an issue - even converting a fraction of your crushed stone to sludge is sufficient to run your base. If you sort immediately after crushing, you generate 25% slag. Hydro and chemical refining reduce the fraction of slag generated; thermal refining brings it down to zero. With your excess mineral sludge, you can crystallize directly to raw ores, but this is about 40% as efficient as using catalysts to prevent the slag from being generated in the first place.
Re: (0.3.1) Angel's Ores - Bobs Ores Flowcharts
Speaking of flowcharts, what was the program Angel used to make the old image of all the gases and oil industry products in in the petrochem mod?
Re: (0.3.1) Angel's Ores - Bobs Ores Flowcharts
I guess it's yEd: http://www.yworks.com/products/yed
There are similarities to my graph: viewtopic.php?p=219736#p219736
There are similarities to my graph: viewtopic.php?p=219736#p219736