From 5c7e2a32629b7628e3fe81a5d634da9c0d90efd7 Mon Sep 17 00:00:00 2001 From: Star Domain <108185024+subai66@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:11:02 +0800 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++--------- docs/README_ja-JP.md | 18 +++++++++--------- docs/README_zh-CN.md | 18 +++++++++--------- docs/README_zh-TW.md | 21 ++++++++++----------- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 12246b2d..9960061b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# Danheng Server +# Danheng Server-Beta **__This project is under development! Some game technique might not correctly!__** +

@@ -11,7 +12,7 @@

-[EN](README.md) | [簡中](docs/README_zh-CN.md) | [繁中](docs/README_zh-CN.md) | [JP](docs/README_ja-JP.md) +[EN](README.md) | [简中](docs/README_zh-CN.md) | [繁中](docs/README_zh-CN.md) | [JP](docs/README_ja-JP.md) ## 💡 Function @@ -24,7 +25,7 @@ - [√] **Quests** - There may be some bugs in some missions, the main story before Penacony is basically playable, and most of the story after Penacony has bugs - [√] **Friends** - [√] **Forgotten Hall & Pure Fiction & Apocalyptic Shadow** -- [√] **Simulated Universe & Gold and Gears** +- [√] **Simulated Universe & Gold and Gears & Divergent Universe ** - [√] **Achievements** - Most achievements can be completed. - [ ] **More** - Coming soon @@ -35,8 +36,8 @@ Some functions for the game might not support at the first time when new "Anime ### Quick Start -1. Download the executable file from [Action](https://github.com/EggLinks/DanhengServer/actions) -2. Open the downloaded `DanhengServer.zip` and extract it to any folder __*preferably an English path__ +1. Download the executable file from [Action](https://github.com/StopWuyu/DanhengServer-Beta/actions) +2. Open the downloaded `DanhengServer-Beta.zip` and extract it to any folder __*preferably an English path__ (Optional) Download the `certificate.p12` from the WebServer folder of the source code to enable HTTPS mode, ensuring a more secure traffic 3. Run GameServer.exe 4. Run proxy, start the game, and enjoy! @@ -53,8 +54,8 @@ DanhengServer is built using .NET Framework ##### Windows ```shell -git clone --recurse-submodules https://github.com/EggLinks/DanhengServer.git -cd DanhengServer +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer-Beta.git +cd DanhengServer-Beta dotnet build # compile ``` ##### Linux (Ubuntu 20.04) @@ -70,8 +71,8 @@ sudo apt-get update && \ - Compile and run environment ```shell -git clone --recurse-submodules https://github.com/EggLinks/DanhengServer.git -cd DanhengServer +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer-Beta.git +cd DanhengServer-Beta .\dotnet build # compile ./Gameserver ``` diff --git a/docs/README_ja-JP.md b/docs/README_ja-JP.md index 2e83cfbf..f36d3177 100644 --- a/docs/README_ja-JP.md +++ b/docs/README_ja-JP.md @@ -1,4 +1,4 @@ -# Danheng Server +# Danheng Server-Beta **__このプロジェクトは開発中です!__** @@ -11,7 +11,7 @@

-[EN](../README.md) | [簡中](README_zh-CN.md) | [繁中](README_zh-CN.md) | [JP](README_ja-JP.md) +[EN](../README.md) | [简中](README_zh-CN.md) | [繁中](README_zh-CN.md) | [JP](README_ja-JP.md) ## 💡機能 @@ -23,8 +23,8 @@ - [√] **基本的な役割育成** - ちょっとバグがありますが、影響はあまりありません - [√] **タスク#タスク#** - 一部のタスクにはエラーがある可能性があります。ベロブルグの主要なタスクはすべて完了しています。男性主人公と女性主人公にはまだテストされていません - [-] **交友機能** -- [-] **忘却の庭 & 虚構叙事** -- [-] **模擬宇宙** +- [-] **忘却の庭 & 虚構叙事 &終末の幻影** +- [-] **模擬宇宙 & 黄金機械 & 差分宇宙** - [ ] **詳細** - Coming soon... @@ -34,8 +34,8 @@ ### クイックスタート -1. [Action](https://github.com/StopWuyu/DanhengServer/actions) で実行可能ファイルをダウンロードする -2. ダウンロードが完了した` DanhengServer.zip `を開いて任意のフォルダに解凍します __*英文パスが望ましい*__ +1. [Action](https://github.com/StopWuyu/DanhengServer-Beta/actions) で実行可能ファイルをダウンロードする +2. ダウンロードが完了した` DanhengServer-Beta.zip `を開いて任意のフォルダに解凍します __*英文パスが望ましい*__ > (オプション) ソースコードのWebServerフォルダに` certificate.p 12 `をダウンロードすることで、HTTPSモードで起動して転送をより安全にすることができます: ) @@ -54,7 +54,7 @@ Danhengserver Dotnetを使用した構築 ##### Windows ```shell -git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer.git +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer-Beta.git cd DanhengServer .\dotnet build # コンパイル ``` @@ -74,8 +74,8 @@ sudo apt-get update && \ - 環境をコンパイルして実行する ```shell -git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer.git -cd DanhengServer +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer-Beta.git +cd DanhengServer-Beta .\dotnet build # コンパイル ./Gameserver ``` diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md index e8fa38ff..364a9c2e 100644 --- a/docs/README_zh-CN.md +++ b/docs/README_zh-CN.md @@ -1,4 +1,4 @@ -# Danheng Server +# Danheng Server-Beta **__此项目正在开发中!__** @@ -11,7 +11,7 @@

