mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
sync: main repo 33a31be
This commit is contained in:
34
README.md
34
README.md
@@ -1,8 +1,7 @@
|
||||
# Danheng Server-Beta
|
||||
# Danheng Server
|
||||
|
||||
**__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>
|
||||
@@ -12,18 +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>
|
||||
|
||||
<div align="center">
|
||||
<table>
|
||||
<td valign="center"><img src="https://github.com/twitter/twemoji/blob/master/assets/72x72/1f1fa-1f1f8.png" width="16"/> English</td>
|
||||
|
||||
<td valign="center"><a href="docs/README_zh-CN.md"><img src="https://em-content.zobj.net/thumbs/120/twitter/351/flag-china_1f1e8-1f1f3.png" width="16"/> 简中</td>
|
||||
|
||||
<td valign="center"><a href="docs/README_zh-TW.md"><img src="https://em-content.zobj.net/thumbs/120/twitter/351/flag-china_1f1e8-1f1f3.png" width="16"/> 繁中</td>
|
||||
|
||||
<td valign="center"><a href="docs/README_ja-JP.md"><img src="https://github.com/twitter/twemoji/blob/master/assets/72x72/1f1ef-1f1f5.png" width="16"/> 日本語</td>
|
||||
</td>
|
||||
</table>
|
||||
</div>
|
||||
[EN](README.md) | [簡中](docs/README_zh-CN.md) | [繁中](docs/README_zh-CN.md) | [JP](docs/README_ja-JP.md)
|
||||
|
||||
## 💡 Function
|
||||
|
||||
@@ -36,7 +24,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 & Divergent Universe**
|
||||
- [√] **Simulated Universe & Gold and Gears**
|
||||
- [√] **Achievements** - Most achievements can be completed.
|
||||
|
||||
- [ ] **More** - Coming soon
|
||||
@@ -47,8 +35,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/StopWuyu/DanhengServer-Beta/actions)
|
||||
2. Open the downloaded `DanhengServer-Beta.zip` and extract it to any folder __preferably an English path__
|
||||
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__
|
||||
(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!
|
||||
@@ -57,7 +45,7 @@ Some functions for the game might not support at the first time when new "Anime
|
||||
|
||||
DanhengServer is built using .NET Framework
|
||||
|
||||
**Requirement:**
|
||||
**Requirement: **
|
||||
|
||||
- [.NET](https://dotnet.microsoft.com/)
|
||||
- [Git](https://git-scm.com/downloads)
|
||||
@@ -65,8 +53,8 @@ DanhengServer is built using .NET Framework
|
||||
##### Windows
|
||||
|
||||
```shell
|
||||
git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer-Beta.git
|
||||
cd DanhengServer-Beta
|
||||
git clone --recurse-submodules https://github.com/EggLinks/DanhengServer.git
|
||||
cd DanhengServer
|
||||
dotnet build # compile
|
||||
```
|
||||
##### Linux (Ubuntu 20.04)
|
||||
@@ -82,8 +70,8 @@ sudo apt-get update && \
|
||||
|
||||
- Compile and run environment
|
||||
```shell
|
||||
git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer-Beta.git
|
||||
cd DanhengServer-Beta
|
||||
git clone --recurse-submodules https://github.com/EggLinks/DanhengServer.git
|
||||
cd DanhengServer
|
||||
.\dotnet build # compile
|
||||
./Gameserver
|
||||
```
|
||||
@@ -95,7 +83,7 @@ cd DanhengServer-Beta
|
||||
|
||||
## ❕️ Troubleshooting
|
||||
|
||||
For solutions to common problems or assistance, please join our Discord server at [Discord](https://discord.gg/xRtZsmHBVj)
|
||||
For solutions to common problems or assistance, please join our Discord server at [https://discord.gg/xRtZsmHBVj](https://discord.gg/xRtZsmHBVj)
|
||||
|
||||
## 🙌 Acknowledgements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user