Hary309 / SMBMP

Abandoned multiplayer mod for Super Meat Boy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMBMP

Prototype multiplayer mod for Super Meat Boy v1.2.5 Steam edition

Demo

Demo of multiplayer mod

About project

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.

How to build

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

How to run

  1. Run Server.Launcher.exe
  2. Copy Client.Launcher.exe and Client.Core.dll to Super Meat Boy's main directory
  3. Run Client.Launcher.exe

About

Abandoned multiplayer mod for Super Meat Boy

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%