Skip to content

Creating a New Custom Bro

Alex Neargarder edited this page Jun 29, 2025 · 6 revisions

There's two options for setting up a new custom bro project:

  • Using my python script
    • This script copies the files you need into the locations you need them in, and renames all the references to the bro name to the name you set.
  • Manual Setup
    • Or you can set up the Visual Studio project manually, add the references to the .dll files you need, and set up the .json files needed to load your bro into BroMaker

Either option is fine, but for your first bro I would probably recommend doing it manually so you understand how everything is set up. At the very least, if you use the script I would look at the manual setup page if you're confused about how things are set up.

Clone this wiki locally