【大话西游】Linux一键搭建手工服务端+完整热更新+运营后台
【大话西游】Linux一键搭建手工服务端+完整热更新+运营后台
逍遥3教程
centos7.2 64位
安装宝塔
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
宝塔安装ngx1.14 mysql5.6 php5.6
开放所有端口1:65535 数据库root的密码设置为123456
mysql -uroot -p123456
grant all privileges on *.* to ‘root’@’%’ identified by ‘123456’;
GRANT OPTION;
FLUSH PRIVILEGES;
quit
添加网站80端口
上传逍遥西游3星辰版本服务端.zip 到根目录
cd /
unzip 逍遥西游3星辰版本服务端.zip
cd /home/rj/
cd lua-5.3.4
make linux test
chmod -R 777 /home/
chmod -R 777 /etc/redis6379.conf
chmod -R 777 /www/wwwroot/tcxy
chmod -R 777 /usr/local/mongodb/
chmod -R 777 /usr/local/bin/redis-server
服务端修改\home\nomogaserver\accountcenter\src\gamelogic\config\serverlists\serverlistxiyou_in.lua文件
宝塔数据库导入baibaoxiyou1.sql gm_x.sql
启动游戏
/usr/local/mongodb/bin/mongod –config /usr/local/mongodb/bin/mongodb.conf &
/usr/local/bin/redis-server /etc/redis6379.conf &
cd /home/nomogaserver && ./accserver.sh start
cd /home/nomogaserver && ./payserver.sh start
cd /home/nomogaserver && ./nomogaserver2.sh start
cd /home/nomogaserver && ./nomogaserver1.sh start
重启
cd /home/nomogaserver && ./nomogaserver2.sh restart
cd /home/nomogaserver && ./nomogaserver1.sh restart
如果卡维护输入以下命令
cd /home/nomogaserver/accountcenter/logicshell && /bin/sh gm.sh banlogin 0 0
cd /home/nomogaserver/nomogaserver1/logicshell && /bin/sh gm.sh banlogin 0 3 1000
查看启动端口netstat -tlnp
关闭游戏
cd /home/nomogaserver
./serverStop.sh start
客户端修改 assets\res\
codes.zip和script.zip里面的app.netMgr_new文件
明文的大家应该都有了
热更新勿动,因为暂时用的人家的,除非自己有网站部分的文件
后续修改更新网站,暂时可用他的
Update.UpdateMapRes.lua
Update.UpdateRes.lua
Update.GameUpdate.lua
物品ID未整理自己找
11资源网 » 【大话西游】Linux一键搭建手工服务端+完整热更新+运营后台