RUMBLE does not support other mod managers. If you want to use a manager, you must use the RUMBLE Mod Manager, a manager specifically designed for this game.
This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 2 years ago |
| Version | 1.0.2 |
| Download link | Baumritter-PoseLogger-1.0.2.zip |
| Downloads | 288 |
| Dependency string | Baumritter-PoseLogger-1.0.2 |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.6.4Baumritter-RumbleModUI
Adds a pop-up window for centralized management of mod settings
Preferred version: 2.1.2README
Installation Instructions
- Install MelonLoader
- Run Game
- Drop Mods Folder in to Rumble Source Directory
- Run the Game and enjoy the mod
Overview
The Mod tracks what poses are being done by the player and writes that info into the console/a file. Additionally the time between the latest and current pose is being tracked as to give info on the execution speed of the player.
Controls and Other Functions
- The Logging can be turned Off/On (Default is ON) using the "L" key with the main window of the game selected.
- The Logging does only work in the park and in the gym (main hub).
- After 1500ms of no pose the logging will produce a spacer to make readability better.
- Console/File Logging can be enabled/disabled via the Settings File in "Userdata\PoseLogger\Settings\Setting.txt".
Known Issues
- The delay tracking of repeated Sprint Poses is inaccurate.
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