Professional WPF launcher for the Super Battle Golf Mod Loader.
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.
cd GUILauncher
dotnet restore
dotnet build -c Release
Output: GUILauncher\bin\Release\net8.0-windows\
Requires Inno Setup 6.x
cd Installer
iscc setup.iss
Output: Installer\Output\SBGModLoaderSetup.exe
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
MIT License - See main mod-loader repository