本文由 资源共享网 – ziyuan 发布,转载请注明出处,如有问题请联系我们![免费]LegendOfMir2_Server (《传奇世界2》服务器端源码)
开发语言: C++
数据库 : mysql
资源语言: 中文
1. AdminCmd\Debug\:这部分服务器的管理员命令模块,用于游戏维护和调试。Debug目录通常包含调试版本的二进制文件和其他辅助调试工具。
2. LegendOfMir2_Server.dsw:这是一个Visual Studio的工作空间文件,用于管理项目源代码、构建设置和依赖关系。开发人员使用这个文件在IDE中打开和构建项目。
3. LegendOfMir2_Server.ncb:这是Visual Studio的非编译类浏览器文件,存储了关于项目中类的信息,帮助开发者快速导航和理解代码结构。
4. LegendOfMir2_Server.opt:这是一个项目选项文件,存储了开发者自定义的编译和链接选项。
5. LegendOfMir2_Server.positions:是保存了开发环境窗口位置的文件,以便于开发者恢复他们的工作环境布局。
6. GameGate:游戏网关,是连接客户端和服务器之间的桥梁,处理网络通信,包括数据包的转发和加密。
7. AdminCmd:与前面提到的AdminCmd\Debug\类似,这部分可能包含了服务器的管理命令实现。
8. Def:定义文件,包含了游戏中的各种常量、结构体和枚举定义。
9. LoginGate:登录网关,处理玩家的登录请求,验证账户信息,并将玩家连接到合适的服务器。
10. VirtualClient:虚拟客户端,可能是服务器端模拟客户端行为的部分,用于测试或者模拟玩家操作。
│ LegendOfMir2_Server.dsw
│ LegendOfMir2_Server.ncb
│ LegendOfMir2_Server.opt
│ LegendOfMir2_Server.positions
│
├─AdminCmd
│ │ AdminCmd.aps
│ │ AdminCmd.cpp
│ │ AdminCmd.dsp
│ │ AdminCmd.plg
│ │ AdminCmd.rc
│ │ ReadMe.txt
│ │ resource.h
│ │ resource.h.bak
│ │ StdAfx.cpp
│ │ StdAfx.h
│ │
│ └─Debug
├─DBSvr
│ │ ConfigDlgFunc.cpp
│ │ DBSvr.aps
│ │ DBSvr.cpp
│ │ DBSvr.dsp
│ │ DBSvr.dsw
│ │ DBSvr.h
│ │ DBSvr.ncb
│ │ DBSvr.opt
│ │ DBSvr.plg
│ │ DBSvr.rc
│ │ GameGateSockMsg.cpp
│ │ GateCommSockMsg.cpp
│ │ GateInfo.cpp
│ │ GlobalUserList.cpp
│ │ GlobalUserList.h
│ │ MainWndProc.cpp
│ │ ProcessDBMsg.cpp
│ │ ProcessDBMsg.h
│ │ ProcessGateMsg.cpp
│ │ ProcessServerMsg.cpp
│ │ ReadMe.txt
│ │ resource.h
│ │ ServerCommSockMsg.cpp
│ │ StdAfx.cpp
│ │ StdAfx.h
│ │ TableList.cpp
│ │ TableList.h
│ │
│ └─Res
│ MIR2.ICO
│ TOOLBAR.BMP
│
├─Def
│ │ dbmgr.cpp
│ │ dbmgr.h
│ │ DynamicArray.cpp
│ │ DynamicArray.h
│ │ EnDecode.cpp
│ │ EnDecode.h
│ │ List.cpp
│ │ List.h
│ │ Misc.cpp
│ │ Misc.h
│ │ Protocol.h
│ │ Queue.cpp
│ │ Queue.h
│ │ RegstryHandler.cpp
│ │ ServerSockHandler.cpp
│ │ ServerSockHandler.h
│ │ StaticArray.h
│ │ TableColumn.h
│ │
│ └─_OrzEx
│ bstree.h
│ database.cpp
│ database.h
│ datatype.h
│ error.cpp
│ error.h
│ fsa.h
│ indexmap.h
│ list.h
│ map.h
│ pqueue.h
│ prime.cpp
│ prime.h
│ queue.h
│ stack.h
│ streambf.h
│ stringex.cpp
│ stringex.h
│ syncobj.cpp
│ syncobj.h
│ util.cpp
│ util.h
│
├─GameGate
│ │ Abusive.cpp
│ │ Abusive.h
│ │ ClientSockMsg.cpp
│ │ ConfigDlgFunc.cpp
│ │ GameGate.aps
│ │ GameGate.cpp
│ │ GameGate.dsp
│ │ GameGate.dsw
│ │ GameGate.h
│ │ GameGate.ncb
│ │ GameGate.opt
│ │ GameGate.plg
│ │ GameGate.rc
│ │ MainWndProc.cpp
│ │ ReadMe.txt
│ │ RESOURCE.H
│ │ ServerSockMsg.cpp
│ │ StdAfx.cpp
│ │ StdAfx.h
│ │ ThreadFuncForComm.cpp
│ │ ThreadFuncForMsg.cpp
│ │ ThreadFuncForMsg.cpp.bak
│ │
│ └─RES
│ MIR2.ICO
│ TOOLBAR.BMP
│
├─GameSvr
│ │ capture.txt
│ │ ConfigDlgFunc.cpp
│ │ DataHandler.h
│ │ FrontEngine.h
│ │ GameSvr.aps
│ │ GameSvr.cpp
│ │ GameSvr.dsp
│ │ GameSvr.dsw
│ │ GameSvr.h
│ │ GameSvr.plg
│ │ GameSvr.positions
│ │ GameSvr.rc
│ │ GateInfo.cpp
│ │ Global.cpp
│ │ Global.h
│ │ Handler_CommonDB.cpp
│ │ Handler_Item.cpp
│ │ Handler_Magic.cpp
│ │ Handler_Map.cpp
│ │ ItemHandler.h
│ │ MagicHandler.h
│ │ MainWndProc.cpp
│ │ ObjectEngine.cpp
│ │ ObjectEngine.h
│ │ ObjectEvent.cpp
│ │ ObjectEvent.h
│ │ ObjectMerchant.cpp
│ │ ObjectMonster.cpp
│ │ ObjectMonster.h
│ │ ObjectNPC.cpp
│ │ ObjectNPC.h
│ │ ObjectPlayer.cpp
│ │ ObjectPlayer.h
│ │ ObjectPlayerAdmin.cpp
│ │ ObjectPlayerAdminSaid.cpp
│ │ ObjectPlayerClone.cpp
│ │ ObjectPlayerClone.h
│ │ ObjectPlayerSaid.cpp
│ │ ObjectScripter.cpp
│ │ ObjectScripter.h
│ │ ProcessEvents.cpp
│ │ ProcessLogin.cpp
│ │ ProcessMerchants.cpp
│ │ ProcessMonster.cpp
│ │ ProcessNPC.cpp
│ │ ProcessUserHuman.cpp
│ │ ProcessUserMsg.cpp
│ │ ReadMe.txt
│ │ resource.h
│ │ SockMsg_DBSrv.cpp
│ │ SockMsg_GateComm.cpp
│ │ SockMsg_LogSvr.cpp
│ │ StdAfx.cpp
│ │ StdAfx.h
│ │ Tables.h
│ │ ThreadFuncForComm.cpp
│ │ UserInfo.cpp
│ │
│ └─Res
│ MIR2.ICO
│ toolbar.bmp
│
├─LoginGate
│ │ ClientSockMsg.cpp
│ │ ConfigDlgFunc.cpp
│ │ IOCPFunc.cpp
│ │ IOCPFunc.h
│ │ LoginGate.aps
│ │ LoginGate.cpp
│ │ LoginGate.dsp
│ │ LoginGate.dsw
│ │ LoginGate.h
│ │ LoginGate.ncb
│ │ LoginGate.opt
│ │ LoginGate.plg
│ │ LoginGate.rc
│ │ MainWndProc.cpp
│ │ ReadMe.txt
│ │ RESOURCE.H
│ │ ServerSockMsg.cpp
│ │ StdAfx.cpp
│ │ StdAfx.h
│ │ ThreadFuncForComm.cpp
│ │ ThreadFuncForMsg.cpp
│ │
│ └─Res
│ CONNECT.ICO
│ ICON1.ICO
│ MIR2.ICO
│ TOOLBAR.BMP
│
├─LoginSvr
│ │ AddSvrListFunc.cpp
│ │ ConfigDlgFunc.cpp
│ │ GateCommSockMsg.cpp
│ │ GateInfo.cpp
│ │ LoginSvr.aps
│ │ LoginSvr.cpp
│ │ LoginSvr.dsp
│ │ LoginSvr.dsw
│ │ LoginSvr.h
│ │ LoginSvr.ncb
│ │ LoginSvr.opt
│ │ LoginSvr.plg
│ │ LoginSvr.rc
│ │ MainWndProc.cpp
│ │ ReadMe.txt
│ │ resource.h
│ │ ServerListProc.cpp
│ │ StdAfx.cpp
│ │ StdAfx.h
│ │ ThreadFuncForMsg.cpp
│ │
│ └─Res
│ MIR2.ICO
│ toolbar.bmp
│
├─ManConsole
│ │ ConsoleSocket.cpp
│ │ ConsoleSocket.h
│ │ ManConsole.aps
│ │ ManConsole.clw
│ │ ManConsole.cpp
│ │ ManConsole.dsp
│ │ ManConsole.dsw
│ │ ManConsole.h
│ │ ManConsole.ncb
│ │ ManConsole.opt
│ │ ManConsole.plg
│ │ ManConsole.rc
│ │ ManConsoleDlg.cpp
│ │ ManConsoleDlg.h
│ │ ReadMe.txt
│ │ resource.h
│ │ StdAfx.cpp
│ │ StdAfx.h
│ │
│ └─res
│ ManConsole.ico
│ ManConsole.rc2
│
├─SelGate
│ │ ClientSockMsg.cpp
│ │ ConfigDlgFunc.cpp
│ │ IOCPFunc.cpp
│ │ IOCPFunc.h
│ │ LoginGate.cpp
│ │ MainWndProc.cpp
│ │ ReadMe.txt
│ │ RESOURCE.H
│ │ SelGate.aps
│ │ SelGate.cpp
│ │ SelGate.dsp
│ │ SelGate.dsw
│ │ SelGate.h
│ │ SelGate.ncb
│ │ SelGate.opt
│ │ SelGate.plg
│ │ SelGate.rc
│ │ ServerSockMsg.cpp
│ │ StdAfx.cpp
│ │ StdAfx.h
│ │ ThreadFuncForComm.cpp
│ │ ThreadFuncForMsg.cpp
│ │
│ └─Res
│ MIR2.ICO
│ TOOLBAR.BMP
│
├─SQL_Scripts
│ create_db.sql
│ create_tbl.sql
│ create_tbl_account.sql
│ create_tbl_accountadd.sql
│ create_tbl_character.sql
│ create_tbl_character.sql.bak
│ create_tbl_character_item.sql
│ create_tbl_character_magic.sql
│ create_tbl_guard.sql
│ create_tbl_horse.sql
│ create_tbl_magic.sql
│ create_tbl_mapinfo.sql
│ create_tbl_merchant.sql
│ create_tbl_mongen.sql
│ create_tbl_monster.sql
│ create_tbl_movemapevnt.sql
│ create_tbl_npc.sql
│ create_tbl_serverinfo.sql
│ create_tbl_startpnt.sql
│ create_tbl_stditem.sql
│ create_tbl_stditemarmor.sql
│ create_tbl_stditemweapon.sql
│ create_tbl_stditem_Accessory.sql
│ create_tbl_stditem_etc.sql
│ create_tbl_useritem.sql
│ create_usr.sql
│
├─Tools
│ EncodeSize.cpp
│ EncodeSize.cpp.bak
│ encodesize.exe
│ encodesize.obj
│ test_encode.cpp
│ test_encode.cpp.bak
│ test_encode.exe
│ test_encode.obj
│
└─VirtualClient
DlgFunc.cpp
InitClient.cpp
InitClient.h
ReadMe.txt
RESOURCE.H
StdAfx.cpp
StdAfx.h
VirtualClient.aps
VirtualClient.cpp
VirtualClient.dsp
VirtualClient.dsw
VirtualClient.ncb
VirtualClient.opt
VirtualClient.plg
VirtualClient.positions
VirtualClient.rc
与《[免费]LegendOfMir2_Server (《传奇世界2》服务器端源码)》相关的《完整源码》
看图猜成语小程序源码(原生前端+后端python)
后端为python源码;前端为原生微信小程序源码附:1、程序配置说明2、看图猜成语程序使用说明
30 68826 0
游戏论坛小偷程序 1.0
游戏论坛小偷程序 1.0:Config.asp 辑相关内容就可以直径使用了OOT.JS 是统计代码 要是大家觉得好我就在出个可以放广告的
3 162473 0
720全景云系统,小程序+带PC端+搭建教程
安装说明系统安装要求:云服务器或者独立服务器,windows或者linux系统推荐linux系统,php5.3+mysql5.5以上环境。存储环境需要七牛或者阿里云oos。此外网站如果需要第三方登陆环境和评论接口还需要认证的公众号和第三方登陆认证接口。本系统不同于那种利用phpstudy安装的那种全景通系统,本系统建议linux下nginx环境对于系统安全性稳定性才是最最关键的。1 新建空数据库(...
20 162654 0
网页游戏[远古封印符咒]网络版一键起动服务器端+角色统计数据改动实例教程+进手机游戏方式等
[gallery size="medium" ids="1000,1001,1002,1003,1004,1005"][rihide]网页游戏[远古封印符咒]网络版一键起动服务器端+角色统计数据改动实例教程+进手机游戏方式等 资源说明: 1、本资源为上古封印网页游戏一键启动服务端,解决卡读条问题。 2、资源默认单机架设,请按详细教程步骤操作进入游戏。 启动教程: 1、解压资源包,将“SGFY...
1 162763 0
传奇单职业手游游戏[斩神传]一键起动服务器端+配套设施手机客户端+起动实例教程+GM后台管理系统
[gallery size="medium" ids="969,970,971,972,973,974"]传奇单职业手游游戏[斩神传]一键起动服务器端+配套设施手机客户端+起动实例教程+GM后台管理系统 资源说明:1、本资源架设类似绝地屠龙一键端2、资源默认IP为192.168.1.14,本地网络为1网段用户直接将本机IP修改为此IP后,按照教程启动游戏即可。同时支持手机WIFI局域网登录。3、本...
1 162400 0
网页游戏[天之刃]最新消息修补版虚拟机镜像系统一键起动服务器端+修补卡读条+后台管理系统+金币改动
[gallery size="medium" ids="1009,1010,1011"]网页游戏[天之刃]最新消息修补版虚拟机镜像系统一键起动服务器端+修补卡读条+后台管理系统+金币改动 资源说明:1、本资源已修复进入游戏无限卡读条5%问题。(有效日期截止:2025年12月31日。)2、本资源为虚拟机镜像一键启动服务端。服务端镜像默认IP为192.168.200.03、资源架设需使用NAT模式,...
1 162276 0
HTML5 3D反恐英雄游戏源码下载
HTML5 3D反恐英雄游戏源码下载,上传即玩,不需要数据库
2 163106 0
《保护警察》小游戏源码
一、源码特点 1、用C#写的一个小游戏,游戏中动态申请picturebox作为图片载体做无规则运动二、功能介绍 本源码是一个保护警察的小游戏,玩家通过鼠标点击消灭图片,保护警察,但是一打中了警察,你就会被捕呦~ 游戏中有不同种类的图片,点击有不同的效果,同时有关卡记录和音效 三、菜单功能 1、游戏首界面有炫酷背景图片,附带游戏说明,还有两个按钮[Go]进入游戏,[Exit...
4 164068 0
H5游戏源码镇魂街(php后台源码)
搭建教程:1、把“LLserver” 复制到D盘。2、如查己安装java,顺序执行[1].启动phpstudy[2].启动center[3].启动1区[4].启动2区如果没有安装java,进入“环境” 目录,运行“设置java环境变量.bat”如果提示“缺少运行库”,运行“微软常用运行库合集 64位.exe” 安装运行库注:这是本地调试的教程,在服务器上(window/linux)自己研究。
5 139894 0
![点击放大 [免费]LegendOfMir2_Server (《传奇世界2》服务器端源码)](https://www.08i8.com/uploadfile/autoimg/202603/14/6557528268194353157.jpg)