-[EN](../README.md) | [簡中](README_zh-CN.md) | [繁中](README_zh-CN.md) | [JP](README_ja-JP.md) +[EN](../README.md) | [简中](README_zh-CN.md) | [繁中](README_zh-CN.md) | [JP](README_ja-JP.md) ## 💡功能 @@ -24,7 +24,7 @@ - [√] **任务** - 某些任务中可能存在一些错误,匹诺康尼前的主线剧情基本能正常游玩,匹诺康尼后大部分剧情存在大量bug - [√] **朋友** - [√] **忘却之庭 & 虚构叙事 & 末日幻影** -- [√] **模拟宇宙 & 黄金机械** +- [√] **模拟宇宙 & 黄金机械 & 差分宇宙** - [√] **成就** - 大多数成就均可完成 - [ ] **更多** - Coming soon... @@ -35,8 +35,8 @@ ### 快速启动 -1. 在 [Action](https://github.com/StopWuyu/DanhengServer/actions) 下载可执行文件 -2. 打开下载完成的 `DanhengServer.zip` 解压至任意文件夹 __*最好是英文路径*__ +1. 在 [Action](https://github.com/StopWuyu/DanhengServer-Beta/actions) 下载可执行文件 +2. 打开下载完成的 `DanhengServer-Beta.zip` 解压至任意文件夹 __*最好是英文路径*__ > (可选) 在源代码的WebServer文件夹中下载 `certificate.p12` 使得以HTTPS模式启动 让你的传输更安全: ) @@ -55,8 +55,8 @@ DanhengServer 使用 .NET Framework 构建 ##### Windows ```shell -git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer.git -cd DanhengServer +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer-Beta.git +cd DanhengServer-Beta .\dotnet build # 编译 ``` ##### Linux (Ubuntu 20.04) @@ -73,8 +73,8 @@ sudo apt-get update && \ - 编译并运行环境 ```shell -git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer.git -cd DanhengServer +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer-Beta.git +cd DanhengServer-Beta .\dotnet build # 编译 ./Gameserver ``` diff --git a/docs/README_zh-TW.md b/docs/README_zh-TW.md index d604b31e..3efbb866 100644 --- a/docs/README_zh-TW.md +++ b/docs/README_zh-TW.md @@ -1,4 +1,4 @@ -# Danheng S# Danheng Server +# Danheng Server-Beta **__此專案目前尚在開發中!__** @@ -11,7 +11,7 @@

-[EN](../README.md) | [簡中](README_zh-CN.md) | [繁中](README_zh-CN.md) | [JP](README_ja-JP.md) +[EN](../README.md) | [简中](README_zh-CN.md) | [繁中](README_zh-CN.md) | [JP](README_ja-JP.md) ## 💡功能 @@ -23,9 +23,8 @@ - [√] **基本的角色培養** - 一些小bug,影響體驗不大 - [√] **任務** - 某些任務中可能存在一些錯誤,貝洛伯格主線任務已全數完成,剩餘內容正在製作中或是尚未測試,適用於星與穹 - [√] **好友** -- [√] **忘卻之庭 & 虛構敘事** -- [√] **模擬宇宙** - +- [√] **忘卻之庭 & 虛構敘事 & 末日幻影** +- [√] **類比宇宙&黃金機械&差分宇宙** - [ ] **更多** - Coming soon... 當新版本之「某動漫遊戲」發佈時,某些功能將不會在第一時間支援,請持續關注我們的提交內容。自從2.3版本起,我們建立了適用於Beta版本的私人分支,將在準備完成後第一時間合併至主倉庫。 @@ -34,8 +33,8 @@ ### 快速啟動 -1. 在 [Action](https://github.com/StopWuyu/DanhengServer/actions) 下載可執行文件 -2. 打開下載完成的 `DanhengServer.zip` 解解壓至任意資料夹 __*最好是英文路徑*__ +1. 在 [Action](https://github.com/StopWuyu/DanhengServer-Beta/actions) 下載可執行文件 +2. 打開下載完成的 `DanhengServer-Beta.zip` 解解壓至任意資料夹 __*最好是英文路徑*__ > (可選) 在原始碼的WebServer資料夾中下載 `certificate.p12` 使其以HTTPS模式啟動 讓你的傳輸更加安全: ) @@ -54,8 +53,8 @@ DanhengServer 使用 .NET Framework 構建 ##### Windows ```shell -git clone --recurse-submodules https://github.com/EggLinks/DanhengServer.git -cd DanhengServer +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer-Beta.git +cd DanhengServer-Beta .\dotnet build # 編譯 ``` ##### Linux (Ubuntu 20.04) @@ -72,8 +71,8 @@ sudo apt-get update && \ - 編譯並運行環境 ```shell -git clone --recurse-submodules https://github.com/EggLinks/DanhengServer.git -cd DanhengServer +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer-Beta.git +cd DanhengServer-Beta .\dotnet build # 編譯 ./Gameserver ```