Jump to content




Variable Size Quarry (now with Super Ore Quarry™)

turtle

595 replies to this topic

#41 MrHohenheim

  • Members
  • 26 posts
  • LocationDebrecen

Posted 16 January 2013 - 11:34 PM

Thx you are awsome , next time need to put info at the monitor :)

#42 civilwargeeky

  • Members
  • 393 posts

Posted 17 January 2013 - 01:52 PM

Just run:
monitor [monitor side] quarryControl [modem side]

:)

Also, I added some more information to the use section

#43 MrHohenheim

  • Members
  • 26 posts
  • LocationDebrecen

Posted 17 January 2013 - 11:13 PM

oh :) ok thx

#44 danny1992

  • Members
  • 6 posts

Posted 22 January 2013 - 05:18 PM

can you make this program to mine 3 layers at once ?

#45 civilwargeeky

  • Members
  • 393 posts

Posted 22 January 2013 - 06:28 PM

View Postdanny1992, on 22 January 2013 - 05:18 PM, said:

can you make this program to mine 3 layers at once ?
Coming soon. I will make it so the program mines 3 layers until the last one, where it will mine the proper amount for the height

#46 danny1992

  • Members
  • 6 posts

Posted 23 January 2013 - 01:32 AM

i have a question when is full turtle dont return to drop the items she continue mining until finish procces ...

#47 600360

  • Members
  • 2 posts

Posted 25 January 2013 - 02:27 AM

you could make the turtle dig down first and then dig as many per move as the dig directions allow it to
(because it will be surrounded with the materials you dig)
thou i dont know much about programming yet so cant help more

#48 civilwargeeky

  • Members
  • 393 posts

Posted 25 January 2013 - 03:21 AM

View Post600360, on 25 January 2013 - 02:27 AM, said:

you could make the turtle dig down first and then dig as many per move as the dig directions allow it to
(because it will be surrounded with the materials you dig)
thou i dont know much about programming yet so cant help more
If you mean dig three at a time, that is coming soon. You see, I was not as good at programming when I made this, so it was the best of my abilities to make it do 2 at a time.
If you mean like turning around to dig every block its surrounded by, that is unfavourable because it takes much longer.

#49 danny1992

  • Members
  • 6 posts

Posted 30 January 2013 - 02:48 AM

if i leave the world it stop ?

#50 civilwargeeky

  • Members
  • 393 posts

Posted 30 January 2013 - 03:51 AM

View Postdanny1992, on 30 January 2013 - 02:48 AM, said:

if i leave the world it stop ?
It will stop if the area is not chunkloaded by another mod. If youre playing ssp then it will stop no matter what

#51 danny1992

  • Members
  • 6 posts

Posted 30 January 2013 - 04:22 AM

i updated the dw20 pack and turtle mine only a layer at once ...

#52 civilwargeeky

  • Members
  • 393 posts

Posted 30 January 2013 - 06:19 AM

View Postdanny1992, on 30 January 2013 - 04:22 AM, said:

i updated the dw20 pack and turtle mine only a layer at once ...
Until I update the basic processes, it will only mine 2 at a time if the height is even

#53 danny1992

  • Members
  • 6 posts

Posted 30 January 2013 - 09:10 AM

i understand but now mine only 1 layer at time not 2 not 3 ..

#54 narutofan92

  • New Members
  • 1 posts

Posted 06 February 2013 - 05:24 PM

hello i have a problem i get a error message slot number 10 out of range i have quarry left 5 5 5 but the turtle truns not the items in the chest
(sorry for my bad english im from german)

#55 sjkeegs

  • Members
  • 75 posts

Posted 07 February 2013 - 05:10 AM

View Postnarutofan92, on 06 February 2013 - 05:24 PM, said:

hello i have a problem i get a error message slot number 10 out of range i have quarry left 5 5 5 but the turtle truns not the items in the chest
(sorry for my bad english im from german)

Are you running the current version of CC? An older version of CC only had 9 slots in the turtle.

#56 civilwargeeky

  • Members
  • 393 posts

Posted 07 February 2013 - 05:02 PM

View Postsjkeegs, on 07 February 2013 - 05:10 AM, said:

View Postnarutofan92, on 06 February 2013 - 05:24 PM, said:

hello i have a problem i get a error message slot number 10 out of range i have quarry left 5 5 5 but the turtle truns not the items in the chest
(sorry for my bad english im from german)

Are you running the current version of CC? An older version of CC only had 9 slots in the turtle.
Oh right. Good point. If you are using tekkit or technic, this program does not work because it throws an error when it counts, as it checks all 16 slots. Sorry.

#57 vyzor

  • New Members
  • 1 posts

Posted 19 March 2013 - 06:52 AM

biggest prob is when the turte invetory is full it starts spitting the items. that's sad =(
in the zones with more ores the inventory slots fill up quickly

#58 MrHohenheim

  • Members
  • 26 posts
  • LocationDebrecen

Posted 21 March 2013 - 10:06 AM

hey the inverted version can do the rednet? not working for me

#59 civilwargeeky

  • Members
  • 393 posts

Posted 21 March 2013 - 04:45 PM

Ok. So. I know I said that I would have a new version out soon (Like a month ago...), but that didn't happen. For anyone that was following this (if anyone was) I'm really sorry, but I just haven't found the time to really work on the new version. However, this actually good for two reasons. First, I am a better programmer now than I was when I began this program, and second I have had time to refine my idea and make it the best that I can. Here is a list of features I'm planning:
  • Everything configurable from arguments (e.g. height, width, fuel check, inverted, rednet...)
  • Better rednet sending method
  • Better accuracy of what turtle is doing
  • Mine three layers at a time until last layer, where it will mine height specifically
  • Keep track of three dimensional position (relative to start)
  • If inventory full, will go back to original deposit chest, test for a chest, and either wait there or deposit items into a chest, then go back to position
  • Easily switch to inverted quarry
  • Use coal to refuel itself option
Also might consider (will add if interested):
  • Tekkit (1.2.5) compatibility
  • Goes to the left instead of right option
  • Will dig to a certain layer then begin quarry
  • Place torches as it goes
I cannot guarantee a finish date, just know that it is being worked on. So far I've separated the useful sections from the parts I have to rewrite (most of it).

#60 civilwargeeky

  • Members
  • 393 posts

Posted 21 March 2013 - 04:47 PM

View Postvyzor, on 19 March 2013 - 06:52 AM, said:

biggest prob is when the turte invetory is full it starts spitting the items. that's sad =(
in the zones with more ores the inventory slots fill up quickly
It's getting worked on. For real now :D

View PostMrHohenheim, on 21 March 2013 - 10:06 AM, said:

hey the inverted version can do the rednet? not working for me
No, as of now it cannot, but all will be fixed once I finish with the new version





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users