Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.
/ SMBMP Public archive

Abandoned multiplayer mod for Super Meat Boy

License

Notifications You must be signed in to change notification settings

Hary309/SMBMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages