Default plugins for BakkesMod 2. These plugins show how the BakkesMod plugin system can be used to create dynamic training scenarios/gamemodes and other enhancement features for Rocket League. In order to compile these plugins you need the following dependencies:
All plugins need the BakkesMod SDK which can be found here. Simply add the lib folder to the list of libraries and add the include folder to your additional include directories. Make sure the build target is set for win32 in release mode and you should be good to go! Most plugins can be compiled with just the BakkesMod SDK, except for:
The python project requires Boost.Python
In order to build the RCONPlugin, you need the websocketpp library