Closed Beanzilla closed 2 years ago
Here is a simple program for loading rockets. The loop at the beginning is just "loop while 2 < 1", so basically... "while true"
This program is for when the rocket and robot are setup like this:
Here is one for loading research data into a crate. The first loop is the same 'while 2 < 1'. The second loop is while the counter is < 3.
The setup looks like this:
You can actually make a ton of money from the research probes like this. I had two sets of 4 last time I played through the game and I was typically getting around $8000 whenever I went and emptied the crates.
The main advantage of the REM stuff is you can set it up and forget about it for a while if you put 4 stacks of fuel in the generator, it just becomes passive income for a while.
Ah, ok now the robots and research make more sense... a lot better than by 2 research points I have. (Just need to build it and then I should be good to go researching and making money both.
My Research:
(My loop is loop, counter =, 0
, which always is true, since loops start their counter at 0, so it always is 0, this being the only change from yours)
My Rare Metals: (I used a second robot because why not... once you get enough from research you can easily afford it) (Again my loop infinite, and just configured to collect REM)
And the loader
Now the down side is I currently have 2 generators which don't fuel themselves, but I could just as easily make the loader from my REM load fuel for the generators, and thus I end why adding the robots makes things very cool. (Almost exactly like what I was thinking of)
This is really cool to see. I really like the rocket loading with two robots. I have been using 4 robots with an extractor on all 4 sides of the rocket, 1 robot each.
With your method, you could easily do 16 extractors or really however many extractors you want per rocket. That means the rocket will be launching frequently and you will really be making a lot of money. Very cool!
Yup, fun with drag and drop tech.
Not to mention I have the robot's programming on cassettes, so literally just buy the stuff needed to be placed and program the bots from the cassettes and done. (I found for bigger more complex programs it's better to buy a spare robot to keep in the habitat, rather than freezing and suffocating in space while I try to build programs)
Ok so some things cool.