Skip to content

Crypto137/MHServerEmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6,007 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MHServerEmu

MHServerEmu is a server emulator for Marvel Heroes.

The only currently supported version of the game client is 1.52.0.1700 (also known as 2.16a) released on September 7th, 2017.

We post development progress reports on our blog. You can find additional information on various topics in the documentation. If you would like to discuss this project and/or help with its development, feel free to join our Discord.

Download

We provide two kinds of builds: stable and nightly.

Stable Nightly
Update Frequency Quarterly Daily
Features Fewer More
Stability High Medium
Platforms Windows Windows / Linux
Configuration Pre-Configured Just the Server Files

If you are setting the server up for the first time and/or unsure which one to use, we recommend you to start with a stable build. See Initial Setup for information on how to set the server up.

You can always upgrade from stable to nightly simply by downloading the latest nightly build and overwriting your stable files.

Stable

Stable Release

Nightly

Nightly Release (Windows x64) Nightly Release (Linux x64)

FAQ

Is the game fully playable?

All systems and content that were in the game when it was shut down in 2017 have been restored.

Where can I download the game client?

We do not provide download links for the game client for legal reasons. If you have played the game through Steam when it was live, you should be able to download it in your Steam library.

How to update the server?

Download the latest stable or nightly build and overwrite your existing files. Nightly builds can be potentially unstable, so it is recommended to back up your account database file located in MHServerEmu\Data\Account.db before updating.

Are you going to support other versions of the game, like the ones from before the Biggest Update Ever (BUE) came out?

Yes, we do plan to implement support for other versions, including the final pre-BUE version (1.48) from late 2016. Currently there are no timeframes for when this is going to happen. The current work-in-progress 1.48 code is available on the v48 branch.

Some early work has also been done to support version 1.10 from mid 2013. You can find the code for it in the MHServerEmu2013 repository.

Are you going to add new content to the game (heroes, team-ups, powers, etc.)?

The scope of this project is restoring the game to its original state. We do not have any plans to create custom content. However, all of our research on the game is completely open-source, and it can be potentially used by others in such endeavors.

Are you going to make improvements to the game client (e.g. upgrade graphics)?

No, we do not touch the client side of the game in any way. This project is a recreation of only the server backend needed to run the game.

I have problems with setting the server up.

Feel free to join our Discord and ask for help in the #setup-help channel.