WARNING! This source code is no longer supported.
First of all you have to clone repository.
- Install GIT client (for example: https://git-scm.com)
- Go to the folder where you want to download mod source code, click right mouse button and start Git Bash.
- Type
git clone https://github.com/MSCMP/MSCMP.git
- Repository will now be cloned to your disk.
Before you start working on the mod make sure you properly setup your workspace. To do that run setup.bat
file it will setup everything for you.
Launch the mod solution placed in src
folder.
First of all compile and run MSCMPMessages
app. It will generate network messages file network code requires to compile.
Build MSCMP
, MSCMPInjector
and MSCMPClient
projects.
- Download Unity 5.0.0f4 that is used by the mod files. You can find binaries here.
- Open Unity and load the project that can be found in the
unity
folder in the top level folder of the repository. - From the unity menu bar select MSCMP > Build Asset Bundles.
- Done!
That's all. Now you can go to the bin\Debug
folder and launch mod via MSCMP.exe
executable. (Or bin/Release
depending which configuration you are using)
For the project license check LICENSE
file.
- pdb2mdb is licensed under the Microsoft Public License (Ms-PL).
- Mono.Cecil is licensed under the MIT/X11.