Skip to content

Commit

Permalink
Merge pull request #1 from WatchAndyTW/main
Browse files Browse the repository at this point in the history
Update: README for all languages
  • Loading branch information
StopWuyu authored May 30, 2024
2 parents ac95330 + 4122b1d commit a612ffc
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 28 deletions.
34 changes: 27 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!__**

<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>
Expand All @@ -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
Expand All @@ -40,7 +42,7 @@

### Build

Danheng server is built using Dotnet Framework
DanhengServer is built using .NET Framework

**Requirement: **

Expand All @@ -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

Expand Down
11 changes: 7 additions & 4 deletions docs/README_ja-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@
- [] **と戦う** - シーンスキルにいくつかのエラーがあります
- [] **シーン** - 歩行シミュレータ、インタラクティブ、正確なエンティティロード
- [] **基本的な役割育成** - ちょっとバグがありますが、影響はあまりありません
- [] **タスク#タスク#** - 男性の多くのタスクを完了しています。女性を選択すると、特定のタスクに引っかかり、修復が必要になる可能性があります
- [-] **交友機能** - 开发中...
- [-] **模擬宇宙** - 开发中...
- [] **タスク#タスク#** - 一部のタスクにはエラーがある可能性があります。ベロブルグの主要なタスクはすべて完了しています。男性主人公と女性主人公にはまだテストされていません
- [-] **交友機能**
- [-] **忘却の庭 & 虚構叙事**
- [-] **模擬宇宙**

- [ ] **詳細** - Comming soon...
- [ ] **詳細** - Coming soon...

「アニメーション ゲーム」の新しいバージョンがリリースされると、最初は一部の機能がサポートされなくなります。引き続き、私たちの投稿にご注意ください。 バージョン 2.3 以降、ベータ版に適したプライベート ブランチを設立し、準備が完了次第、メイン ウェアハウスにマージされます。

## 🍗使用&インストール

Expand Down
19 changes: 11 additions & 8 deletions docs/README_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Danheng Server

**__此项目正在开发中!__**
**__此项目正在开发中__**

<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>
Expand All @@ -21,11 +21,14 @@
- [] **战斗** - 场景技能中有一些错误
- [] **场景** - 行走模拟器、交互、正确加载实体
- [] **基本的角色培养** - 一些小bug,影响体验不大
- [] **任务** - 已完成男主的许多任务,若你选择女主则可能会在某些任务中卡住,需要修复
- [-] **朋友** - 开发中...
- [-] **模拟宇宙** - 开发中...
- [] **任务** - 某些任务中可能存在一些错误,贝洛伯格主线任务已全数完成,剩余内容正在制作中或是尚未测试,适用于星与穹
- [] **朋友**
- [] **忘却之庭 & 虚构叙事**
- [] **模拟宇宙**

- [ ] **更多** - Comming soon...
- [ ] **更多** - Coming soon...

当新版本之「某动漫游戏」发布时,某些功能将不会在第一时间支援,请持续关注我们的提交内容。 自从2.3版本起,我们建立了适用于Beta版本的私人分支,将在准备完成后第一时间合并至主仓库。

## 🍗使用&安装

Expand All @@ -41,7 +44,7 @@

### 构建

Danhengserver使用Dotnet构建
DanhengServer 使用 .NET Framework 构建

**前置:**

Expand All @@ -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
```
Expand Down
20 changes: 11 additions & 9 deletions docs/README_zh-TW.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Danheng S# Danheng Server

**__此專案目前正在開發中!__**
**__此專案目前尚在開發中!__**

<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>
Expand All @@ -18,16 +18,18 @@
- [] **商店**
- [] **編隊**
- [] **抽卡** - 可自訂機率: )
- [] **戰鬥** - 場景技能中有一些錯誤
- [] **戰鬥** - 場景技能中有可能存在一些錯誤
- [] **場景** - 走路模擬器、互動、正確載入實體
- [] **基本的角色培養** - 一些小bug,影響體驗不大
- [] **任務** - 已完成男主(穹)的許多任務,若你選擇女主(星)則可能會在某些任務中卡住,需要修復
- [-] **朋友** - 開發中...
- [-] **忘卻之庭與虛構敘事** - 開發中...
- [-] **模擬宇宙** - 開發中...
- [] **任務** - 某些任務中可能存在一些錯誤,貝洛伯格主線任務已全數完成,剩餘內容正在製作中或是尚未測試,適用於星與穹
- [] **好友**
- [] **忘卻之庭 & 虛構敘事**
- [] **模擬宇宙**

- [ ] **更多** - Coming soon...

當新版本之「某動漫遊戲」發佈時,某些功能將不會在第一時間支援,請持續關注我們的提交內容。自從2.3版本起,我們建立了適用於Beta版本的私人分支,將在準備完成後第一時間合併至主倉庫。

## 🍗使用&安裝

### 快速啟動
Expand All @@ -42,7 +44,7 @@

### 構建

Danhengserver使用Dotnet構建
DanhengServer 使用 .NET Framework 構建

**前置:**

Expand All @@ -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
```
Expand Down

0 comments on commit a612ffc

Please sign in to comment.