This repository contains the source code for a few mods I've made for the game Broforce
If you have questions about making mods for Broforce or encounter any bugs in my mods feel free to contact me:
Email: [email protected]
Discord: alexneargarder
You can also find me on the Free Lives Discord Server as well as other modders and sprite artists if you need any help.
For anyone interested in creating their own mods for this game, feel free to use my code as a starting off point.
For detailed instructions on how to create mods for Broforce, see the wiki for this repo.
Otherwise, if you would just like an example to work off of, the ExampleMod provides a basic template with a lot of comments to explain how everything works. It has most of the setup needed to work with Unity Mod Manager. It is set up as a Visual Studio Project, so you should just be able to download everything and open the .sln file. I use Visual Studio 2022, but it should work with 2019 as well.
There is also a file called MainNoComments.cs that has the same code as the ExampleMod but with no comments, which may be more useful for you if you want to use that project as a template for making your own mod. You can simply download the whole project and copy and paste the code from the MainNoComments.cs to set everything up.
The Compiled Mod folder can be placed into your Mods folder here to see what this example mod does: C:\Program Files (x86)\Steam\steamapps\common\Broforce\Mods\Compiled Mod There is also an Info.json file in the Compliled Mod Folder that shows you how you need to have that set up.
- How to install Unity Mod Manager and my mods
- Unity Mod Manager Wiki
- Harmony Documentation
- Dnspy - A tool for viewing the game's code
- RuntimeUnityEditor - A tool for debugging game objects in game
- AssetStudio - A tool for extracting assets from Unity Games
Information about this mod and a download link can be found here.
Information about this mod and a download link can be found here.
Information about this mod and a download link can be found here.
Information about this mod and a download link can be found here.
Information about this mod and a download link can be found here.
Information about this mod and a download link can be found here.
Information about this mod and a download link can be found here.
Information about this mod and a download link can be found here.
Information about this mod and a download link can be found here.