๐ŸŽฎ Get on Steam

Super Battle Golf Mods Installation Guide

Last updated: March 2026

Quick Installation Summary

Time Required: 5-10 minutes

Difficulty: Easy (no coding required)

Steps:

  1. Install BepInEx framework
  2. Launch game once to initialize
  3. Download and install mods

Prerequisites

Before installing mods, ensure you have:

  • โœ… Super Battle Golf installed on Steam (PC version only)
  • โœ… Windows 10/11 (mods not available on Mac/Linux)
  • โœ… Basic file extraction software (WinRAR, 7-Zip, or Windows built-in)
  • โœ… Administrator access to your PC
โš ๏ธ Important Notes
  • Mods are not officially supported by Brimstone Games
  • Some mods may cause crashes or conflicts
  • Backup your save files before modding (optional but recommended)
  • Mods may break after game updates

Method 1: Manual Installation (Recommended for Beginners)

This method gives you full control and is easier to troubleshoot.

Step 1: Install BepInEx Framework

BepInEx is the modding framework that allows Super Battle Golf to load custom code.

1.1

Download BepInEx

  • Visit BepInEx on Thunderstore
  • Click the "Manual Download" button
  • Save the .zip file (usually named "BepInExPack_SuperBattleGolf.zip")
1.2

Locate Your Game Folder

  • Open Steam
  • Right-click Super Battle Golf in your library
  • Select Properties
  • Go to Installed Files tab
  • Click "Browse"

๐Ÿ’ก Your game folder path will look like: C:\Program Files (x86)\Steam\steamapps\common\Super Battle Golf\

1.3

Extract BepInEx to Game Folder

  • Extract the downloaded BepInEx .zip file to a temporary location
  • Open the extracted folder (you should see folders like "BepInEx", "doorstop_libs", etc.)
  • Copy ALL files and folders from the extracted folder
  • Paste them into your game folder (where SuperBattleGolf.exe is located)
  • If asked to merge folders, click "Yes"
1.4

Verify BepInEx Files

Your game folder should now contain:

  • ๐Ÿ“ BepInEx/ folder
  • ๐Ÿ“ doorstop_libs/ folder
  • ๐Ÿ“„ doorstop_config.ini file
  • ๐Ÿ“„ winhttp.dll file
  • ๐Ÿ“„ SuperBattleGolf.exe (original game file)

Step 2: Initialize BepInEx

2.1

Launch the Game

  • Start Super Battle Golf through Steam
  • A console window (black text window) should appear alongside the game
  • Wait for the game to fully load to the main menu
  • Close the game
โœ… Success Indicator: If you see a console window with text like "BepInEx 5.x.x - Super Battle Golf", BepInEx is working correctly!
2.2

Verify Plugin Folder Created

  • Go back to your game folder
  • Open the BepInEx/ folder
  • You should now see a plugins/ folder
  • This is where you'll install mods

Step 3: Install Your First Mod

3.1

Download a Mod

  • Visit Thunderstore
  • Browse and select a mod (try "MoreGolfers" for your first mod)
  • Click "Manual Download"
  • Save the .zip file
3.2

Extract and Install Mod

  • Extract the mod .zip file
  • Look for .dll files (usually in a "plugins" folder inside the zip)
  • Copy the .dll file(s)
  • Paste into BepInEx/plugins/ in your game folder

๐Ÿ’ก Some mods come with folders - copy the entire folder to plugins/

3.3

Launch and Test

  • Start Super Battle Golf
  • Check the BepInEx console for mod loading messages
  • The mod should now be active in-game

Method 2: Using r2modman (Mod Manager)

r2modman is a mod manager that simplifies installation and updates. Recommended for users who want to install many mods.

1

Install r2modman

  • Download r2modman
  • Run the installer
  • Launch r2modman
2

Select Super Battle Golf

  • In r2modman, search for "Super Battle Golf"
  • Click on the game to select it
  • Choose "Default" profile (or create a custom one)
3

Install Mods

  • Click "Online" tab to browse mods
  • Search or browse for mods
  • Click "Download" on any mod
  • r2modman automatically handles dependencies
4

Launch Game

  • Click "Start modded" in r2modman
  • The game will launch with all installed mods

โš ๏ธ Always launch through r2modman when using this method

Troubleshooting Common Issues

BepInEx console doesn't appear when launching game

Possible causes:

  • BepInEx files not in correct location
  • Files not extracted properly
  • Antivirus blocking BepInEx

Solutions:

  1. Re-extract BepInEx and ensure winhttp.dll is in the same folder as SuperBattleGolf.exe
  2. Add game folder to antivirus exceptions
  3. Run Steam as administrator
  4. Verify game files in Steam (Properties > Installed Files > Verify)
Mods not loading / not working

Check these:

  1. Ensure BepInEx initialized (console appears)
  2. Verify .dll files are in BepInEx/plugins/
  3. Check BepInEx console for error messages
  4. Ensure mod is compatible with current game version
  5. Check for mod dependencies (some mods require other mods)
Game crashes after installing mods

Steps to fix:

  1. Remove the most recently installed mod
  2. Check BepInEx console for error messages before crash
  3. Ensure all mod dependencies are installed
  4. Try installing mods one at a time to identify conflicts
  5. Check Thunderstore mod page for known issues
How do I uninstall mods?

To remove specific mods:

  • Delete the mod's .dll file from BepInEx/plugins/

To remove all mods:

  • Delete the entire BepInEx/ folder
  • Delete doorstop_config.ini and winhttp.dll
  • Verify game files in Steam to restore original files
Can I play online with mods?

It depends:

  • Client-side mods (visual changes, UI improvements) usually work online
  • Gameplay mods (MoreGolfers, game mechanics) may cause desync or kicks
  • All players in a lobby should use the same gameplay mods
  • Some servers may kick modded clients

Best Practices

๐Ÿ“‹ Keep a Mod List

Maintain a text file listing installed mods and their versions. Helps troubleshoot issues after game updates.

๐Ÿ”„ Update Regularly

Check Thunderstore weekly for mod updates. Updated mods often fix bugs and add compatibility with new game versions.

๐Ÿ’พ Backup Saves

Before installing major mods, backup your save files located in %AppData%\LocalLow\Brimstone\SuperBattleGolf\

๐Ÿงช Test One at a Time

Install mods one at a time and test each. Makes it easier to identify which mod causes issues.

Video Tutorial

Prefer a visual guide? Watch this installation tutorial:

๐Ÿ“บ Video tutorial coming soon - check YouTube for "Super Battle Golf mod installation"

Next Steps

Now that you know how to install mods, explore these resources: