Commit 7d5e3105 authored by nanahira's avatar nanahira

reconnect inst

parent f3d2a779
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
<div class="col-md-12"> <div class="col-md-12">
<p>使用方法:在YGOPro的联机模式中,在主机信息处分别输入<kbd>koishi.ygopro.cn</kbd><kbd>7210</kbd>,不输入主机密码,点击加入游戏,即可进入Koishi服随机对战。</p> <p>使用方法:在YGOPro的联机模式中,在主机信息处分别输入<kbd>koishi.ygopro.cn</kbd><kbd>7210</kbd>,不输入主机密码,点击加入游戏,即可进入Koishi服随机对战。</p>
<p>也可在主机密码处输入任意文字,以那个文字为房间名建立房间,让你的对手输入同样的文字,即可加入房间。</p> <p>也可在主机密码处输入任意文字,以那个文字为房间名建立房间,让你的对手输入同样的文字,即可加入房间。</p>
<p>Koishi服支持断线重连功能。在离开游戏的3分钟内,使用相同用户名,房间密码与卡组重新连接服务器,即可回到之前的决斗。</p>
<p><strong>为了保证玩家可以正常断线重连,建议玩家使用 </strong><kbd>用户名$密码</kbd><strong> 的格式的名字。</strong></p> <p><strong>为了保证玩家可以正常断线重连,建议玩家使用 </strong><kbd>用户名$密码</kbd><strong> 的格式的名字。</strong></p>
<p>YGOPro Koishi服由<a href="https://github.com/purerosefallen/" target="_blank">Nanahira</a>使用<a href="https://github.com/purerosefallen/ygopro-server" target="_blank">SRVPro</a>的一个Fork搭建并维护。SRVPro是一个由萌卡开发的开源项目,以AGPL协议发布,源码托管在<a href="https://github.com/moecube/srvpro" target="_blank">GitHub</a></p> <p>YGOPro Koishi服由<a href="https://github.com/purerosefallen/" target="_blank">Nanahira</a>使用<a href="https://github.com/purerosefallen/ygopro-server" target="_blank">SRVPro</a>的一个Fork搭建并维护。SRVPro是一个由萌卡开发的开源项目,以AGPL协议发布,源码托管在<a href="https://github.com/moecube/srvpro" target="_blank">GitHub</a></p>
<p>YGOPro Koishi服由<a href="https://github.com/milluxdev/" target="_blank">Millux</a>提供服务器。</p> <p>YGOPro Koishi服由<a href="https://github.com/milluxdev/" target="_blank">Millux</a>提供服务器。</p>
......
...@@ -535,6 +535,21 @@ ...@@ -535,6 +535,21 @@
</p> </p>
</div> </div>
</div> </div>
<div class="row">
<div class="col-md-12">
<h1 class="title">断线重连</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Koishi服务器支持断线重连功能。</p>
<p>在离开游戏的3分钟内,玩家可以使用相同的用户名,房间密码和卡组来重新连接服务器,即可回到之前的决斗。</p>
<p>玩家掉线期间照常计算回合时间。</p>
<p>随机对战下,对方掉线后自己可以直接退出游戏,不视为强退。</p>
<p><strong>为了保证玩家可以正常断线重连,建议玩家使用 </strong><kbd>用户名$密码</kbd><strong> 的格式的名字。</strong></p>
</div>
</div>
</div> </div>
<footer> <footer>
......
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