A mod for speedrunning Portal 2 with minimal downtime and support for alternate gamemodes.
For more information and installation instructions, please visit the website.
SMSM is a basic plugin that Speedrun Mod uses to handle modes and settings, as well as some ad-hoc patches and hooks into the game.
- Fork the repository
 - Clone your fork
 - Create a new branch
 - Make your changes
 - Create a pull request
 
You'll need:
- Visual Studio Build Tools
 - Windows Universal C Runtime
 - C++ Build Tools core features
 - Windows 10 SDK (10.0.19041.0)
 - MSVC v142 - VS 2019 C++ x64/x86 build tools
 
msbuild -m -p:"Platform=x86" SMSM.slnYou'll need:
g++-10-multilib
make -j$(nproc)