Posted 23 July 2014 - 11:19 PM
wieselkatze's programs and utilities
This is going to be a central thread for all upcoming programs and utilities of which the most should ease your ingame experience. Most of them probably won't be world-changing though.
I am open to suggestions and improvements, so, if you have any - post them here!
Turtle Programs:
fence - A fencing program
Compatible with: Advanced Turtles, Regular Turtles (ComputerCraft 1.45+)Fence - To see the code, or to install it
pastebin get fVGEG0bN fence
Note: By starting the program without or with invalid parameters you will get a list of the available commands
Currently available parameters:
<-d> = Depth; set the depth the turtle will travel (Valid arguments: any number greater than 0)
<-w> = Width; set the width the turtle will travel (Valid arguments: any number greater than 0)
[-dir] = Direction; set the direction the turtle will go (Valid arguments: 'r' - Turtle will travel to the right, 'l' - Turtle will travel to the left, If not given, the turtle will travel to the left)
Example: 'fence -d=12 -w=14 -dir=r' - This would lay an area of the size 12x14 of which the turtle starting position is the front left corner
Pictures:
Probably upcoming:
<-unfence> - Parameter
Programs:
xEdit - an advanced ingame editor
Compatible with: Advanced Computers (ComputerCraft 1.45+)Topic: xEdit - an advanced ingame editor
Pictures:
Edited on 17 October 2014 - 04:38 PM