Prototype multiplayer mod for Super Meat Boy v1.2.5 Steam edition
From the beginning of project we wanted to create gamemode similar to Race Mode DLC but through internet of course. Unfortunately Tommy Refenes (creator of SMB) didn't allow us to recreate Race Mode, so we just abandoned the project. In current state, mod only synchronizing players' character, animation and position.
Clone repository
git clone https://github.com/Harry09/SMBMP.git
cd SMBMP
git submodule update --init --recursive
Compile enet
cd src/vendor/enet
cmake -G "Visual Studio 16 2019" -A Win32 .
cmake --build . --config Release
Open SMBMP.sln
, change configuration to Release
and target to x86
and compile
- Run
Server.Launcher.exe
- Copy
Client.Launcher.exe
andClient.Core.dll
to Super Meat Boy's main directory - Run
Client.Launcher.exe