Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
srvpro
Commits
a9e94f5e
Commit
a9e94f5e
authored
Jul 29, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into tcg_random
parents
1d795ce1
62fa1b7a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
6 deletions
+15
-6
README.md
README.md
+4
-3
config_build/config.json
config_build/config.json
+5
-1
config_tourney/config.json
config_tourney/config.json
+5
-1
data/default_config.json
data/default_config.json
+1
-1
No files found.
README.md
View file @
a9e94f5e
...
@@ -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/m
ercury233/ygopro-server
/wiki
)
安装
*
可参考
[
wiki
](
https://github.com/m
oecube/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部分
...
...
config_build/config.json
View file @
a9e94f5e
...
@@ -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"
:
18
0000
"wait_time"
:
6
0000
},
},
"heartbeat_detection"
:
{
"heartbeat_detection"
:
{
"enabled"
:
true
,
"enabled"
:
true
,
...
...
config_tourney/config.json
View file @
a9e94f5e
...
@@ -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"
:
18
0000
"wait_time"
:
30
0000
},
},
"heartbeat_detection"
:
{
"heartbeat_detection"
:
{
"enabled"
:
true
,
"enabled"
:
true
,
...
...
data/default_config.json
View file @
a9e94f5e
...
@@ -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"
:
30
0000
"wait_time"
:
6
0000
},
},
"heartbeat_detection"
:
{
"heartbeat_detection"
:
{
"enabled"
:
true
,
"enabled"
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment