Jump to content


xInDiGo's Content

There have been 100 items by xInDiGo (Search limited from 29-March 23)


By content type

See this member's


Sort by                Order  

#138669 Ultimate Wood Chopper [0.9.5 Prerelease B][Session Persistent]

Posted by xInDiGo on 07 August 2013 - 12:16 PM in Turtle Programs

edited



#138333 Bee Breeding With Attributes (Credit To Direwolf20 For Idea)

Posted by xInDiGo on 05 August 2013 - 02:30 PM in Programs

i'm super excited to for this program! :) when do you think you might get the magic bees added in?

also, i think this program might take off a bit more if you repost it in the turtle programs sub section!



#137737 Bee Breeding With Attributes (Credit To Direwolf20 For Idea)

Posted by xInDiGo on 02 August 2013 - 06:00 PM in Programs

i can't seem to get this working with FTB Unleashed. dog gamnit!

tried it with plain forest and meadows and after it puts the bees in the analyzer it just hangs there.



#137537 Bee Breeding With Attributes (Credit To Direwolf20 For Idea)

Posted by xInDiGo on 01 August 2013 - 04:50 PM in Programs

any chance we can get this updated for FTB unleashed? There are tons of new bees with the new modpack.



#137013 Bee Breeding With Attributes (Credit To Direwolf20 For Idea)

Posted by xInDiGo on 30 July 2013 - 01:06 PM in Programs

i was able to get this working using a wireless inventory turtle, and the setup direwolf used in the link above.



#136597 Bee Breeding With Attributes (Credit To Direwolf20 For Idea)

Posted by xInDiGo on 28 July 2013 - 06:03 PM in Programs

could you explain this a little more? or maybe a link to the setup you're talking about. direwolf20 seems to have lots of content



#114802 redstone signal loop

Posted by xInDiGo on 03 May 2013 - 02:25 PM in Ask a Pro

thanks very much! :)



#114781 redstone signal loop

Posted by xInDiGo on 03 May 2013 - 01:12 PM in Ask a Pro

