- Made the computers fit inside one chunk (it's now 5x5 instead of 17x17)
- Works with No Fuel Mode servers (thanks happydude11209)
- Fixed bug in gps-deploy locate code (thanks kittykiller)
- Fixed bug where I call computers, monitors (thanks Mad_Professor)
If you label your computers and need support for that, check out KaosKlaus' edited version which includes support for labeled computers.
Here is a GPS Deployment script I made to add GPS hosts to your world. I'd love for comments, suggestions or bug reports.
This is the first application in a suite of GPS tools I have in the works.
[media]http://www.youtube.com/watch?v=5NlBU7MNKX8[/media]
Read script or watch video for detailed instructions.
Pastebin Install:
pastebin get qLthLak5 gps-deploy
TurtleScripts Market Install:
market get gjdh4o gps-deploy y
(I will try to keep the TurtleScripts Market copy always updated, but you could be 100% sure the pastebin version will always have the latest code)
When placing the turtle, it needs to be facing south(0). Please make sure the turtle has a clear view to the sky before deploying.
Turtle Slots:
- Fuel
- Minimum of 4 Computers
- Minimum of 4 Modems
- If Mining Turtle - Minimum of 1 Disk Drive | If Standard Turtle - Minimum of 4 Disk Drives
- Disk
Usage:
gps-deploy <x> <y> <z> [height]
This command will deploy the GPS satellite at y=254 or y+[height] if [height] is specified. The x, and z coordinates need to be the absolute coordinates of the turtles starting place. A good way to get the coordinates is to place a turtle down, stand on it, and press F3. Since turtles are less than a block high, F3 will show you the Y coordinate of the turtle. The X, and Z are a bit trickier. While standing on the turtle you'll see a X coordinate of for example X = -6.412 (-7) then the X coordinate you'd enter into the script would be -7, not -6. This goes the same for the Z coordinate.
gps-deploy locate [height]
If you have a already working GPS system, you could use the locate command to automatically enter the x, y, z coordinates of the mining turtle. You could still specify a custom height if you don't want the satellite to be deployed at y=254</z></y></x>