Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 2.19 KB

survival-robot-install.md

File metadata and controls

32 lines (25 loc) · 2.19 KB

Survival

If you have no previous experience with OpenComputers, you should take a look at this guide.

You need to craft at minimum the following parts for your robot:

There are a few other parts you will probably want that make your robot easier to use:

Place all these parts in an Electronics Assembler. Power and start the assembler, and when your robot is finished, place it in the world and power it on.

Now that your robot is running and OpenOS is installed, just paste this into it:

mkdir /home/lib;
wget https://raw.githubusercontent.com/dunstad/roboserver/1.0.0/public/lua/oc/setup.lua /home/lib/setup.lua;
lua /home/lib/setup.lua;

After answering a few questions about your robot, it will connect to the server you started in the previous step. Congratulations, you're done! Next check out these tips on how to use the Roboserver.