Posted 26 July 2012 - 07:39 AM
Use with: http://www.computerc...075-events-api/
To install Events API do this:
1. Download the file.
2. Navigate to your main folder, and go to mods/ComputerCraft/rom/programs/
3. Paste in the downloaded file as "events". Make sure their is no extension at the end.
4. Edit the file /mods/ComputerCraft/rom/startup and add this at the end:
Once you have Events API installed use the following commands to get my programs.
On your controlling computer run:
On the controlled turtle run:
Controls:
wasd = Movement
q = Place block
(space) = break block
x = disconnect/close the program(on either the turtle or the computer)
"=" = Full Scan
(Arrow Up) = Move Up(break block if needed)
(Arrow Down) = Move Down(break block if needed)
r = toggle redstone on all sides.
Files:
Computer: http://pastebin.com/0U7jvaFp
Turtle: http://pastebin.com/90ik23fg
To install Events API do this:
1. Download the file.
2. Navigate to your main folder, and go to mods/ComputerCraft/rom/programs/
3. Paste in the downloaded file as "events". Make sure their is no extension at the end.
4. Edit the file /mods/ComputerCraft/rom/startup and add this at the end:
term.clear() term.setCursorPos(1,1)
parallel.waitForAny(function() shell.run("shell") end, function() shell.run("events") end)
os.queueEvent("terminate")
Once you have Events API installed use the following commands to get my programs.
On your controlling computer run:
pastebin get 0U7jvaFp {The File Name You Want}
Example:pastebin get 0U7jvaFp ControlATurtle
On the controlled turtle run:
pastebin get 90ik23fg {The File Name You Want}
Example:pastebin get 90ik23fg ControlMe
Controls:
wasd = Movement
q = Place block
(space) = break block
x = disconnect/close the program(on either the turtle or the computer)
"=" = Full Scan
(Arrow Up) = Move Up(break block if needed)
(Arrow Down) = Move Down(break block if needed)
r = toggle redstone on all sides.
Files:
Computer: http://pastebin.com/0U7jvaFp
Turtle: http://pastebin.com/90ik23fg