Jump to content


queezle's Content

There have been 6 items by queezle (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#111676 (Video) Andy Logger Deluxe Felling Turtle! (CC 1.52 Compatible)

Posted by queezle on 19 April 2013 - 03:41 AM in Turtle Programs

You sir, are awesome <3 :)



#111211 (Video) Andy Logger Deluxe Felling Turtle! (CC 1.52 Compatible)

Posted by queezle on 17 April 2013 - 07:25 PM in Turtle Programs

Yes, thats what I was looking for <3

I know that austinKK has such a funktion in his turtle-quarry too. I tried to look into his code ( http://pastebin.com/3mkeUzby , http://www.computerc...tle-ore-quarry/ ) and he writes his positions into a file and loads it from there when the turtle reboots. I havent done a lot of programming yet with the turtles, so im not sure if this is possible what I am thinking. But maybe, the turtle can remember where the base is (with coordinates) and writes it into a file. Then, everytime it reboots and the startup is done, it checks his actual possition (this is the part I'm not sure with ;-) ) and checks if it is his base. If not, navigate back to base and go back to his normal program. If it is already in base, well, nothing happens.
Just an idea and maybe you like it :-)

*edit* btw, Im asking for this because I dont want to use chunkloaders. On a multiplayer server it can produce a lot of lag if you have too much of them :-(



#111026 (Video) Andy Logger Deluxe Felling Turtle! (CC 1.52 Compatible)

Posted by queezle on 17 April 2013 - 09:20 AM in Turtle Programs

Its running now and I love it. What happens when I logg off from the server and the chunk gets unloaded? Is it possible that the turtle remembers its state and just continues its work? Because at the moment it looks like I have to start the program every time I log on (or when I move too far away)



#110658 (Video) Andy Logger Deluxe Felling Turtle! (CC 1.52 Compatible)

Posted by queezle on 16 April 2013 - 07:27 AM in Turtle Programs

I think the server im playing on has some problems with the turtles. When I try in lua turtle.place() with a block in the first slot I get a false back. Looks like its not your error ;-)



#110594 (Video) Andy Logger Deluxe Felling Turtle! (CC 1.52 Compatible)

Posted by queezle on 16 April 2013 - 04:26 AM in Turtle Programs

Hey, your Program looks awesome! But I got one litte (big?) problem! When I start my Turtle it runs around and trys to place the saplings and dirt. But it wont do it. Then it returns to its base and waits its sleep time and starts over all again without placing its dirt and saplings. No error no nothing. Just burning through all my fuel :-) Maybe you got an idea how to fix that issue?



#87869 Variable Size Building Script

Posted by queezle on 17 February 2013 - 10:56 PM in Turtle Programs

This looks great!
Im running it atm on my ftb Server.

You might think about a resume ability, (when the Chunk gets unloaded or when no Player is online the Turtle just stops and wont finish its work)
And another idea I got for your nice programm is an upgrade funktion. For example I have build a 5x4x4 building and i want to upgrade it to 6x5x5, not sure how hard to implement this but might be a good idea :-)

Thanks for sharing your programm!