SkillAgentSearch skills...

Mir4

Mir 4 - Official Public Topaz Source

Install / Use

/learn @JevLOMCN/Mir4
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align="center"> Mir 4 - Official Public Topaz Source </h2> <h3 align="center">

Latest Release License: GPL v2 Build MySQL C++ Discord

</h3> <h2 align="center"> Topaz Mir 4 is an open-source implementation of the official Legend of Mir 4 server code that empowers community organizers, modders, and hobbyists to spin up their own private Mir 4 server in minutes. <br><br> Built directly from the official sources for maximum compatibility, using MySQL for data storage and JSON files for server configuration, with simple setup scripts and detailed guides/wikis. <br><br> Its friendly architecture lets you tweak rates, items, stats, and more, while an active LOMCN community provides a hub for sharing setups, reporting bugs, and collaborating on new features. <br><br> No NFTs. No crypto. Just a clean, moddable Mir 4 experience built by and for the community. <br><br> Dive in to explore, customize, and host your personalized Legend of Mir 4 experience today! </h2>

[!IMPORTANT]
Server Source is NOT available at this time. Please stand by for us to Open Source it.

[!WARNING]
Anyone claiming to have the Mir 4 Source code is trying to scam you! Never buy files.


📘 Table of Contents

  1. Legend of Mir 4 – Official Public Topaz Source
  2. Important & Warning
  3. Previews
  4. 📦 Codebase Composition
  5. Folder Structure
  6. 🧩 Multi-Server Setup Examples
  7. Quick Links
  8. Dependencies
  9. Compatibility
  10. To Do
  11. Dev Team
  12. Contributors
  13. Other Projects
  14. Sponsored By
  15. Stop Killing Games
  16. Disclaimer

👀 Previews

<details> <summary><b>Server Console Preview</b></summary>

image

</details> <details> <summary><b>Client Launcher Preview</b></summary>

image

</details> <details> <summary><b>Website Preview</b></summary>

image

</details> <details> <summary><b>Network Diagram</b></summary>

image

</details>

📦 Codebase Composition

| Code Origin | Lines of Code | Percentage | |-------------|---------------|------------| | WEMADE | 308,737 | 3.46% | | Topaz | 8,926,627 | 96.54% |

This shows how much of the original Wemade code remains unchanged compared to the substantial updates, additions, and improvements made by the Topaz team. Binaries, metadata, and configuration files are not included in these figures.


📂 Folder Structure

  • Tools
    A collection of useful MIR4 tools, ranging from premade websites to client editors.
  • mir4-client-launcher
    An optional client launcher, designed to look and feel like the official MIR4 launcher.
  • mir4-db-sps
    Complete MIR4 server database exports, including all schemas and stored procedures.
  • mir4-server-console
    An optional server launcher with quick-edit tools for live tweaking.
  • mir4-server-jsons
    Full set of MIR4 server JSON configuration files.

🖥️ Multi-Server Setup Examples

| Scenario # | Front Server | Chatting Server | World Server(s) | Game Server(s) | MySQL | Couchbase | Memurai | Character Data Shared? | Chat Shared? | Login Shared? | Notes | |------------|--------------|------------------|------------------|----------------|----------|-----------|----------|-------------------------|--------------|----------------|---------------------------------------------| | 1 | Single | Single | Single | Single | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Basic Single Server Setup | | 2 | Single | Single | Multiple | Single | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Shared characters across all worlds | | 3 | Single | Single | Multiple | Multiple | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Shared account + characters, separate game servers | | 4 | Single | Single | Multiple | Multiple | Multiple | ✔️ | ✔️ | ❌ | ✔️ | ✔️ | Characters unique per MySQL, same login | | 5 | Multiple | Single | Multiple | Multiple | Multiple | ✔️ | ✔️ | ❌ | ✔️ | ❌ | Fully separate account/char servers, shared chat | | 6 | Single | Multiple | Multiple | Multiple | Single | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | Same char/login, but isolated chats | | 7 | Multiple | Multiple | Multiple | Multiple | Multiple | ✔️ | ✔️ | ❌ | ❌ | ❌ | Completely isolated servers |


🔗 Quick Links

Official Resources

LOMCN Community

Downloads

Latest Release


Dependencies

| Component | Supported OS | Required Packages & Links | |------------------------|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Server (Windows) | Windows 10+<br>Windows Server 2016+ | - MySQL Community 8.0.42 <br>- Couchbase Community 7.2 <br>- Memurai <br>- Windows Terminal <br>- Microsoft Visual C++ Redistributable | | Server (Linux) | Ubuntu 18.04+ / CentOS 7+ | - MySQL Community 8.0.42 <br>- Couchbase Community 7.2 <br>- Memurai | | Client (Windows) | Windows 8.1 / 10 / 11 | - [DirectX Runtime](https://www.microsoft.com/en-us/download/details.as

View on GitHub
GitHub Stars220
CategoryDevelopment
Updated22h ago
Forks108

Languages

C++

Security Score

100/100

Audited on Mar 24, 2026

No findings