mafia2online / m2o-reborn

Original Mafia2 Multiplayer modification
http://mafia2-online.com
Apache License 2.0
35 stars 15 forks source link
c c-plus-plus cmake enet game mafia-ii modding modification network steam udp
Mafia 2 Online
Build status Build status Discord server license


A multiplayer modification for a steam version of Mafia II.
Built with love using librg • Brought to you by @inlife, @tyldar and contributors

Description

This is a core repository of "Mafia 2 Online" multiplayer modification for Mafia II.

Mafia 2 Online is an open-source project, which is under active development. It is not yet ready to be used by players.

We invite each and everyone to contribute, to add issues regarding bags/ideas/propositions and to share this repo with everyone who could potentially be interested in such development process.

To run the binaries you are required to have a steam version of the game installed in your steam library.

Features

Prerequisites

Structure

Building

  1. Install cmake
windows: https://cmake.org/files/v3.9/cmake-3.9.0-win64-x64.msi (**Make sure to add to path**)
linux: using your package manager
macos: brew install cmake
  1. Clone
$ git clone https://github.com/mafia2online/m2o-reborn.git
  1. Generate project
$ generate.sh.bat
  1. Open the solution (Windows)
build/m2o-reborn.sln
  1. Build the stuff (*nix)
$ cd build && make -j4

Contributors

The list of contributors goes there (do not hesitate adding yourself):

License

Project is licensed under Apache 2.0 license. You can check it out there.