Posted 28 June 2016 - 08:53 AM
Hello :)/>
Did you ever come across the problem where you had to build something over and over again? .. something like a farm pitch? .. or a 9x9?
Well with this program I got the solution for you!
The Generic Builder
It comes in two parts - a templater and a builder.
Templater
Setup
This will create a directory "builder" where all the files are.
Usage
It comes with a pretty interface where you can draw your template. It should be pretty self-explanatory. You just pick a color ("Current") and start drawing within the right field. For every color you can assign as many inventory slots as you'd like.
Note: Some colors are handled specifically.
.. for this overview
Example
1. Layer
2. Layer
3. Layer
Save
Well now you have a template for a farm pitch! it is saved in …
… from there you can copy it to your builder turtles as needed
Builder
Setup
This will create a directory "builder" where all the files are.
Usage
It will look for a given template starting at its root directory. To run our farm pitch template from the Templater we could copy it to the …
… directory and execute it like so
Example
You just put all the items in the given slots like defined and press enter to start the script. The turtle then will start building.
Note: When the script starts, the turtle is at layer 1 in the corner. Consider this when placing the turtle.
Don't wait any longer! Start building your empire using templates and turtles!
Features
You are more than welcome to share you templates in this topic! ^_^/>
TODO:
Did you ever come across the problem where you had to build something over and over again? .. something like a farm pitch? .. or a 9x9?
Well with this program I got the solution for you!
The Generic Builder
It comes in two parts - a templater and a builder.
Templater
Spoiler
The Templater is designed for Advanced Computers !Setup
Spoiler
pastebin get ZcffhsFX setup_templater
setup_templater
rm setup_templater
This will create a directory "builder" where all the files are.
Usage
Spoiler
To start the program, execute
builder/Templater
It comes with a pretty interface where you can draw your template. It should be pretty self-explanatory. You just pick a color ("Current") and start drawing within the right field. For every color you can assign as many inventory slots as you'd like.
Note: Some colors are handled specifically.
Builder -help
.. for this overview
Example
Spoiler
Lets make a template for a farming pitch1. Layer
Spoiler
2. Layer
Spoiler
3. Layer
Spoiler
Save
Spoiler
Well now you have a template for a farm pitch! it is saved in …
builder/templates/farm
… from there you can copy it to your builder turtles as needed
Builder
Spoiler
The Builder is designed for Advanced Mining Turtles!Setup
Spoiler
pastebin get MmJwcLT9 setup_builder
setup_builder
rm setup_builder
This will create a directory "builder" where all the files are.
Usage
Spoiler
To start the program, execute
builder/Builder <path to template>
It will look for a given template starting at its root directory. To run our farm pitch template from the Templater we could copy it to the …
builder/templates/
… directory and execute it like so
builder/Builder builder/templates/farm
Example
Spoiler
The usage given above will start the program like soYou just put all the items in the given slots like defined and press enter to start the script. The turtle then will start building.
Note: When the script starts, the turtle is at layer 1 in the corner. Consider this when placing the turtle.
Don't wait any longer! Start building your empire using templates and turtles!
Features
- Supports an area up to 23x15 blocks
- Supports up to 99 layers
- Runs with a highly optimized path finding algorithm for building
- Fail prove if mobs/blocks/players are in the way
- It will do anything to fulfill its task
- Supports an unlimited amount of templates
- Setup Builder: http://pastebin.com/MmJwcLT9
- Setup Templater: http://pastebin.com/ZcffhsFX
- Templater http://pastebin.com/u22vpVU6
- Builder http://pastebin.com/Tic10aNs
- Turtle API http://pastebin.com/MU14K9k4
- Paint API http://pastebin.com/nsvKtqeU
- Colors API http://pastebin.com/wP8UtxYy
- Button API http://pastebin.com/2BG8HViA
- Inventory API http://pastebin.com/0K4ZBcxV
You are more than welcome to share you templates in this topic! ^_^/>
TODO:
- Fuel calculation for Builder
- GUI for Builder
Enough-blocks-to-build detection for Builder
Edited on 29 June 2016 - 11:01 AM