Update README.md

This commit is contained in:
Star Domain
2024-10-06 11:11:02 +08:00
parent 48c4d3bade
commit 5c7e2a3262
4 changed files with 38 additions and 38 deletions

View File

@@ -1,7 +1,8 @@
# Danheng Server
# Danheng Server-Beta
**__This project is under development! Some game technique might not correctly!__**
<p align="center">
<a href="https://visualstudio.com"><img src="https://img.shields.io/badge/Visual%20Studio-000000.svg?style=for-the-badge&logo=visual-studio&logoColor=white" /></a>
<a href="https://dotnet.microsoft.com/"><img src="https://img.shields.io/badge/.NET-000000.svg?style=for-the-badge&logo=.NET&logoColor=white" /></a>
@@ -11,7 +12,7 @@
<a href="https://discord.gg/xRtZsmHBVj"><img src="https://img.shields.io/badge/Discord%20Server-000000.svg?style=for-the-badge&logo=Discord&logoColor=white" /></a>
</p>
[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
```

View File

@@ -1,4 +1,4 @@
# Danheng Server
# Danheng Server-Beta
**__このプロジェクトは開発中です__**
@@ -11,7 +11,7 @@
<a href="https://discord.gg/xRtZsmHBVj"><img src="https://img.shields.io/badge/Discord%20Server-000000.svg?style=for-the-badge&logo=Discord&logoColor=white" /></a>
</p>
[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
```

View File

@@ -1,4 +1,4 @@
# Danheng Server
# Danheng Server-Beta
**__此项目正在开发中__**
@@ -11,7 +11,7 @@
<a href="https://discord.gg/xRtZsmHBVj"><img src="https://img.shields.io/badge/Discord%20Server-000000.svg?style=for-the-badge&logo=Discord&logoColor=white" /></a>
</p>
[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
```

View File

@@ -1,4 +1,4 @@
# Danheng S# Danheng Server
# Danheng Server-Beta
**__此專案目前尚在開發中__**
@@ -11,7 +11,7 @@
<a href="https://discord.gg/xRtZsmHBVj"><img src="https://img.shields.io/badge/Discord%20Server-000000.svg?style=for-the-badge&logo=Discord&logoColor=white" /></a>
</p>
[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
```