Skip to content

Old version of MSCMP containing coop style gameplay. No longer supported.

License

Notifications You must be signed in to change notification settings

MSCMP/MSCMP-OLD

Repository files navigation

My Summer Car Multiplayer Mod - unsupported version

WARNING! This source code is no longer supported.

How to work on the mod?

1. Clone repository.

First of all you have to clone repository.

  1. Install GIT client (for example: https://git-scm.com)
  2. Go to the folder where you want to download mod source code, click right mouse button and start Git Bash.
  3. Type git clone https://github.com/MSCMP/MSCMP.git
  4. Repository will now be cloned to your disk.

2. Setup workspace.

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.

3. Launch Visual Studio 2019 solution.

Launch the mod solution placed in src folder.

4. Generate network messages.

First of all compile and run MSCMPMessages app. It will generate network messages file network code requires to compile.

5. Build rest of the projects.

Build MSCMP, MSCMPInjector and MSCMPClient projects.

6. Prepare mutliplayer data asset bundle.

  1. Download Unity 5.0.0f4 that is used by the mod files. You can find binaries here.
  2. Open Unity and load the project that can be found in the unity folder in the top level folder of the repository.
  3. From the unity menu bar select MSCMP > Build Asset Bundles.
  4. Done!

7. Play & develop!

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)

License

For the project license check LICENSE file.

Using

  • pdb2mdb is licensed under the Microsoft Public License (Ms-PL).
  • Mono.Cecil is licensed under the MIT/X11.

About

Old version of MSCMP containing coop style gameplay. No longer supported.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages