mtimkovich / SpeedometerPlugin

Unobtrusive speedometer plugin for BakkesMod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧭 Speedometer for BakkesMod

An unobtrusive speedometer for Rocket League to remind you to go fast. 🌠

Preview

Partially inspired by this JohnnyBoi tweet, I wanted to see how my average car speed compared to the pros.

✨ Features

  • Current car speed.
  • Per-game average car speed.

💽 Installation

  1. Download the latest release.
  2. Copy Speedometer.dll to /plugins your BakkesMod folder.
  3. (Optional) You may need to copy the speedometer.set file to /plugins/settings if settings aren't showing up in the Plugins tab.
  4. Open RL and BakkesMod.
  5. Open the BM console (~) and run:
    • plugin load speedometer
    • cl_settings_refreshplugins

🖥️ Compiling

Prereqs

Steps

  1. Open x64 Native Tools Command Prompt for VS 2019.
  2. Use the path to the BakkesModSDK in the command below. This will either be in your BakkesMod folder or cloned from the repo.
cl /LD /EHsc -I bakkesmodsdk/include/ bakkesmodsdk/lib/pluginsdk.lib Speedometer.cpp

🚧 Roadmap

  • Show in-game car speed.
  • Adjustable position.
  • Metric option.
  • Calculate per game metrics. (#1)
    • Mean
    • Stdev
  • Add average pro car speeds as examples to the README.

About

Unobtrusive speedometer plugin for BakkesMod

License:Other


Languages

Language:C++ 100.0%