diff --git a/README.md b/README.md index e9e26e7c..4dab2e9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Danheng Server -**__This project is under development! Some game technique cannot run correctly!__** +**__This project is under development! Some game technique might not correctly!__**
@@ -20,14 +20,16 @@
- [√] **Gacha** - Custom probability : )
- [√] **Battle** - Some errors are exist among scene skills
- [√] **Scene** - Walking simulator, interaction, correct loading of entities
-- [√] **Basic character development** - Some minor bugs that don't significantly affect the experience
-- [√] **Quests** - Many quests involving the male Trailblazer (Caelus) have been completed. If you choose the female Trailblazer (Stelle), you may stuck in certain quests and need to be repaired
-- [-] **Friends** - Under development
-- [-] **Memory of Chaos and Pure Fiction** - Under development
-- [-] **Simulated Universe** - Under development
+- [√] **Basic character development** - Some minor bugs that don't significantly affect the playing experience
+- [√] **Quests** - Some issues are exist among some quests. Storyline for Belobog has been completed, others remain WIP or untested, working for both Caelus and Stelle.
+- [√] **Friends**
+- [√] **Forgotten Hall & Pure Fiction**
+- [√] **Simulated Universe**
- [ ] **More** - Coming soon
+Some functions for the game might not support at the first time when new "Anime Game" version drops, please stay tune to our new commit. Since version 2.3, we've created a private fork which supports beta version, and will merge to main branch asap when it's ready.
+
## 🍗 Use & Installation
### Quick Start
@@ -40,7 +42,7 @@
### Build
-Danheng server is built using Dotnet Framework
+DanhengServer is built using .NET Framework
**Requirement: **
@@ -54,6 +56,24 @@ git clone --recurse-submodules https://github.com/EggLinks/DanhengServer.git
cd DanhengServer
dotnet build # compile
```
+##### Linux (Ubuntu 20.04)
+```shell
+wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
+sudo dpkg -i packages-microsoft-prod.deb
+rm packages-microsoft-prod.deb
+
+# Install .NET SDK
+sudo apt-get update && \
+ sudo apt-get install -y dotnet-sdk-8.0
+```
+
+- Compile and run environment
+```shell
+git clone --recurse-submodules https://github.com/EggLinks/DanhengServer.git
+cd DanhengServer
+.\dotnet build # compile
+./Gameserver
+```
## ❓ Help
diff --git a/docs/README_ja-JP.md b/docs/README_ja-JP.md
index 338b6dd4..2e83cfbf 100644
--- a/docs/README_ja-JP.md
+++ b/docs/README_ja-JP.md
@@ -21,11 +21,14 @@
- [√] **と戦う** - シーンスキルにいくつかのエラーがあります
- [√] **シーン** - 歩行シミュレータ、インタラクティブ、正確なエンティティロード
- [√] **基本的な役割育成** - ちょっとバグがありますが、影響はあまりありません
-- [√] **タスク#タスク#** - 男性の多くのタスクを完了しています。女性を選択すると、特定のタスクに引っかかり、修復が必要になる可能性があります
-- [-] **交友機能** - 开发中...
-- [-] **模擬宇宙** - 开发中...
+- [√] **タスク#タスク#** - 一部のタスクにはエラーがある可能性があります。ベロブルグの主要なタスクはすべて完了しています。男性主人公と女性主人公にはまだテストされていません
+- [-] **交友機能**
+- [-] **忘却の庭 & 虚構叙事**
+- [-] **模擬宇宙**
-- [ ] **詳細** - Comming soon...
+- [ ] **詳細** - Coming soon...
+
+「アニメーション ゲーム」の新しいバージョンがリリースされると、最初は一部の機能がサポートされなくなります。引き続き、私たちの投稿にご注意ください。 バージョン 2.3 以降、ベータ版に適したプライベート ブランチを設立し、準備が完了次第、メイン ウェアハウスにマージされます。
## 🍗使用&インストール
diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md
index 40aa5406..6e5ec2d3 100644
--- a/docs/README_zh-CN.md
+++ b/docs/README_zh-CN.md
@@ -1,6 +1,6 @@
# Danheng Server
-**__此项目正在开发中!__**
+**__此项目正在开发中!__**
@@ -21,11 +21,14 @@
- [√] **战斗** - 场景技能中有一些错误
- [√] **场景** - 行走模拟器、交互、正确加载实体
- [√] **基本的角色培养** - 一些小bug,影响体验不大
-- [√] **任务** - 已完成男主的许多任务,若你选择女主则可能会在某些任务中卡住,需要修复
-- [-] **朋友** - 开发中...
-- [-] **模拟宇宙** - 开发中...
+- [√] **任务** - 某些任务中可能存在一些错误,贝洛伯格主线任务已全数完成,剩余内容正在制作中或是尚未测试,适用于星与穹
+- [√] **朋友**
+- [√] **忘却之庭 & 虚构叙事**
+- [√] **模拟宇宙**
-- [ ] **更多** - Comming soon...
+- [ ] **更多** - Coming soon...
+
+当新版本之「某动漫游戏」发布时,某些功能将不会在第一时间支援,请持续关注我们的提交内容。 自从2.3版本起,我们建立了适用于Beta版本的私人分支,将在准备完成后第一时间合并至主仓库。
## 🍗使用&安装
@@ -41,7 +44,7 @@
### 构建
-Danhengserver使用Dotnet构建
+DanhengServer 使用 .NET Framework 构建
**前置:**
@@ -55,14 +58,14 @@ git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer.git
cd DanhengServer
.\dotnet build # 编译
```
-##### Linux (Ubuntu20.04)
+##### Linux (Ubuntu 20.04)
```shell
# 添加 Microsoft 包存储库
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
-# 安装SDK
+# 安装 .NET SDK
sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-8.0
```
diff --git a/docs/README_zh-TW.md b/docs/README_zh-TW.md
index 54da4189..d604b31e 100644
--- a/docs/README_zh-TW.md
+++ b/docs/README_zh-TW.md
@@ -1,6 +1,6 @@
# Danheng S# Danheng Server
-**__此專案目前正在開發中!__**
+**__此專案目前尚在開發中!__**
@@ -18,16 +18,18 @@
- [√] **商店**
- [√] **編隊**
- [√] **抽卡** - 可自訂機率: )
-- [√] **戰鬥** - 場景技能中有一些錯誤
+- [√] **戰鬥** - 場景技能中有可能存在一些錯誤
- [√] **場景** - 走路模擬器、互動、正確載入實體
- [√] **基本的角色培養** - 一些小bug,影響體驗不大
-- [√] **任務** - 已完成男主(穹)的許多任務,若你選擇女主(星)則可能會在某些任務中卡住,需要修復
-- [-] **朋友** - 開發中...
-- [-] **忘卻之庭與虛構敘事** - 開發中...
-- [-] **模擬宇宙** - 開發中...
+- [√] **任務** - 某些任務中可能存在一些錯誤,貝洛伯格主線任務已全數完成,剩餘內容正在製作中或是尚未測試,適用於星與穹
+- [√] **好友**
+- [√] **忘卻之庭 & 虛構敘事**
+- [√] **模擬宇宙**
- [ ] **更多** - Coming soon...
+當新版本之「某動漫遊戲」發佈時,某些功能將不會在第一時間支援,請持續關注我們的提交內容。自從2.3版本起,我們建立了適用於Beta版本的私人分支,將在準備完成後第一時間合併至主倉庫。
+
## 🍗使用&安裝
### 快速啟動
@@ -42,7 +44,7 @@
### 構建
-Danhengserver使用Dotnet構建
+DanhengServer 使用 .NET Framework 構建
**前置:**
@@ -56,14 +58,14 @@ git clone --recurse-submodules https://github.com/EggLinks/DanhengServer.git
cd DanhengServer
.\dotnet build # 編譯
```
-##### Linux (Ubuntu20.04)
+##### Linux (Ubuntu 20.04)
```shell
# 添加 Microsoft 包儲存庫
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
-# 安裝SDK
+# 安裝 .NET SDK
sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-8.0
```