Skip to content
Alex Neargarder edited this page Feb 21, 2024 · 5 revisions

Welcome to the BroMaker Wiki!

This wiki aims to explain how to make a custom Bro through the mod BroMaker.

Requirements

The Two Methods for Creating Bros

Custom Bros can either be created entirely in JSON, or via a combination of JSON and programming.

If you choose to create a bro via only JSON, you'll be limited to a primary attack which fires projectiles, and only projectiles that exist in the base game. The special will be limited to only throwing grenades, and only those that exist in the base game. The melee will be limited to the melees that exist in the base game.

If you choose to create a bro via programming, anything is possible.

Both methods still require a mod file to function.