Commit a9e94f5e authored by nanahira's avatar nanahira

Merge branch 'master' into tcg_random

parents 1d795ce1 62fa1b7a
...@@ -21,12 +21,13 @@ ...@@ -21,12 +21,13 @@
* 1 YGOCore战队联盟第十二届联赛使用规则 * 1 YGOCore战队联盟第十二届联赛使用规则
* 2 正常加时赛规则 + 1胜规则 * 2 正常加时赛规则 + 1胜规则
* 3 2018年7月适用的OCG/TCG加时赛规则 * 3 2018年7月适用的OCG/TCG加时赛规则
* 断线重连
### 不支持功能 ### 不支持功能
* 在线聊天室 * 在线聊天室
### 使用方法 ### 使用方法
* 可参考[wiki](https://github.com/mercury233/ygopro-server/wiki)安装 * 可参考[wiki](https://github.com/moecube/srvpro/wiki)安装
* 一键安装: * 一键安装:
* CentOS 7 `curl -sL https://purerosefallen.github.io/ygopro-server/install_centos_7.sh | sudo -E bash -` * CentOS 7 `curl -sL https://purerosefallen.github.io/ygopro-server/install_centos_7.sh | sudo -E bash -`
* CentOS 6 `curl -sL https://purerosefallen.github.io/ygopro-server/install_centos_6.sh | sudo -E bash -` * CentOS 6 `curl -sL https://purerosefallen.github.io/ygopro-server/install_centos_6.sh | sudo -E bash -`
...@@ -40,11 +41,11 @@ ...@@ -40,11 +41,11 @@
* `npm install` * `npm install`
* 安装修改后的YGOPro服务端:https://github.com/moecube/ygopro/tree/server * 安装修改后的YGOPro服务端:https://github.com/moecube/ygopro/tree/server
* `node ygopro-server.js`即可运行 * `node ygopro-server.js`即可运行
* 简易的控制台在 http://srvpro.ygo233.com/dashboard.html * 简易的控制台在 http://srvpro.ygo233.com/dashboard.html 或 http://srvpro-cn.ygo233.com/dashboard.html
### 高级功能 ### 高级功能
* 待补充说明 * 待补充说明
* 简易的先行卡更新控制台在 http://srvpro.ygo233.com/pre-dashboard.html * 简易的先行卡更新控制台在 http://srvpro.ygo233.com/pre-dashboard.html 或 http://srvpro-cn.ygo233.com/pre-dashboard.html
### 开发计划 ### 开发计划
* 重做CTOS和STOC部分 * 重做CTOS和STOC部分
......
...@@ -66,6 +66,10 @@ ...@@ -66,6 +66,10 @@
"enabled": false, "enabled": false,
"get": false "get": false
}, },
"vip": {
"enabled": false,
"generate_count": 500
},
"random_duel": { "random_duel": {
"enabled": true, "enabled": true,
"no_rematch_check": false, "no_rematch_check": false,
...@@ -94,7 +98,7 @@ ...@@ -94,7 +98,7 @@
"reconnect": { "reconnect": {
"enabled": true, "enabled": true,
"auto_surrender_after_disconnect": false, "auto_surrender_after_disconnect": false,
"wait_time": 180000 "wait_time": 60000
}, },
"heartbeat_detection": { "heartbeat_detection": {
"enabled": true, "enabled": true,
......
...@@ -66,6 +66,10 @@ ...@@ -66,6 +66,10 @@
"enabled": false, "enabled": false,
"get": false "get": false
}, },
"vip": {
"enabled": false,
"generate_count": 500
},
"random_duel": { "random_duel": {
"enabled": false, "enabled": false,
"no_rematch_check": false, "no_rematch_check": false,
...@@ -94,7 +98,7 @@ ...@@ -94,7 +98,7 @@
"reconnect": { "reconnect": {
"enabled": true, "enabled": true,
"auto_surrender_after_disconnect": false, "auto_surrender_after_disconnect": false,
"wait_time": 180000 "wait_time": 300000
}, },
"heartbeat_detection": { "heartbeat_detection": {
"enabled": true, "enabled": true,
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
"reconnect": { "reconnect": {
"enabled": true, "enabled": true,
"auto_surrender_after_disconnect": false, "auto_surrender_after_disconnect": false,
"wait_time": 300000 "wait_time": 60000
}, },
"heartbeat_detection": { "heartbeat_detection": {
"enabled": true, "enabled": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment