Custom Training Statistics (Bakkesmod Plugin for Rocket League)
This is a highly customizable plugin for https://www.bakkesmod.com/index.php which can help you train for consistency in custom training.
It does so by gathering statistics on the amount of attempts and shots you made, and displays various percentages.
It is currently developed by Timmeey86 and Brandon McBride.
Supported Use Cases
- Repeating a single shot within a custom training pack over and over again, and measuring your progress, where:
- each shot ends with a scoring a goal
- each shot ends with hitting the ball at least once (e.g. speed flip training packs)
- each shot gets manually judged as a "goal" or a "miss" by you
- Repeating several different shots within a custom training pack multiple times, while tracking the overall statistics, and the statistics per shot
Core Features
- Displaying the total statistics of a longer custom training session
- Displaying separate statistics for each shot
- Displaying a summary of your statistics on demand
- Restoring your previous training session after a break / a crash / the next day (Does not work for goal speed unfortunately)
- Displaying differences of certain stats between your current and your previous training session
- Customizing the overlay to make it as pleasant and as little annoying as possible for you
How to Install Manually
Note: The plug-in is much easier to install through the official Bakkesmod website, but there might be an older version:
https://bakkesplugins.com/plugins/view/302
The following guide is if you want a newer update earlier
- Press the "tags" link on the right-hand side of this page (scroll to the top):
- Unfold the "Assets" section on the newest tag:
- Download the Plugin DLL
- Save the GoalPercentageCounter.dll to
%APPDATA%\bakkesmod\bakkesmod\plugins
, or copy it there manually after downloading.
- Start Bakkesmod and Rocket League, or, if they are already running, open the Bakkesmod Console with
F6
and type plugin load goalpercentagecounter
there
How to Use after Installing
- Load into any custom training map and enjoy the plugin
- After installing, you can always enable or disable the overlay in the Bakkesmode Settings dialog (
F2
) in the Plugins
section
- Statistics reset automatically when restarting the training pack or switching to another. You can also manually reset statistics in the Bakkesmod Settings dialog at any given time.
Note that "Peak Success Rate" is only being calculated after the 20th attempt. This is intentional in order to avoid lucky early shots affecting the peak rate too much.
Compiling manually
If you want to compile this yourself, you need a Visual Studio 2019 or newer, and Bakkesmod installed. It should be possible to simply clone the repo, open the solution and compile it. Note that when compiling from Visual Studio, a post-compile hook will automatically update the plugin within Bakkesmod. This even works when already in custom training.