Portal2SpeedrunMod
Portal 2 Speedrun Mod - a modification for the game to make it faster to speedrun.
Install / Use
/learn @p2sr/Portal2SpeedrunModREADME
Portal 2 Speedrun Mod
<div align="center"> </div> <div align="center"> </div>A mod for speedrunning Portal 2 with minimal downtime and support for alternate gamemodes.
For more information and installation instructions, please visit the website.
Contributing
SMSM (Speedrun Mod Simple Modifier)
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
Windows
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.sln
Linux
You'll need:
g++-10-multilib
make -j$(nproc)

