No description
Find a file
2023-07-21 01:24:18 +03:00
assets Update setup instructions 2023-07-21 01:24:18 +03:00
dep/protobuf-csharp Initial commit 2023-07-16 04:48:17 +03:00
docs Update setup instructions 2023-07-21 01:24:18 +03:00
proto Add missing .proto schemas for newer versions 2023-07-17 19:05:02 +03:00
src Add NetMessageAchievementDatabaseDump data 2023-07-20 17:27:44 +03:00
.gitignore Initial commit 2023-07-16 04:48:17 +03:00
CREDITS.md Add credits 2023-07-18 17:13:34 +03:00
LICENSE Initial commit 2023-07-16 04:48:17 +03:00
MHServerEmu.sln Initial commit 2023-07-16 04:48:17 +03:00
README.md Update docs 2023-07-18 23:38:57 +03:00

MHServerEmu

MHServerEmu is a proof of concept server emulator for Marvel Heroes.

The only currently supported version of the game client is 1.52.0.1700.

Please see Overview.md to find out how everything works.

If you want to ask questions about the server emulator or help with the development, feel free to join our Discord: https://discord.gg/hjR8Bj52t3

Features

This server emulator is currently in early stages of development.

  • Network protocol implementation.

  • Initial client-server communication implementation.

  • Loading into the game via hardcoded data.

Setup

See Setup.md for information on how to set the server up. Please note that since MHServerEmu is still in early stages in development, the process is currently not particularly user friendly.