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

[TURTLE][1.3] Mine-menu [v1.1] (60+ Downloads!)

Started by Zitrone77, 04 March 2012 - 06:25 PM
Zitrone77 #1
Posted 04 March 2012 - 07:25 PM
Mine-Menu [v1.1] by Zitrone77


-What is this?
Mine-menu is a Programm which allows you to create a mine
from your Home! fully automatic!

-How does this work?/Code
I think the most of you people know much more of coding then i do..
But if you really want to know look at the code yourself.

-How do i manage it?
This i a little Video which shows a few functions of the 'Mine-menu':
[media]http://www.youtube.com/watch?v=FBFtvD0RBYc&feature=youtu.be[/media]

-Step-by-Step:
First you will see the main menu.


Here you can choose between:
[1.] Start Mining.
[2.] Start Filling.
[3.] Make a path.
[4.] Settings.
[5.] Help.
[6.] Exit.

Picture:
Spoiler

[1.] Start Mining. –> Follows the path and starts digging.
[2.] Start Filling. –> Follows the path and fills the Last hohle!
Attention: The deep has to be the same as it was when the hohle was digged!
[3.] Make a path. –> Use the wasd-keys to navigate the turtle!
Picture:
Spoiler
[4.] Settings. –> opens the 'Settings' dircectory.
Picture:
Spoiler
'q' to exit, 'e' to edit,'h' for help and 'd' for default-settings.
The default settings are:
Deep = 15
Torch intervall = 5
Remind intervall = 10
Debug mode = false

[5.] Help. –> Displays nearly the same description of the Main-Menu options.
[6.] Exit. –> Ends the programm!

EDIT* Sand and gravel will make the turtle do weird stuff..
Keep your turtle away from blocks which are effected by gravity! *FIXED

-Installation:
Installation:

for use on all turtles:

Put the content of the 'PUT-IN-PROGRAMS!' folder
into the folder: ".minecraft/mods/ComputerCraft/lua/rom/programs"

Now you use the program on each turtle!
Just type "menu" to start the program!


For Use on a specific turtle:

Put the content of the 'PUT-IN-TURTLE!' folder
into the folder: ".minecraft/saves/YOURWORLD/computer/#"

# stands for the id of your turtle.
if you type in the terminal of your turtle:
ID
The turtle will show his ID.

Those installation tutorials are also on the README.txt files!

To-Do:
+————————————————+
| -Fix Sand and gravel Bug.. *FIXED
| -Make a signature/banner

+————————————————+

-Downloads (mediafire):
For use on all turtles:
Direct
Indirect (Not bit.ly!!)

For use on a specific turtle:
Direct
Indirect (Not bit.ly!!)

Thank you for already 60+ Downloads!

More Pictures:
SpoilerThis is how it looks like when the turtle reminds you to refill it's inventory:


-Rest:
It would really please me if you guys leave me some feedback/suggestions! (I put much work into this!)

Sorry for my bad english i'm swiss..

Thanks to Dan200 for this AMAZING mod!

Don't press the little 'arrow-up' , something really bizarre could happen

http://youtube.com/mrZitrone77

Changelog:
4.3.2012
-Released Mine-menu [v1.0].
-Put thread online.
5.3.2012
-Added pictures to the thread.
-General editing of the thread.
-Blocks effected by gravity  will no longer freak the turtle out!
-Added debug option in settings.
6.3.2012
-Updated 'Settings' picture.
-General editing of the thread(Installation)
-Addet download-link for the 'all PCs version'
elminister #2
Posted 04 March 2012 - 09:15 PM
after making a path it says "No such program" and then i choose 1 for start digging he returns to the main menu with no error
bastrian #3
Posted 05 March 2012 - 02:36 PM
Started the mining program, filled with the stuff requested and on the first gravel the turtle sayed ade and disappered. :unsure:/>/>
Zitrone77 #4
Posted 05 March 2012 - 03:51 PM
Started the mining program, filled with the stuff requested and on the first gravel the turtle sayed ade and disappered. :unsure:/>/>

Yup, sorry i forgot to write this in the thread.. the turtle. can't handle gravel and sand.. I'll try to fix this..
Sorry..


EDIT* Fixed!
Zitrone77 #5
Posted 05 March 2012 - 03:53 PM
after making a path it says "No such program" and then i choose 1 for start digging he returns to the main menu with no error

-Did you start the mining program via menu?
-Have you put in ALL the files?!
Espen #6
Posted 05 March 2012 - 04:13 PM
Started the mining program, filled with the stuff requested and on the first gravel the turtle sayed ade and disappered. :unsure:/>/>
Yup, sorry i forgot to write this in the thread.. the turtle. can't handle gravel and sand.. I'll try to fix this.. Sorry.. EDIT* written in thread..
Try to check the return value of the turtle movement functions.
If they return false, then the turtle hasn't moved.
You can use this to circumvent sand/gravel glitches.
Zitrone77 #7
Posted 05 March 2012 - 04:15 PM
Started the mining program, filled with the stuff requested and on the first gravel the turtle sayed ade and disappered. :unsure:/>/>
Yup, sorry i forgot to write this in the thread.. the turtle. can't handle gravel and sand.. I'll try to fix this.. Sorry.. EDIT* written in thread..
Try to check the return value of the turtle movement functions.
If they return false, then the turtle hasn't moved.
You can use this to circumvent sand/gravel glitches.

Thank you! I'll try it. (I thinks this will work.)

*Voted you up* ;-)

EDIT* Works!
bastrian #8
Posted 06 March 2012 - 03:57 PM
it's not working correctly. I set the depht to 0, torch interval to 5, remind interval to 20 and debug false.
Here is what he does:
dig, forward, dig, forward, back, place torch (down), rotate left, rotate left.
Zitrone77 #9
Posted 06 March 2012 - 05:26 PM
it's not working correctly. I set the depht to 0, torch interval to 5, remind interval to 20 and debug false.
Here is what he does:
dig, forward, dig, forward, back, place torch (down), rotate left, rotate left.
More infos please!
-Wich option did you choose (Mine, Fill, etc..)
bastrian #10
Posted 09 March 2012 - 05:58 AM
it's not working correctly. I set the depht to 0, torch interval to 5, remind interval to 20 and debug false.
Here is what he does:
dig, forward, dig, forward, back, place torch (down), rotate left, rotate left.
More infos please!
-Wich option did you choose (Mine, Fill, etc..)

The option was mining.
Zitrone77 #11
Posted 09 March 2012 - 10:31 AM
it's not working correctly. I set the depht to 0, torch interval to 5, remind interval to 20 and debug false.
Here is what he does:
dig, forward, dig, forward, back, place torch (down), rotate left, rotate left.
More infos please!
-Wich option did you choose (Mine, Fill, etc..)

The option was mining.
Ok. I Know wath the mistake is! I'll fix it when i get Home! (I'm in scool..)