Professional WPF launcher for the Super Battle Golf Mod Loader.
- 🎮 One-Click Mod Management - Install, enable, disable, and remove mods
- 🌐 Built-in Mod Browser - Browse and download mods from the official repository
- 🎨 Dark Golf-Themed UI - Professional interface matching the game aesthetic
- 🔍 Auto-Detection - Automatically finds your game installation
- 📊 Mod Statistics - See installed mods, enabled mods, and available updates
- ⚙️ Settings Management - Configure mod load order and game paths
Download the latest installer from Releases.
Note: Windows SmartScreen will show a warning (this is normal for unsigned software). Click "More info" → "Run anyway".
Download the portable ZIP, extract anywhere, and run SBGModLauncher.exe.
- .NET 8.0 SDK
- Windows 10/11
- Visual Studio 2022 (optional, but recommended)
cd GUILauncher
dotnet restore
dotnet build -c ReleaseOutput: GUILauncher\bin\Release\net8.0-windows\
Requires Inno Setup 6.x
cd Installer
iscc setup.issOutput: Installer\Output\SBGModLoaderSetup.exe
- Distribution Guide - How to distribute unsigned software
- Main Documentation
launcher/
├── GUILauncher/ # WPF application source
│ ├── Views/ # XAML UI files
│ ├── ViewModels/ # MVVM view models
│ ├── Services/ # Mod management services
│ └── Models/ # Data models
├── Installer/ # Inno Setup installer
│ ├── setup.iss # Installer script
│ └── build-release.ps1 # Portable ZIP builder
└── DISTRIBUTION_GUIDE.md # Distribution best practices
- mod-loader - Core C++ mod loader DLL
- sdk - SDK for mod creators
- map-maker - Unity Map Maker tool
- mod-repo - Official mod repository
MIT License - See main mod-loader repository