Commit 3f4e4ab5 authored by nanahira's avatar nanahira

Merge branch 'server' of github.com:moecube/ygopro into server

parents 75f7c43c 5ac70e6b
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
### 运行 ### 运行
* 使用[ygopro-server](https://github.com/mycard/ygopro-server)运行 * 使用[ygopro-server](https://github.com/mycard/ygopro-server)运行
* 手动运行的参数是 * 手动运行的参数是
* ./ygopro 0 0 0 1 F F F 8000 5 1 180 0 * `./ygopro 0 0 0 1 F F F 8000 5 1 180 0`
* 端口(0为随机) * 端口(0为随机)
* 禁卡表编号 * 禁卡表编号
* 卡片允许 * 卡片允许
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
* 每回合抽卡 * 每回合抽卡
* 每回合时间 * 每回合时间
* 录像保存模式 * 录像保存模式
* 特殊选项,按位选择
* 0x1: 保存录像到 `./replay` 文件夹
* 0x2: 不向观战者发送录像
### 特殊编译参数 ### 特殊编译参数
执行`premake5 gmake`之前,可以通过设置一些环境变量,来改变一些编译参数。 执行`premake5 gmake`之前,可以通过设置一些环境变量,来改变一些编译参数。
......
This diff is collapsed.
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