No description
Find a file
2023-11-23 18:59:31 +03:00
assets Update Apache setup instructions 2023-11-10 18:02:58 +03:00
dep Fix SQLite interop for Linux 2023-10-03 01:55:48 +03:00
docs Specify underlying types for data record enums 2023-11-23 18:59:31 +03:00
proto Add .proto schemas for version 1.10.0.69 2023-10-17 18:55:34 +03:00
src Specify underlying types for data record enums 2023-11-23 18:59:31 +03:00
.gitignore Initial commit 2023-07-16 04:48:17 +03:00
CREDITS.md Port networking implementation from mooege 2023-09-05 11:08:03 +03:00
LICENSE Initial commit 2023-07-16 04:48:17 +03:00
MHServerEmu.sln Implement loading and saving data to a SQLite database 2023-10-02 04:06:33 +03:00
README.md Fix docs links 2023-11-19 05:50:36 +03:00

MHServerEmu

MHServerEmu is an experimental server emulator for Marvel Heroes.

The only currently supported version of the game client is 1.52.0.1700 (also known as 2.16a).

You can find additional information on various topics in our documentation.

If you would like 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. Currently it features:

  • Network protocol implementation.

  • Exploration of all hubs, as well as a number of combat zones.

  • Hero and costume selection.

  • Rudimentary implementation of hero powers.

  • Basic multiplayer functionality: handling multiple clients, remote connections, chat.

Setup

See Initial Setup 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.