本文由 资源共享网 – 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》服务器端源码)》相关的《完整源码》
游戏论坛小偷程序 1.0
游戏论坛小偷程序 1.0:Config.asp 辑相关内容就可以直径使用了OOT.JS 是统计代码 要是大家觉得好我就在出个可以放广告的
3 162083 0
720全景云系统,小程序+带PC端+搭建教程
安装说明系统安装要求:云服务器或者独立服务器,windows或者linux系统推荐linux系统,php5.3+mysql5.5以上环境。存储环境需要七牛或者阿里云oos。此外网站如果需要第三方登陆环境和评论接口还需要认证的公众号和第三方登陆认证接口。本系统不同于那种利用phpstudy安装的那种全景通系统,本系统建议linux下nginx环境对于系统安全性稳定性才是最最关键的。1 新建空数据库(...
20 162182 0
看图猜成语小程序源码(原生前端+后端python)
后端为python源码;前端为原生微信小程序源码附:1、程序配置说明2、看图猜成语程序使用说明
30 68409 0
网页游戏[天之刃]最新消息修补版虚拟机镜像系统一键起动服务器端+修补卡读条+后台管理系统+金币改动
[gallery size="medium" ids="1009,1010,1011"]网页游戏[天之刃]最新消息修补版虚拟机镜像系统一键起动服务器端+修补卡读条+后台管理系统+金币改动 资源说明:1、本资源已修复进入游戏无限卡读条5%问题。(有效日期截止:2025年12月31日。)2、本资源为虚拟机镜像一键启动服务端。服务端镜像默认IP为192.168.200.03、资源架设需使用NAT模式,...
1 161849 0
UI换皮H5手游游戏[放开那三国]虚拟机镜像系统一键起动服务器端+免费在线GM后台管理及受权后台管理
[gallery size="full" ids="1792,1793,1794"] UI换皮H5手游游戏[放开那三国]虚拟机镜像系统一键起动服务器端+免费在线GM后台管理及受权后台管理 资源说明:1、本资源为换皮版H5手游“放开那三国”。2、资源架设为虚拟机镜像一键启动服务端,虚拟机默认IP为192.168.200.129,网络模式为NAT模式。3、资源架设需使用VMware 15 版本虚拟机4...
1 162202 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 161974 0
【精灵大作战】赛尔号2019服务端源码一键即可进入游戏带GM后台管理[附详细教程]
[gallery link="file" size="full" ids="8483,8482,8481"]【精灵大作战】赛尔号2019服务端源码一键即可进入游戏带GM后台管理[附详细教程]
1 161968 0
29个小游戏源码(Python)
python游戏1\python2048项目小游戏源码免费下载.rarpython游戏1\python21点小游戏源码免费下载.rarpython游戏1\python吃豆豆小游戏源码免费下载.rarpython游戏1\python忍者奔跑小游戏源代码免费下载.rarpython游戏1\Python扫雷小游戏源代码免费下载.zippython游戏1\Python笨鸟先飞小游戏源码免费下载.rarpy...
20 122727 0
坦克大战游戏源码
一、源码特点 采用winform进行开发,实现了坦克大战的游戏功能,非常简单,欢迎下载二、功能介绍 本源码是一个坦克大战游戏源码,运行后,用键盘进行操作,击败对方坦克会随机出现武器加成道具,其他道具等三、菜单功能 1、运行后,有几即刻开始 2、用键盘:W、S、A、D来控制坦克的上、下、左、右移动,K或者空格键是发射导弹 3、打中对方坦克,可以随机产生奖励道具:武器加成...
2 162741 0
![点击放大 [免费]LegendOfMir2_Server (《传奇世界2》服务器端源码)](https://www.08i8.com/uploadfile/autoimg/202603/14/6557528268194353157.jpg)

