Posted 26 May 2012 - 07:55 PM
Hello people,
Yes, I know there are already alot of digging programs, but I just wanted to show my version.
Introduction
2 Weeks ago, I found the mod "Computercraft" and it's just amazing, it completes the game from me.
So I looked into the API's and writed my own code.
It began very basic, my first version only digged vertical and didn't have much other features.
Along the time, the program became more advancend and bugless, see the "Features" section for more information about the features.
About 2 days ago, I found this forum and thought : "This can be a nice place to learn more about LUA and release my code", so here I'm.
What does it do
With this program, you can simple enter information into the turtle such as : Height, Width, Length, vertical or horizontal and auto-building ON or OFF, and the turtle will execute it.
See the video for an example.
[media]http://www.youtube.com/watch?v=FwZwClzofwA&feature=g-upl[/media]
To bad I'm to shy to talk in my videos, so you need to do it with just text and this is not the newest version.
Features
Mediafire link : http://www.mediafire...t3p4fo692l3hd93
Pastebin : http://pastebin.com/KUDfsWSm
Installation
To do
I hope you guys will have joy with this program and I like to hear your opinions, so don't be afraid to post it.
And I like to say that I'm sorry for my English, it's a foreign language for me.
Yes, I know there are already alot of digging programs, but I just wanted to show my version.
Introduction
2 Weeks ago, I found the mod "Computercraft" and it's just amazing, it completes the game from me.
So I looked into the API's and writed my own code.
It began very basic, my first version only digged vertical and didn't have much other features.
Along the time, the program became more advancend and bugless, see the "Features" section for more information about the features.
About 2 days ago, I found this forum and thought : "This can be a nice place to learn more about LUA and release my code", so here I'm.
What does it do
With this program, you can simple enter information into the turtle such as : Height, Width, Length, vertical or horizontal and auto-building ON or OFF, and the turtle will execute it.
See the video for an example.
[media]http://www.youtube.com/watch?v=FwZwClzofwA&feature=g-upl[/media]
To bad I'm to shy to talk in my videos, so you need to do it with just text and this is not the newest version.
Features
- Editable sizes (Height, Width, Lenght)
- Auto drop when any space in the turtle reach 64 blocks, so it won't drop any single block when all the spots are full(except the first and the second spot, because these are used in other features).
- You can see how far the turtle is with digging.
- Choose from Vertical(just a hole) and horizontal(tunnel) digging.
- Gravel detection(This uses slot 1, so put gravel in this spot, this is pretty important)
- You can choose from auto-build or not(This doesn't work yet in vertical digging, simple what this does is build on spots where blocks are missing(See the video for more information))
- My WIP menu API is already implanted, for now it's pretty basic but it does support key movement(more information in the file or see this youtube video for more information)
- Always put gravel in SLOT 1 (doesn't matter how many)
- The auto-build feature uses SLOT 2, it doesn't matter what is in the slot, the turtle will just place SLOT 2, so keep this in mind!
- Please report any bug to me, because I really like to fix them.
- Don't stand in front of the turtle while it's digging.
- Horizontal digging is from the left to the right.
- Vertical digging is from the right to the left.
- Move arround with the arrow keys.
- Hit enter to select an option.
- when "-" surround the options, it means you'r on that option.
- when "(" and ")" surround the option, it means that, that option is selected
- To exit, press enter on the "Leave and send" option, what is on the bottom of the options.
Mediafire link : http://www.mediafire...t3p4fo692l3hd93
Pastebin : http://pastebin.com/KUDfsWSm
Installation
- Download the file from mediafire.
- Goto in-game and go to the console of your turtle/terminal and enter the following : "ID"
- This will return your computer ID, what you will you need in an one of the next steps.
- go to this derictory "%appdata%.minecraftsaves[Your world]computer[The computer ID]" and place the file you downloaded from mediafire.
- Now go to your turtle/terminal and enter this code "dir", you will see that "mineshaft" is now in the list.
- Enter "mineshaft" to start to program.
To do
- Torch placement
- Auto-build feature on vertical digging
- more features in the WIP menu API (for example : free input, and not only options)
I hope you guys will have joy with this program and I like to hear your opinions, so don't be afraid to post it.
And I like to say that I'm sorry for my English, it's a foreign language for me.