剑灵服务端源码(c#版本+数据库+配套客户端+服务端)

剑灵服务端源码,喜欢的下载研究研究。谁技术牛B的话,能把最新版本的客户端接上,就好了。

剑灵服务端源码(c#版本+数据库+配套客户端+服务端)
下载地址:
通过网盘分享的文件:【源码】剑灵服务端源码(c#版本+数据库+配套客户端+服务端)
链接: https://pan.baidu.com/s/1TNxQeHbAB3Xhm8l5iGuESA?pwd=42u4
提取码: 42u4
--来自百度网盘超级会员v4的分享

复制代码
剑灵服务端源码(c#版本+数据库+配套客户端+服务端)
├─ bns_client
│    └─ BnS_CBT2
│           ├─ bin
│           ├─ contents
│           ├─ fileInfo_BNSCBT2.dat
│           ├─ start.bat
│           └─ versionInfo_BNSCBT2.ini
├─ bns_server
│    ├─ AccountServer.exe
│    ├─ AccountServer.vshost.exe
│    ├─ AccountServer.vshost.exe.manifest
│    ├─ BigInteger.dll
│    ├─ CharacterServer.exe
│    ├─ ChatServer.exe
│    ├─ ChatServer.vshost.exe
│    ├─ ChatServer.vshost.exe.manifest
│    ├─ Common.dll
│    ├─ Config
│    │    ├─ AccountServer.xml
│    │    ├─ CharacterServer.xml
│    │    ├─ ChatServer.xml
│    │    ├─ GameServer.xml
│    │    ├─ LobbyServer.xml
│    │    └─ LoginServer.xml
│    ├─ DB
│    │    ├─ HeightMaps
│    │    ├─ Quests
│    │    ├─ Spawns
│    │    ├─ baguaset.xml
│    │    ├─ campfires.xml
│    │    ├─ effect.xml
│    │    ├─ faction_relations.xml
│    │    ├─ item_templates.xml
│    │    ├─ level.xml
│    │    ├─ map_templates.xml
│    │    ├─ npc_templates.xml
│    │    ├─ portal_templates.xml
│    │    ├─ skill_templates.xml
│    │    ├─ store-by-item.xml
│    │    └─ store.xml
│    ├─ GameServer.exe
│    ├─ GameServer.vshost.exe
│    ├─ GameServer.vshost.exe.manifest
│    ├─ LobbyServer.exe
│    ├─ Log
│    │    └─ 2024-09-12
│    ├─ LoginServer.exe
│    ├─ MySql.Data.dll
│    ├─ NLog.config
│    ├─ NLog.dll
│    ├─ NLog.xml
│    ├─ PhotoShop.dll
│    ├─ Readme.txt
│    ├─ Scripts
│    │    └─ Maps
│    ├─ SmartEngine.Core.XML
│    ├─ SmartEngine.Core.dll
│    ├─ SmartEngine.Network.XML
│    ├─ SmartEngine.Network.dll
│    └─ 一键BAT启动.bat
├─ bns_source
│    ├─ DB
│    │    └─ bnsclean.sql
│    └─ Source
│           ├─ AccountServer
│           ├─ Binary XMLs
│           ├─ BruteForce
│           ├─ CharacterServer
│           ├─ ChatServer
│           ├─ ClientHack
│           ├─ Common
│           ├─ ConfigFiles
│           ├─ DB
│           ├─ Dependencies
│           ├─ GameServer
│           ├─ LaunchHelper
│           ├─ LobbyServer
│           ├─ LoginServer
│           ├─ NLog.config
│           ├─ SQLFiles
│           ├─ SagaBNS.sln
│           ├─ Scripts
│           ├─ SmartEngine.Core
│           ├─ SmartEngine.Network
│           ├─ Tools
│           ├─ Unpacker
│           ├─ WebPlattfrom
│           ├─ nProtect
│           ├─ patch_to_v114.patch
│           ├─ tableAddr.txt
│           ├─ tableAddrDumpPattern.txt
│           ├─ tableAddr_CBT2.txt
│           ├─ tableAddr_CBT2_v21.txt
│           ├─ tableAddr_CBT3.txt
│           ├─ tableAddr_OBT_v45.txt
│           ├─ tableAddr_Official_v77.txt
│           ├─ tableAddr_Official_v81.txt
│           ├─ tableAddr_Official_v82.txt
│           └─ tableColumns.txt
└─ 说明.txt
相关推荐
weixin_4368040718 小时前
黑白棋在线游戏 - 人机对战策略棋盘
游戏
我是唐青枫18 小时前
深入理解 Volatile:C#.NET 内存可见性与有序性
c#·.net
武藤一雄20 小时前
C# 关于GC垃圾回收需要注意的问题(持续更新)
后端·微软·c#·.net·.netcore
武藤一雄20 小时前
C# 关于应用程序域(AppDomain)需要注意的问题(持续更新)
后端·microsoft·微软·c#·.net·.netcore
不绝19120 小时前
C#进阶——内存
开发语言·c#
bugcome_com20 小时前
.NET 核心:Func 与 Action 委托(从入门到实战)
c#·.net
故事不长丨20 小时前
C#数组深度解析:从基础语法到实战应用
开发语言·c#·数组·array
科技快报20 小时前
惠普亮相CES 2026:发布多元创新产品,解锁未来工作与游戏新体验
游戏
张人玉20 小时前
C#WPF页面布局及其属性
开发语言·c#·wpf
郝学胜-神的一滴21 小时前
深入理解Mipmap:原理、实现与应用
c++·程序人生·unity·游戏程序·图形渲染·unreal engine