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.3.0 |
| Download link | Baumritter-PoseLogger-1.3.0.zip |
| Downloads | 404 |
| Dependency string | Baumritter-PoseLogger-1.3.0 |
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 which poses are being done by the player and which structures are being spawned/affected by poses/destroyed Additionally the time
File Logging
- Every Pose done by the mod user will be logged
- Every structure within the normal confines of the structure pool wil be tracked (15-20 per type)
- After 1500ms of inactivity a spacer will be created in the log File
- The pose log file is named "PoseLog..."
- The structure log file is named "StructLog..."
- The log files are located in UserData/PoseLogger/Logs/
On Screen Logging
- Only Poses performed by the mod user which do not affect structures or structures which have been affected by the mod user are logged
- The Logging UI will automatically hide itself if not in Gym or park
- After 1500ms of inactivity the lines will reset itself on next input
Board Logging
- Only Poses performed by the mod user which do not affect structures or structures which have been affected by the mod user are logged
- 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
- After 1500ms of inactivity the lines will reset itself on next input
Controls and Functions for File/Console Logging
- 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)
Known Issues
- The delay tracking of repeated Sprint Poses is inaccurate
- The delay tracking as a host of a park is not accurate (Game Limitation)
- The boards do not have collision. This is intended
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