Posted 12 December 2016 - 03:09 PM
TPS (Turtle Positioning System) is a program that allows one or two turtles to replicate a full, four-computer GPS server. It does this by moving in a set pattern and accepting GPS requests at each step.
Since turtles are slow, one turtle might time out a standard "gps locate" command. Also, for the same reason, results will be skewed if you move while getting GPS coordinates from TPS.
You can work around those problems by adding a second turtle to ease the load, but this obviously makes it less resource efficient, which is the point of TPS.
Turtles only move when they get GPS requests, and can automatically go to refuel in a chest if they run low. It will only refuel with coal/charcoal/coal blocks, though.
Upon startup, it will give you a few seconds to press a button to input the turtle's XYZ coordinates and direction, as well as a chest's XYZ.
Use at your leisure if you don't have a lot of ender pearls for four modems, but do have a mountain of coal lying around! Or like seeing turtles dance.
Since turtles are slow, one turtle might time out a standard "gps locate" command. Also, for the same reason, results will be skewed if you move while getting GPS coordinates from TPS.
You can work around those problems by adding a second turtle to ease the load, but this obviously makes it less resource efficient, which is the point of TPS.
Turtles only move when they get GPS requests, and can automatically go to refuel in a chest if they run low. It will only refuel with coal/charcoal/coal blocks, though.
Upon startup, it will give you a few seconds to press a button to input the turtle's XYZ coordinates and direction, as well as a chest's XYZ.
pastebin get PsTiQ5eu startup
std PB PsTiQ5eu startup
std ld tps startup
Use at your leisure if you don't have a lot of ender pearls for four modems, but do have a mountain of coal lying around! Or like seeing turtles dance.
Edited on 08 June 2017 - 02:20 PM