Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 899 Bytes

File metadata and controls

15 lines (13 loc) · 899 Bytes

Setting up the Development Environment

Download the repository, the included submodules (git submodule update --init --recursive), the listed dependencies and set the $(BAKKESMODSDK) macro to your BakkesMod SDK location, after which you can start the project through source/RocketPlugin.sln.

Dependencies

Structure of the Development Environment

Debug

The Debug configuration builds the plugin with additional debug logs and loads the generated DLL directly in Rocket League with bakkes_patchplugin.py, which comes by default with the BakkesMod SDK.
warning: when building this will overwrite your original RocketPlugin.dll.

Release

The Debug configuration builds the plugin without debug logs.