README.md

August 6, 2025 ยท View on GitHub

Legend Eternal โ€“ Remake of Shanda Games' (now Shengqu Games) 2016 *Legend Eternal*

AccountServer Build GameServer Build Launcher Build

Help us to continue maintaining the project

Donate with paypal

If you have problems donating, try this other option:

http://paypal.me/armifer

Info

Originally, these sources were published on LOMCN in the following post: https://www.lomcn.org/forum/threads/legend-of-mir-3d-emu-source-code.108580/

In this repository, we have done a refactoring, translation and correction work from the mentioned source.

๐Ÿš€ Getting Started

๐Ÿ–ฅ๏ธ Client & Launcher Setup

  1. Download a compatible client:

    โœ… Latest supported version: v1.72 - 191186

  2. Copy the compiled launcher binaries into the client root folder.

  3. Edit the ServerCfg.txt file in the launcher:

  • If it is locally: 127.0.0.1:7000
  • If it is WAN: <public_ip>:7000

๐Ÿ” Account Server Setup

Create a file in the root of the Account Server directory named Server.txt.

Example configurations:

Localhost
127.0.0.1,8701/ServerName 
Public/WAN
88.888.888.88,8701/ServerName 

๐ŸŽฎ Game Server Setup

  • Copy a valid system database into the Database/System folder.
  • No further configuration is required for local use.
  • For internet hosting, forward the following ports on your router:
    • 7000
    • 8701

๐ŸŒ Network Communication Diagram

Mir Network


Official Resources

LOMCN Community


๐Ÿ™ Special Thanks


Other Projects