Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Autonauts

Make and teach robots to automate the world! · By Denki

Bot question

A topic by MemelRN created Aug 24, 2017 Views: 1,281 Replies: 7
Viewing posts 1 to 3
(1 edit)

Hello! I'd like to know how to make the basic bot carry more logs, so far I've tried what is shown in the picture, but with no luck. What's the fix ? Thanks in advance ;p

Developer(+1)

Basic bot can now only carry 1 log. The Crude bot is still able to carry 2. This is because Crude is slow and strong and Basic is fast but weak.

(+1)

Ah, is it so? I thought it could carry more, thanks, It actually is balanced, good luck with the game and I hope to see it grow as a fully fledged amazing game, much love <3

Developer(+1)

\o/ Thanks!

What a great game. I played this game for hours. got to thank blitz for playing this game on youtube.

(+1)

You can get them to carry as much as they can hold by doing:

Repeat (forever) -----------

Repeat (until hands are full)

  • Find nearest Log
  • Move to Log
  • Pick up Log
  • Stow Item (press "Q")

Repeat (until hands are empty)

  • Move to General Storage
  • Add to General Storage
  • Cycle Item Down (press "<")

Yes you can.  Love the new Stow and Cycle options. 

you dont need the

  • move to general storage

in the repeat until hands emty

you can put it after the repeat untill hands full