目 录CONTENT

文章目录

3D仙剑奇侠传内购修复版Linux手工服务端

酷谷的谷子
2025-01-15 / 0 评论 / 0 点赞 / 7 阅读 / 0 字
温馨提示:
部分素材来自网络,若不小心影响到您的利益,请联系我们删除。

《3D仙剑奇侠传》是一款基于经典仙剑奇侠传系列的重制游戏,采用3D引擎打造,继承了原作的经典剧情和角色,同时引入了新的玩法和系统。游戏以仙剑奇侠传的世界观为基础,讲述了盘古开天辟地、五灵珠的传说以及人类、神族和魔族之间的故事。

### 游戏特色

- 3D画面:游戏采用高质量的3D画面,重现了仙剑奇侠传的经典场景和角色,提供了沉浸式的游戏体验。

- 回合制玩法:游戏采用回合制战斗系统,玩家需要根据不同的敌人选择合适的角色和技能进行战斗。

- 角色养成:玩家可以通过升级、技能提升和装备强化等方式,增强角色的战斗能力。

- 丰富的剧情:游戏不仅还原了原作的经典剧情,还增加了新的剧情和角色,丰富了游戏的内容。

https://pan.baidu.com/share/init?surl=O3IavJR4sbhoh5pQxKIxWQ&pwd=ayiw

仙剑奇侠传移动版内购完美修复版  Linux  搭建教程
测试系统:Centos 7.6

安装宝塔:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

安装环境
Nginx 1.24
Mysql 5.5
Php 5.6
Php 7.2  (禁用函数删除:pcntl_fork)重启PHP

关闭防火墙:
systemctl stop firewalld.service
systemctl disable firewalld.service

上传服务端 xj.zip 到服务器根目录:
解压:
cd /
unzip xj.zip

给权限:
chmod -R 777 /mnt
chmod -R 777 /www/wwwroot/game

修改数据库root密码为:t9gm.com

导入数据库:
cd /mnt/xjserver/tools
./db.sh

重启nginx

修改服务端文件IP:  替换:193.112.101.67
/mnt/xjserver/conf/baselist.conf
/mnt/xjserver/conf/connectserver.conf
/mnt/web/gmt/app_gmt/AppConfig.lua
/mnt/web/gmt/app_gmt/game_servers_-1.lua
/mnt/web/gmt/app_game/GameConfig.lua
/mnt/web/gmt/app_gmt/GmtConfig.lua
/mnt/www/cfg/serverlist.dat
/mnt/www/cdn/cfg/serverlist.dat

启动服务端:
cd /mnt/xjserver/s1
./start.sh

停止服务端:
cd /mnt/xjserver/s1
./stop.sh

GM后台:
http://IP:998/gm/index

修改客户端:
安卓:替换:193.112.101.67
assets/StaticAssets/Lua/Manager/LoginMgr.lua.bytes

0
  1. 支付宝打赏

    qrcode alipay
  2. 微信打赏

    qrcode weixin

评论区