Posted 29 December 2012 - 06:49 PM
This is my first real program I have made using Lua on ComputerCraft turtles. I hope you like it. I was inspired by Direwolf20's 9 by 9 constructing turtle, however I wanted a program that would clear out the whole area first and one that built a the house six blocks tall, opposed to five because it frankly allows for more room to place blocks. Hope you find it useful!
DOWNLOAD: http://www.pastebin.com/5qgPJ5cB
The turtle starts in the front, bottom, right corner of the house, it ends in the middle of the floor. The items needed are outlined in the code, but to recap they are…
Slot 1–Walls (64x)
Sot 2–Walls (64x)
Slot 3–Walls (64x)
Slot 4– Flooring (49x)
Slot 5– Ceiling: excluding glass (33x)
Slot 6– Glass (16x)
[attachment=834:Screen Shot 2012-12-28 at 11.45.22 PM.png]
Know Issues: Just don't stand in front of the turtle and you should be alright :P/> (also the code could be simplified, but it works well as is)
[attachment=835:Screen Shot 2012-12-28 at 11.45.10 PM.png]
Sorry if the photos are small. I don't have anything I can enlarge them with…just click on them and they should enlarge (hopefully!) :huh:/>
Post below if you have any problems/find any bugs. I'll do my best to fix it quickly!
DOWNLOAD: http://www.pastebin.com/5qgPJ5cB
The turtle starts in the front, bottom, right corner of the house, it ends in the middle of the floor. The items needed are outlined in the code, but to recap they are…
Slot 1–Walls (64x)
Sot 2–Walls (64x)
Slot 3–Walls (64x)
Slot 4– Flooring (49x)
Slot 5– Ceiling: excluding glass (33x)
Slot 6– Glass (16x)
[attachment=834:Screen Shot 2012-12-28 at 11.45.22 PM.png]
Know Issues: Just don't stand in front of the turtle and you should be alright :P/> (also the code could be simplified, but it works well as is)
[attachment=835:Screen Shot 2012-12-28 at 11.45.10 PM.png]
Sorry if the photos are small. I don't have anything I can enlarge them with…just click on them and they should enlarge (hopefully!) :huh:/>
Post below if you have any problems/find any bugs. I'll do my best to fix it quickly!