Jump to content




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


  • You cannot reply to this topic
10 replies to this topic

#1 Zitrone77

  • New Members
  • 17 posts
  • LocationSwiss..

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':


-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:
Spoiler


-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'


#2 elminister

  • Members
  • 21 posts

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

#3 bastrian

  • New Members
  • 9 posts

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:/>

#4 Zitrone77

  • New Members
  • 17 posts
  • LocationSwiss..

Posted 05 March 2012 - 03:51 PM

View Postbastrian, on 05 March 2012 - 02:36 PM, said:

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!

#5 Zitrone77

  • New Members
  • 17 posts
  • LocationSwiss..

Posted 05 March 2012 - 03:53 PM

View Postelminister, on 04 March 2012 - 09:15 PM, said:

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?!

#6 Espen

    Curious Explorer

  • Members
  • 708 posts

Posted 05 March 2012 - 04:13 PM

View PostZitrone77, on 05 March 2012 - 03:51 PM, said:

View Postbastrian, on 05 March 2012 - 02:36 PM, said:

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.

#7 Zitrone77

  • New Members
  • 17 posts
  • LocationSwiss..

Posted 05 March 2012 - 04:15 PM

View PostEspen, on 05 March 2012 - 04:13 PM, said:

View PostZitrone77, on 05 March 2012 - 03:51 PM, said:

View Postbastrian, on 05 March 2012 - 02:36 PM, said:

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!

#8 bastrian

  • New Members
  • 9 posts

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.

#9 Zitrone77

  • New Members
  • 17 posts
  • LocationSwiss..

Posted 06 March 2012 - 05:26 PM

View Postbastrian, on 06 March 2012 - 03:57 PM, said:

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..)

#10 bastrian

  • New Members
  • 9 posts

Posted 09 March 2012 - 05:58 AM

View PostZitrone77, on 06 March 2012 - 05:26 PM, said:

View Postbastrian, on 06 March 2012 - 03:57 PM, said:

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.

#11 Zitrone77

  • New Members
  • 17 posts
  • LocationSwiss..

Posted 09 March 2012 - 10:31 AM

View Postbastrian, on 09 March 2012 - 05:58 AM, said:

View PostZitrone77, on 06 March 2012 - 05:26 PM, said:

View Postbastrian, on 06 March 2012 - 03:57 PM, said:

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..)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users