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

PoseLogger

Logs poses with the delay from the last pose

Date uploaded 2 years ago
Version 2.0.0
Download link Baumritter-PoseLogger-2.0.0.zip
Downloads 224
Dependency string Baumritter-PoseLogger-2.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

Installation Instructions

  1. Install MelonLoader
  2. Run Game
  3. Drop Mods Folder in to Rumble Source Directory
  4. Run the Game and enjoy the mod

Overview

The Mod tracks which poses are being done by the player and which structures are being affected by poses

Logging

  • Every Pose done by the mod user will be logged
    • v2.0+:
    • Optional Setting for logging every Player in your lobby
    • Only Poses that actually affect something are being logged
  • After variable amount of time (base: 5s) of inactivity a spacer will be created in the log File
    • This will also reset the board/onScreen Logs
  • The log files are located in UserData/PoseLogger/Logs/

Board Logging

  • There are 2 Boards in the gym and 1 in the park
    • At Howard's Place
    • At the ring at the top of the Gym
    • At the central ring in the park
  • The Board itself has no collision to prevent getting stuck on it in the Park

Controls

  • The Logging can be turned via ModUI
  • All other Settings are in ModUI

Known "Issues"

  • The Logging does only work in the park and in the gym
    • This will not change.
  • The Logging to File always logs the previous move.
    • This is intended because of the way that combo tracking works

Known Issues

  • Sprint Poses are not tracked.

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