找回密码
 立即注册

微信登录

只需一步,快速开始

QQ登录

只需一步,快速开始

c628b215fe8d9d36709540bb4fe9b8da.webp

3dc515d1c3f24b57e651d20e61b0046c.webp

907a348d0bac2d903e1cf1c758eb0221.webp

977e8d169b84a3adf997358408407fe9.webp

216662aebf78a8d8313384326370c70e.webp

  1. 天书奇谈3D Linux 搭建教程

  2. 安装宝塔
  3. yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
  4. 输入y回车确认安装

  5. 安装环境
  6. Nginx1.18
  7. Mysql5.6
  8. Php5.4

  9. 关闭防火墙
  10. systemctl stop firewalld.service
  11. systemctl disable firewalld.service

  12. 上传服务端到服务器根目录
  13. 解压
  14. cd / && unzip -o tsqt.zip

  15. 给权限
  16. chmod -R 777 /data
  17. chmod -R 777 /usr/java
  18. chmod -R 777 /www/wwwroot/tsqt

  19. 设置数据库root密码为:t9gm.com

  20. 重启数据库

  21. 修改服务端文件IP:    替换:193.112.101.67
  22. /data/gameserver/db_s1/logcenter.conf
  23. /data/gameserver/db_s2/logcenter.conf
  24. /data/gameserver/fight_s1/fightserver.conf
  25. /data/gameserver/game_s1/config.lua
  26. /data/gameserver/game_s1/gameworld.conf
  27. /data/gameserver/game_s1/logcenter.conf
  28. /data/gameserver/game_s1/loginserver.conf
  29. /data/gameserver/game_s2/config.lua
  30. /data/gameserver/game_s2/gameworld.conf
  31. /data/gameserver/game_s2/logcenter.conf
  32. /data/gameserver/game_s2/loginserver.conf
  33. /data/gway-002/bin/WEB-INF/classes/server.properties
  34. /data/sql/gm_manage_sg_002.sql

  35. 导入数据库
  36. cd /data
  37. ./sk

  38. 重启nginx

  39. ps:如果你安卓高版本需要配置SSL
  40. 网站目录:/www/wwwroot/tsqt
  41. 端口81
  42. 伪静态:rewrite ^/(.*).hl$ /$1.php last;

  43. 配置环境
  44. cd /data && rpm -ivh jdk-8u144-linux-x64.rpm

  45. 启动游戏
  46. cd /data/
  47. ./start.sh

  48. 关闭游戏
  49. cd /data/
  50. ./stop.sh

  51. 客户端修改
  52. 安卓
  53. /assets/channel_config.json
  54. /assets/launch/LaunchHelper.lua

  55. 苹果
  56. /Payload/mmoGame.app/channel_config.json
  57. /Payload/mmoGame.app/launch/LaunchHelper.lua

  58. GM后台:
  59. http://IP:81/gm/gmmxcs.php
  60. GM码:t9gm.com
复制代码