Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 394 Bytes

m2o-node

Mafia 2 Online Node.js server-side scripting backend implementation using NAPI. Plugin can be built only in release mode at the moment.

Environment

Contains compiled, slightly modified nodejs binaries for all 3 main platforms. [email protected].

Building

$ mkdir build && cd build
$ cmake ..
$ cmake --build .

Credits

Special thanks @gamelaster for the help!