This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
KyleBoyer's profile picture

Xtreme Turtle/Computer

Started by KyleBoyer, 26 July 2012 - 05:39 AM
KyleBoyer #1
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:
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
Pr0sAndCon5 #2
Posted 13 August 2012 - 11:51 PM
When I try to edit the startup program by adding hat bit at the end. It gives me an error.
And what do I do with those two links at the botom