Droog71 / moontest

Moon habitat simulator game for Minetest.
4 stars 2 forks source link

Update 1.0.4 feedback #10

Closed Beanzilla closed 2 years ago

Beanzilla commented 2 years ago

Ok so some things cool.

Over all, very nice stuff. (Just a few things I would have done a little different... maybe)

Droog71 commented 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" rem_robot

This program is for when the rocket and robot are setup like this: rocket_automation

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. research_robot

The setup looks like this: research_automation

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.

Beanzilla commented 2 years ago

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.

Beanzilla commented 2 years ago

My Research: screenshot_20220113_160629 (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) Screenshot_2022-01-13_16-08-14

My Rare Metals: (I used a second robot because why not... once you get enough from research you can easily afford it) screenshot_20220113_160711 (Again my loop infinite, and just configured to collect REM) Screenshot_2022-01-13_16-08-52

And the loader Screenshot_2022-01-13_16-09-52

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)

Droog71 commented 2 years ago

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!

Beanzilla commented 2 years ago

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)