Baumritter-PoseLogger icon

PoseLogger

Logs poses with the delay from the last pose

CHANGELOG

Version 2.0.0

  • Updated to MelonLoader 0.6.+
  • Reworked the entirety of the code and refactored most functionalities
    • Tracking Solution is no longer attrocious on frame rate
  • Optional Multi Person tracking included (Combo Tracking will break when using that)
  • Added ModUI integration
  • Added Error log for things that have not been debugged already

Version 1.3.0

  • Added BoardLogging
  • Added "physical" Board objects in 3 postions:
    • One Board next to howard
    • One Board in the ring at the top of the Gym/Park
    • One Board in the park at the main ring
  • Added automatic removal of settings files from older versions
  • Added automatic cleanup of the log folder (Limited to the 10 newest logs)
  • Rewrote most of the conditions which determined what part of the code ran
  • Removed several options from the settings file
  • Removed console logging
  • Fixed the changelog
  • Now with 100% less mentions of the BPTracker mod

Version 1.2.1

  • Removed various debug log messages

Version 1.2.0

  • Added OnScreenLogging in Gym/Park

Version 1.1.0

  • Added Structure Tracking
  • Added various settings

Version 1.0.5

  • If Folders are missing then they will be created now.
  • If the settings file is missing it will be created now.

Version 1.0.4

  • Cleaned up the code a bit (no changes in function)

Version 1.0.3

  • Fixed formatting of readme/changelog

Version 1.0.2

  • Added Logging Output to File
  • Added Settings File with the following Options:
    • Enable/Disable Log Output to Console
    • Enable/Disable Log Output to File

Version 1.0.1

  • Readme File adjusted

Version 1.0.0

  • Created