Computercraft Turtle Programs

Posted on by

Click to expand.I will take my not-so-finished code as example. 1/ go to the config file for computercraft, and put 'B:enableAPI_http=false' to 'true' 2/ get the pastebin code for the code you want (, you would only take the Acewyb2T) 3/ label your turtle/computer (label set myturtle), no space in the name.

More Computercraft Turtle Programs images. Now I want to sent a program from that computer to the turtle and run it. How to make a turtle run a program over the Modem API in computercraft.

Computercraft Turtle Commands

Computercraft programs post here. I'm a real big noob when it comes to the computercraft programs. I saw a mining turtle program that I wanted to try out but i. These will be released every so often and I will try my best kepping these porgrams as intressting as possible Consider subscribing to stay updated If you.

Computercraft Turtle Programs

4/ get the code to the turtle/computer (pastebin get Acewyb2T mine) The last word is the name the program will have on your computer/turtle, here 'mine'. 5/ use your program with the name you typed in the previous command (mine 16). If you did all the first 4 correctly, the 5th should work. Alternatively, once you labeled your turtle, you can also go to the save folder for the world, there will be a folde for computercraft, containing all the folders for each turtle and computer in your world, and you can paste the file there. Adobe Photoshop Cs6 Extended With Crack. Please do remove any extension to the name (like 'script.txt', remove the.txt), or else you will have to type it in your turtle to start the program, that can get really annoying in the long run.

EDIT for the above poster. Hey, I'm currently writing a turtle butler program.

Never Alone Mp3 here. It's not quite all the way done just yet. So far it automatically farms and 5 x 5 x 3 (in a straight line) You have write the program of where to go, unless you just want to follow EXACTLY how to set the turtle up.It's still in Alpha.

So far, it asks what you want it to do, there are extra lines that describe what functions there are. There are only two FULL operations for it to do, Tool, and Farm. When you do Tool you only have the option for either Pickaxe or Axe.

Then after you choose those, it will ask what kind of material. Wood - Diamond. Any modded materials you'll have to add yourself, but the crafting would all be the same, so you would just need to make it move to the extra pickup station.There's quite a bit in this program, so I'll have to get pictures later today, I'll try to get those and then edit them into here if I can. Not uploaded anywhere just yet, I'l insert the current code into here for right now though. The startup spoiler is for the 'Login' at the startup of the turtle, after you enter the current Password, 3577, which I made the defualt (You can change it by doing Ctrl+T for a second then doing edit startup. It's a VERY short code so it shouldn't be very hard to find the four digit cooode to change it.) term.clear() term.setCursorPos(1,1) write('Please Enter Password: ') input = read('*') while input ~= '3577' do term.clear() term.setCursorPos(1,1) print('Incorrect Password.please try again!'

Comments are closed.