搭建热血传奇

是兄弟就来砍我!

主要网址:

视频步骤:https://www.bilibili.com/video/BV13X14YHERd

下载对应的文件

下载源码:

download source code

下载稳定发布:

download stable release

download stable release

下载数据文件:

download database

download database

下载黑屏问题解决方案:

download black screen issues

全部解压

unzip all

编译环境配置

下载 Visual Studio

https://visualstudio.microsoft.com/zh-hans/

配置 Visual Studio 2022,用以编译源码

配置 C# 依赖

打开 Visual Studio Installer

vs installer

确保版本为最新版,看官方 Wiki,Visual Studio >= 17.8.3。否则没有.NET 8.0 Runtime

确保 ASP.NET and web development 和.NET desktop development 安装

Workloads 配置

vs workloads

Individual components 配置

vs components

构建

构建问题

打开 sln 项目

open sln

开始构建

start build

报错:

build error

找到对应文件,Unblock 即可

unblock resource

重新构建

build success

配置服务

将编译文件移动到稳定发布

move server build file

将数据文件移动到稳定发布

move database

启动服务

server start

配置客户端

将编译文件移动到稳定发布

mvoe client build file

打开 Client.exe 进行初始化

发现错误,因为墙的原因。。

Could not get Patch Information

检查配置文件

setting mir2test.ini

在浏览器中打开

url blocked

使用一点魔法进行下载,注意确保 Windows 安全选项关闭,否则会白白下载

patch download

手动下载并解压

unzip patch

需要解决的问题

版本不符合,无法登陆

game wrong version

解决方法,进入配置,取消版本检查

server setting

Check for client version

角色禁止登入游戏世界

game is currently disabled

解决方法,进入配置,取消禁止登陆

server setting

Allow Characters to Login to Game World

成功进入

game go


comment: