/UHC_Tracker

Program for making the tracking of UHC player movement easier

Primary LanguageC#

This is a small program I wrote for making the tracking of the player movement in the MindCrack Ultra Hardcore videos easier. It requires the Minecraft Automap Mod to work. When started after Minecraft it connects to the Minecraft Automap Mod and queries the player location every 250ms. These locations can now easily be saved to a JSON formatted file (which is what I use in my maps for displaying the movements).

You can download the Binarys from here Latest Version 0.4.18

As I use code from Minecraft Automap, and it is licensed under the Ms-PL, this program is also licensed under the Ms-PL. At least for now ;-)

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Minecraft AutoMap is licensed under the Microsoft Public License (Ms-PL)