SS2BMM is superseded by the more generic Dark Mod Manager.
This is the home of the System Shock 2 Blue Mod Manager, originally developed by bluemess in 2013 (SS2BMM). More info on its intended use and about mod installation for System Shock 2 in general can be obtained from SystemShock.org and the official thread.
SS2BMM requires Windows Vista SP2 or later to run by default but can be compiled for WinXP given appropriate VC++ settings.
7-Zip is required to use the archive extraction feature and is bundled with the game in all standard installations (Steam, GOG, SS2Tool). To provide a custom 7-Zip version,
- Go to 7-zip.de and download the 32-bit version.
- Copy
7z.dll
to the same folder asss2bmm.exe
Clone the repository with submodules:
git clone https://github.com/pshjt/ss2bmm.git --recursive
If you have cloned without this option, use
git submodule update --init --recursive
The project was built with Visual Studio 2019 Community and requires cmake >=3.15
.
- Go to ss2bmm\Script\7zppMSVCBuild
- Run
PreBuild.bat
- Run
BuildAll.bat
- Go to ss2bmm\Script\wxWidgetsMSVCBuild
- Run
BuildAll.bat
- Get and install wxFormBuilder
- Open
.\wxFormBuilder\SS2BlueModManager.fbp