i'm trying to make a startup script that will check for a redstone signal. if the redstone signal is true it will do some functions, if not it will sit and wait for the redstone signal. this is what i've got so far but its not working :(

while redstone.getInput("right") == true do
	    place()
	    drop()
	    else
	    sleep(1)
end

the error i get is "bios:383: [string "startup"]:27: 'end' expected (to close 'while' at line 24)"

i've added extra ends around line 27 but its not helping. thanks for the support!



#105614 The versatile Shape Builder (updated 05/08/14 - now with diagonal lines)

Posted by xInDiGo on 03 April 2013 - 01:13 PM in Turtle Programs

bummer! some unique planes would be great!

i imagine it would ask the user for how many sides and how long each side would be. but then again i'm not so great at this coding business. the best i can do is a hopper turtle xD



#105609 3D Printer : get anything you can imagine !

Posted by xInDiGo on 03 April 2013 - 01:08 PM in Turtle Programs

troll much. reported & requesting lock



#104011 The versatile Shape Builder (updated 05/08/14 - now with diagonal lines)

Posted by xInDiGo on 31 March 2013 - 12:54 PM in Turtle Programs

hexagons and octagons



#103716 Turtle Swarm Quarry v0.3 and master/module APIs

Posted by xInDiGo on 30 March 2013 - 03:39 PM in Turtle Programs

mastermin30: attempt to index ? (a nil value)

after installing the API as moduleAPI and masterAPI and the other as Mastermine and Modulemine i was getting that error. i've placed the items as i see in the image, with a blank disk in the disk drive south east to the turtle. the turtle is facing south.



#100595 Mirror Computer/Monitor bios error.

Posted by xInDiGo on 23 March 2013 - 08:49 AM in Ask a Pro

uploaded to pastebin as requested. but i don't understand, what broke the code and why does pastebin fix this?

http://pastebin.com/H5hTGi1p



#100549 Mirror Computer/Monitor bios error.

Posted by xInDiGo on 23 March 2013 - 07:31 AM in Ask a Pro

having issues with this bit of code. its supposed to mirror what you're doing on your computer to a monitor. i'm using advanced an advanced computer and monitors. the error is:

Quote

bios:338: [string "startup"]15: <name> or '...' expected
any help would be great. i found this piece from a post over a year ago so hopefully i can get some answers. Here's the code:
local nativeTerm = term.native or term
local function invoke(sMethod, ...)
nativeTerm[sMethod](...)
for k,sSide in pairs(redstone.getSides()) do
  if peripheral.isPresent(sSide) and peripheral.getType(sSide) == "monitor" then
   peripheral.call(sSide, sMethod, ...)
  end
end
end
term.write = function(text) invoke("write", text) end
term.scroll = function(n) invoke("scroll", n) end
term.setCursorPos = function(x, y) invoke("setCursorPos", x, y) end
term.setCursorBlink = function(:o/>/>/>/> invoke("setCursorBlink", :o/>/>/>/> end
term.clear = function() invoke("clear") end
term.clearLine = function() invoke("clearLine") end
nativeTerm.clear()
nativeTerm.setCursorPos(1, 1)
print(os.version())


uploaded to pastebin as requested - http://pastebin.com/H5hTGi1p



#98232 Ultimate Wood Chopper [0.9.5 Prerelease B][Session Persistent]

Posted by xInDiGo on 17 March 2013 - 02:07 PM in Turtle Programs

heh, i built it in the cliff side of my extreme hills, with the tree outside & the turtle looks like it comes from inside the mountain to do some chopping.



#98067 Ultimate Wood Chopper [0.9.5 Prerelease B][Session Persistent]

Posted by xInDiGo on 17 March 2013 - 06:31 AM in Turtle Programs

i dug deep down into a hole and ran the dig out program. the turtle gets stuck & i need to break the blocks in front of it. for it to get moving.



#95194 Items Sorting Turtle [Selfbuilding][Quarry-suitable][Rednet][0.4.1+]

Posted by xInDiGo on 09 March 2013 - 07:02 PM in Turtle Programs

is ITEMS SORTING TURTLE BETA 0.4.1+ working? when i run it i get an error :[

using this one - http://pastebin.com/6kENkkFL



#92327 [CC1.53][MC1.5.2] MiscPeripherals 3.3

Posted by xInDiGo on 01 March 2013 - 07:05 AM in Peripherals and Turtle Upgrades

tried using the tank turtle, using commands like suck return a false, while trying to use load, unload, or getLiquid return errors like they're not the right commands. am i doing something wrong?



#91617 Turtle Control and chest inventory system

Posted by xInDiGo on 27 February 2013 - 06:10 AM in Turtle Programs

been playing around with this. seems pretty interesting! one question, is there a way to make it so that i can type in a word instead of a number to load materials? with so many numbers it could be hard to remember which is which!

i'm having trouble with controlling a turtle with another computer. i used automode on the turtle, and when i go to the computer and type "use_turtle 0 deliver 1 return" nothing seems to happen.

am i doing this wrong?

::edit::

i was using deliver when i should of been using load. deliver works fine too!



#91608 MLG Mining: Circular Branch Mining

Posted by xInDiGo on 27 February 2013 - 05:08 AM in Turtle Programs

View PostUNOBTANIUM, on 26 February 2013 - 11:28 PM, said:

The last thing i want to know: I didnt checked it, because this question might be dumb... The turtle sucks in the Ignore Blocks and then drops them back down. Does it safe some data to compare or does it carry the Ignore Blocks all the time? And if it safes data, how did you done that?
Thank you for this program!

From what i can tell, it stores the ignore blocks in the chest while it digs the tunnels, then it will come back, take the ignore blocks out, and then go try to mine the ores.

what did you mean by "the quarry is the best chunk loader for right now"?



#91446 GPS Deploy 1.1 **UPDATED** 04/01/2014

Posted by xInDiGo on 26 February 2013 - 12:53 PM in Turtle Programs

::edit::

never mind



#86165 Shape Builder

Posted by xInDiGo on 11 February 2013 - 08:08 AM in Turtle Programs

few things i noticed.

it doesn't handle sand or gravel very well, and when it starts picking up junk blocks in its first slot it will place those blocks as part of the shape



#84145 turtlex v0.5.2 - smart turtle api - inventory + position tracking

Posted by xInDiGo on 05 February 2013 - 06:04 PM in Turtle Programs

wow this looks awesome! i'll have to give this a try! :D



#82536 Shape Builder

Posted by xInDiGo on 01 February 2013 - 07:00 AM in Turtle Programs

this is pretty nice! i was using this sphere/dome builder to make my domes, but more shapes would be great! having one program to do them all would be very nice :]

perhaps a Pyramid (either hollow or not) would be good to add too!

i also like that you defined where it starts and which direction it builds. in my experience it takes a few tries to get the turtle to build right where you want it so this helps!



#82535 Ultimate Wood Chopper [0.9.5 Prerelease B][Session Persistent]

Posted by xInDiGo on 01 February 2013 - 06:56 AM in Turtle Programs

View Postughzug, on 31 January 2013 - 10:42 PM, said:

a charcoal factory with auto resume functionality.

i added a script to the turtle that has it pull wood from the first chest, and deposit it into the furnace below. as long as you have 1 piece of fuel in there it should keep going over and over until the charcoal chest is filled or the first wood chest is empty. the script i used was my hopper turtle but i changed the grab function so that it sucks from the left instead of above. i'm sure it wouldn't be too hard to add it to the fwc menu your self, although i lack the capabilitys of doing so.