You are viewing a potentially older version of this package. View all versions.
Baumritter-PoseLogger-1.0.0 icon

PoseLogger

Logs poses with the delay from the last pose

Date uploaded 2 years ago
Version 1.0.0
Download link Baumritter-PoseLogger-1.0.0.zip
Downloads 296
Dependency string Baumritter-PoseLogger-1.0.0

This mod requires the following mods to function

LavaGang-MelonLoader-0.6.4 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.6.4
Baumritter-RumbleModUI-2.1.2 icon
Baumritter-RumbleModUI

Adds a pop-up window for centralized management of mod settings

Preferred version: 2.1.2

README

  1. Install MelonLoader
  2. Run Game
  3. Drop Folders into Rumble Folder
  4. Play Game.

Help And Other Resources

Get help and find other resources in the Modding Discord: https://discord.gg/fsbcnZgzfa

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