8000 GitHub - ooocici/OpenMir2: Legend of Mir 2 game server, online and multiplayer interaction.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from mirbeta/OpenMir2

Legend of Mir 2 game server, online and multiplayer interaction.

License

Notifications You must be signed in to change notification settings

ooocici/OpenMir2

 
 

Repository files navigation

EN | 中文

Legend of Mir 2 game server, support online and multiplayer interaction.

This project refers to the network Delphi code, which can be used with the original 1.76 source code of Legend of Blood for game experience. If you have any questions or problems, please submit Issues.

How to use

Client

(https://github.com/mirbeta/MirClient) Here,Use Delphi XE 10.4.

Server

(https://github.com/mirbeta/MirServer) Here,Basic File.

Startup sequence and project description.

  1. DBSvr (database service, responsible for data storage).
  2. LoginSvr (account login service, responsible for account registration, login, server selection, etc.).
  3. GameSvr (game data engine, responsible for game data processing interaction, spell casting, walking, etc.).
  4. GameGate (game gateway, responsible for sending player data to the game engine, the data interacted by players are all in this service and then forwarded to the data engine for processing).
  5. SelGate (character gateway, responsible for player query, new creation, deletion, etc., and finally processed by DBSvr, the service will not be able to obtain character data after the client logs in if the service is not activated).
  6. LoginGate (login gateway, responsible for forwarding the login data to LoginSvr for processing, the service does not start the client and cannot connect to the game).

Images

About

Legend of Mir 2 game server, online and multiplayer interaction.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.5%
  • PLpgSQL 15.5%
0