Say you want to make 100 Iridium plates, using nothing but solar energy. Disregarding the cost of making scrap, a Matter Fab, or anything besides the Iridium needed for Hybrid Solars, and pure UU matter for the final project, would it be faster to make a bunch of solar panels, or just wait it out with your current EU situation?
This has been a question that has plagued me since the beginning of FTB. I want to know at what point you should stop making solar panels and just wait for your UU matter to start piling up.
So I started doing some math.
This is what I have so far.
My real issue is column G. I would need a formula to decide how many new hybrids I need to make, and add them up one by one from column B until I have enough. (If that didn't make sense... Say I need to make 2 new solar panels, and I'm starting off with 8. So with 8 solar panels, I need to calculate how long it will take me to make a 9th, and then with 9, how long it will take me to make a 10th.)
With this information I can graph out and pretty much pinpoint exactly how many solar panels I should make to have it done the soonest, by just inputting how many solars I already have, and how many UU I need for the project.
Basically I need somebody to help me figure out how I should go about calculating this mess. I wanted to just create a Java or Computercraft program, but I don't really know how I would go about creating so many arrays of data and comparing it all.
Also:
I'm using Hybrid solar panels because they are the most efficient at making EU per Iridium used to make.
Also I'm finding hours needed by just dividing the game ticks needed by 20 (20 ticks per second), 60 (to find minutes), and then 60 again.
Thanks for your input!
This has been a question that has plagued me since the beginning of FTB. I want to know at what point you should stop making solar panels and just wait for your UU matter to start piling up.
So I started doing some math.
This is what I have so far.
My real issue is column G. I would need a formula to decide how many new hybrids I need to make, and add them up one by one from column B until I have enough. (If that didn't make sense... Say I need to make 2 new solar panels, and I'm starting off with 8. So with 8 solar panels, I need to calculate how long it will take me to make a 9th, and then with 9, how long it will take me to make a 10th.)
With this information I can graph out and pretty much pinpoint exactly how many solar panels I should make to have it done the soonest, by just inputting how many solars I already have, and how many UU I need for the project.
Basically I need somebody to help me figure out how I should go about calculating this mess. I wanted to just create a Java or Computercraft program, but I don't really know how I would go about creating so many arrays of data and comparing it all.
Also:
I'm using Hybrid solar panels because they are the most efficient at making EU per Iridium used to make.
Also I'm finding hours needed by just dividing the game ticks needed by 20 (20 ticks per second), 60 (to find minutes), and then 60 again.
Thanks for your input!