- ComputerCraft | Programmable Computers for Minecraft
- → Matrixmage's Content
Matrixmage's Content
There have been 116 items by Matrixmage (Search limited from 10-February 22)
#47001 How can I use the data from fs.open?
Posted by
Matrixmage
on 04 November 2012 - 08:08 AM
in
Ask a Pro
#46994 How can I use the data from fs.open?
Posted by
Matrixmage
on 04 November 2012 - 07:39 AM
in
Ask a Pro
P.S. I'm using tekkit so I have 1.3 of CC
also if I want to use the http API do I have to have it on on the server or just the client, or both?
Thanks in advance!
#42284 [SMP] [MC 1.2.5 | CC 1.33 / 1.41] Touch Pen v 1.11 - Touch your Monitors
Posted by
Matrixmage
on 20 October 2012 - 01:26 AM
in
Peripherals and Turtle Upgrades
thesbros, on 11 October 2012 - 01:09 AM, said:
saul, on 10 October 2012 - 11:48 PM, said:
reader = you
while true do
if reader = you then
reader = Matrixmage
else
Awesomeness()
end
end love the ide (/undo up 12down 123)
He's been sending me crazy messages with next to no grammar, if you notice, that code he posted is my signature, it's like some weird stalking thing...
#42282 Tower of Power
Posted by
Matrixmage
on 20 October 2012 - 01:21 AM
in
Turtle Programs
Example:
function hi()
print("Functions are awesome!")
end
hi()
This would print "Functions are awesome!", easy enough?
I made a GPS tower building program and made a "move" function for moving the turtle rather then having to write "turtle.forward()" over and over. All of the "turtle" api code are functions. Don't know if this helps but hope it does!
If you need some more help check here:
http://www.computerc...ials-resources/
This has lots of tutorials for some extra help.
#42278 Tower of Power
Posted by
Matrixmage
on 20 October 2012 - 01:03 AM
in
Turtle Programs
EDIT: After watching the video I see its not the same thing repeating, but you can still have separate functions for each step then "for" loops. Once again, hope this helps!
#38797 [LUA][Help]clearPrint fuction
Posted by
Matrixmage
on 10 October 2012 - 07:55 PM
in
Ask a Pro
#38791 [LUA][Help]clearPrint fuction
Posted by
Matrixmage
on 10 October 2012 - 07:46 PM
in
Ask a Pro
#34420 [1.42][SSP][Possible]Turtle can't turn on computers
Posted by
Matrixmage
on 26 September 2012 - 12:25 AM
in
Bugs
P.S. I'm sending this from my phone, so I can't test it yet, but I'm pretty sure that this will fix it, if it doesn't, I'll tell you. Again, Thanks!
#34404 [1.42][SSP][Possible]Turtle can't turn on computers
Posted by
Matrixmage
on 25 September 2012 - 11:42 PM
in
Bugs
#34401 [1.42][SSP][Possible]Turtle can't turn on computers
Posted by
Matrixmage
on 25 September 2012 - 11:39 PM
in
Bugs
#34399 [1.42][SSP][Possible]Turtle can't turn on computers
Posted by
Matrixmage
on 25 September 2012 - 11:34 PM
in
Bugs
local function compPlace()
move("forward", 2) --move two off the arm
turn("left", 2) --turn around
moveUpDown("down", 1) --move down one
turtle.select(2) --select the comp
turtle.place() --place the comp
moveUpDown("up", 1) --move up one
move("forward", 1) --move on top of the comp
moveUpDown("up", 1) --go up
turtle.select(3) --select the modem
turtle.placeDown() --place the modem
turn("left", 2) --turn around
move("forward", 1) --go forward, end being 2 off the tower
turn("left", 2) --turn around
moveUpDown("down", 3) --move down to one below the comp
turtle.select(4) --slect the disk drive
turtle.place() --place the disk drive
turtle.select(5) --slect the disk
turtle.drop(1) --put the disk in the drive
turtle.select(1) --select the tower building block again
moveUpDown("up", 1) --move to the comp's level
sleep(1)
c.turnOn() --turn on the comp
sleep(1)
moveUpDown("down", 1) --move to the disk drives level
turtle.suck() --get the disk back
turtle.dig() --get the drive back
moveUpDown("up", 3)
move("forward", 2)
moveUpDown("down", 1)
end
#34395 [1.42][SSP][Possible]Turtle can't turn on computers
Posted by
Matrixmage
on 25 September 2012 - 11:27 PM
in
Bugs
#34387 [1.42][SSP][Possible]Turtle can't turn on computers
Posted by
Matrixmage
on 25 September 2012 - 11:13 PM
in
Bugs
The offending code, for reference:
local c = peripheral.wrap("front")
c.turnOn() --turn on the comp
#34384 Texture Problem
Posted by
Matrixmage
on 25 September 2012 - 11:05 PM
in
Bugs
#34382 [Tekkit 3.1.2] RedNet Not Working URGENT
Posted by
Matrixmage
on 25 September 2012 - 11:03 PM
in
Bugs
#34319 Variable String problem
Posted by
Matrixmage
on 25 September 2012 - 09:09 PM
in
Ask a Pro
#34310 [Help][Lua] Turtle can't turn on a Computer...
Posted by
Matrixmage
on 25 September 2012 - 09:02 PM
in
Ask a Pro
Mtdj2, on 25 September 2012 - 08:03 PM, said:
I do know computers can, but, well...
Maybe it's because of the local keyword, I dunno...
I hope i helped your braincells accelerate...
I don't really know what you mean... I'm trying to get my turtle to turn on a computer not a turtle... And I was thinking about posting this in the bugs section as a possible bug... If you guys can think of anything, let me know!
#34267 [Help][Lua] Turtle can't turn on a Computer...
Posted by
Matrixmage
on 25 September 2012 - 07:53 PM
in
Ask a Pro
#34264 Getting Started
Posted by
Matrixmage
on 25 September 2012 - 07:49 PM
in
Ask a Pro
For installing, check the thread for a vidio, or direwolf20's channel.
#34263 [Help][Lua] Turtle can't turn on a Computer...
Posted by
Matrixmage
on 25 September 2012 - 07:46 PM
in
Ask a Pro
I get
:102: attempt to index ? (a nil value)
#34258 [Help][Lua] Turtle can't turn on a Computer...
Posted by
Matrixmage
on 25 September 2012 - 07:42 PM
in
Ask a Pro
Here's the offending code:
local c = peripheral.wrap("front")
c.turnOn() --turn on the comp
can someone help?
#34250 [LUA][QUESTION][PROGRAMMING] rs.setBundledOutput...
Posted by
Matrixmage
on 25 September 2012 - 07:26 PM
in
Ask a Pro
rs.setBundledOutput("back", colors.orange, colors.red)
#34211 How do I get a turtle to get a disk out of a drive?
Posted by
Matrixmage
on 25 September 2012 - 05:57 PM
in
Ask a Pro
#34201 How do I get a turtle to get a disk out of a drive?
Posted by
Matrixmage
on 25 September 2012 - 05:34 PM
in
Ask a Pro
EDIT: Ninja'd, I guess... Thanks for the help anyway!
#34198 How do I get a turtle to get a disk out of a drive?
Posted by
Matrixmage
on 25 September 2012 - 05:25 PM
in
Ask a Pro
- ComputerCraft | Programmable Computers for Minecraft
- → Matrixmage's Content


