|
linux仙梦完美跨服L端最终版一键端+后台
- 管理授权后台地址:http://192.168.200.10:9981/gm/gm.php,GM码:123456
- 玩家后台地址:http://192.168.200.10:9981/gm/
[color=rgb(51, 102, 153) !important]复制代码
虚拟机
[color=rgb(51, 102, 153) !important]复制代码
游戏启动
- cd /home/xmqy/cross/debug/
- ./start.sh
- cd /home/xmqy/s1/debug/
- ./start.sh
- cd /home/xmqy/s2/debug/
- ./start.sh
[color=rgb(51, 102, 153) !important]复制代码
- 启动时
- now i create the lock file
- now i have rights to operate sever
- server prepare runing please wait !!
- dataaccess server started
- login server stared
- gateway server 1 stared
- gameworld 1 server stared
- server start succ ...
- 这个意思启动成功了
- 现在我创建了锁文件
- 现在我有权操作服务器
- 服务器准备运行,请稍候!!
- dataaccess服务器已启动
- 登录服务器已启动
[color=rgb(51, 102, 153) !important]复制代码
- IP192.168.200.10
- root
- 123456
- 必须拿这个IP自己改IP也可以
- 改服务端
- 服务端修改IP(替换192.168.200.10为你的ip)
- /home/xmqy/cross/debug/commonconfig.xml
- /home/xmqy/cross/debug/serverconfig.xml
- /home/xmqy/s1/debug/commonconfig.xml
- /home/xmqy/s1/debug/serverconfig.xml
- /home/xmqy/s2/debug/commonconfig.xml
- /home/xmqy/s2/debug/serverconfig.xm
- 一建端
[color=rgb(51, 102, 153) !important]复制代码
手工搭建
- 系统:CentOS 7.2
- 1.安装宝塔
- yum install -y wget && wget -O install.sh <a target="_blank">http://download.bt.cn/install/install_6.0.sh</a> && sh install.sh
- 2.安装 Nginx1.16、MySQL5.6、PHP5.6-7.3
- 3.关闭防火墙
- systemctl stop firewalld.service
- systemctl disable firewalld.service
- 宝塔 - 安全 - 放行端口 - 添加1:65535
- 4.上传xmqy.zip到根目录解压
- cd /
- unzip xmqy.zip
- 给权限
- chmod -R 777 /home/xmqy
- 等下重启在改吧
- 我还换IP
- 改IP
- 5.安装gcc动态库(SSH输入命令 一点要把游戏的动态库上传了在执行gcc)
- yum install gcc -y
- yum install gcc-c++ -y
- yum install glibc* -y
- ldconfig
- 4.创建网站
- 域名或IP:9981 指向目录 /xmqy
- 网站-设置-伪静态
- 添加
- location /api/ {
- rewrite /(.*)getserverand003/$ /api/getserverand003.php;
- rewrite /(.*)verify/$ /api/verify.php;
- }
- 保存
- 5.在宝塔-软件商店-MySQL 5.6-设置-配置修改中第26行添加lower_case_table_names=1 然后服务--重启MYSQL
- 修改数据库root密码为123456
- 创建并导入数据库(这个要等宝塔安装完mysql才可以操作)
- mysql -uroot -p123456
- GRANT ALL PRIVILEGES ON *.* TO 'root'@'127.0.0.1' IDENTIFIED BY '123456' WITH GRANT OPTION;
- FLUSH PRIVILEGES;
- GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '123456' WITH GRANT OPTION;
- FLUSH PRIVILEGES;
- quit
- 导入五个sql数据库文件
- 6.服务端修改IP(替换192.168.1.1为你的ip)
- /home/xmqy/cross/debug/commonconfig.xml
- /home/xmqy/cross/debug/serverconfig.xml
- /home/xmqy/s1/debug/commonconfig.xml
- /home/xmqy/s1/debug/serverconfig.xml
- /home/xmqy/s2/debug/commonconfig.xml
- /home/xmqy/s2/debug/serverconfig.xml
- 服务端改好了 到客户端了
- 7.网站修改IP(替换192.168.01.001为你的ip或域名)
- /www/wwwroot/xmqy/api/getserverand003.php
- /www/wwwroot/xmqy/gm/user/config.php
- /www/wwwroot/xmqy/ugxm_dev/Android/AssetBundle/LuaAssetBundle/luajit/agent(需要14位)
- /www/wwwroot/xmqy/ugxm_dev/Android/AssetBundle/LuaAssetBundle/luajit/init(需要14位)
- /www/wwwroot/xmqy/ugxm_dev/IOS/AssetBundle/LuaAssetBundle/luajit/init(需要15位)
- /www/wwwroot/xmqy/ugxm_dev/IOS/AssetBundle/LuaAssetBundle/luajit/agent(需要14位)
- 安卓客户端修改 【不要反编译!】 压缩包拖出来 修改完替换签名就行
- (替换192.168.01.001为你的ip或域名 需要14位)
- \assets\AssetBundle\LuaAssetBundle\luajit\agent-a68dcd5d9e7bbf3ec0d5cddb447e1d62
- \assets\AssetBundle\LuaAssetBundle\luajit\init-7dd731f043e936ebdced7cf6fca7d0d3
- 苹果客户端修改 192.168.01.001
- \Payload\g16.app\Data\Raw\AssetBundle\LuaAssetBundle\lua\agent-b025dbd1cc67c7d11690d11994861da7
- \Payload\g16.app\Data\Raw\AssetBundle\LuaAssetBundle\lua\init-f5f6eabcb1c1d491a59b87a7f5fccd1b
- 看不明白可以拿去翻译这个待表成功看看后台这个后台有问题 有时间我在修复
- 昨天我搞不能进游戏
- 现在看看能不能进这个是15位的好了成功了
- cd /home/xmqy/cross/debug/
- ./start.sh
- cd /home/xmqy/s1/debug/
- ./start.sh
- cd /home/xmqy/s2/debug/
- ./start.sh
- 关闭游戏
- cd /home/xmqy/cross/debug/
- ./stop.sh
- cd /home/xmqy/s1/debug/
- ./stop.sh
- cd /home/xmqy/s2/debug/
- ./stop.sh
- 运营后台地址:http://IP:9981/admin/admintool/ 默认账号密码都是admin这个后台有问题等我有时间在修复
- 管理授权后台地址:http://IP:9981/gm/gm.php GM码:123456
- 玩家后台地址:http://ip:9981/gm/
|
|
|