This repo is a collection of methods in BP which are moddable by replacing this DLL. Instead of subscribing to the event, you can fully change how the event works. Only the most useful methods will be exposed to this API, more info about that here.
- Fork/Clone/Download repository.
- Open the just downloaded/cloned repository.
- Open the
BP-GameSource.sln
file using your favorite C# editor. (Suggested version is currentlyVS IDE 2019
) - Resolve references wherever needed. The
BrokeProtocol.*
namespace requires referencing Scripts.dll from theBrokeProtocol_Data/Managed/
directory. - Make changes where needed.
- Rebuild source code, and copy + replace the
.dll
fromYourServerFolder/Plugins/GameSource.dll
with your newly compiled dll. - Done! When you run your server it will now invoke that dll.
Please check the Offical API Reference for more info.