Skip to content

CorvaeOboro/MHServerEmu

 
 

Repository files navigation

MHServerEmu

MHServerEmu is a server emulator for Marvel Heroes.

| DOWNLOAD | VIEW MOD WEBSITE |

MODS

Server Mods

  • Loot Filter - Per-player rarity filtering for unwanted drops for additional item types (ring, medal, insignia, team-up, catalyst, etc.). Set globally or per-hero via commands.
  • Loot Filter
  • Item Auto-Pickup - Automatically picks up currency, crafting ingredients, relics, and runes from the ground.
  • Item Auto-Pickup
  • Orb Pickup Radius - Widens the auto-magnet range for XP, credits, health, and endurance orbs .
  • Orb Pickup Radius
  • Chest Auto-Open - Automatically opens chests, crates, and gift boxes sitting in your inventory.
  • Throwable Disable - Prevents the animation lock from picking up and throwing environment props.
  • Interact Nearby Auto - Auto-clicks mission objectives, civilians, and eligible interactables when in range.
  • Interact Nearby Auto
  • DangerRoom Combine - Server command to combine pairs of Danger Room scenario portals into higher-tier ones.
  • DangerRoom Combine
  • Incursion - Spawns hostile Hero Variant invaders that hunt players in combat regions.
  • Incursion

Client Mods

MODDED INSTALL

  • backup any existing MHServerEmu and accounts .db

  • build the server using Build.bat

  • for increased Orb pickup radius = copy the patch into the built serveremu ( MHServerEmu\bin\x64\Release\net8.0\Data\Game\Patches )

  • to remove the "Power Not Ready" message = copy the .string file in the /client folder to your game installation folder ( C:\Steam\steamapps\common\Marvel Heroes\Data\Game\Loco\eng.all)

  • adjust the settings in the config.ini of server to you preference defaults are all enabled

  • start server

  • commands in game : !filter list , for example show only cosmic+ rings = !filter set ring epic

MODDED NOTES

the modded features are implmented primarily with singleplayer self-hosted server in mind , it has not been optimized or hardened for multiplayer and so it may be cheatable dupeable or cause lag

MHServerEmu ORIGINAL README BEGINS //==============================

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.

About

Server emulator for Marvel Heroes -modded

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages

  • C# 99.8%
  • Other 0.2%