From 94a4421d7e770c37dae7c79eace0d27932943dc8 Mon Sep 17 00:00:00 2001 From: Adelaide114514 <2811481646@qq.com> Date: Thu, 2 May 2024 16:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E5=A5=BD=E7=9A=84REDME.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 79 +++++++++++++++++++++++++++++++------------- docs/README_ja-JP.md | 73 ++++++++++++++++++++++++++++++++++++++++ docs/README_zh-CN.md | 72 ++++++++++++++++++++++++++++++++++++++++ docs/README_zh-TW.md | 72 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 273 insertions(+), 23 deletions(-) create mode 100644 docs/README_ja-JP.md create mode 100644 docs/README_zh-CN.md create mode 100644 docs/README_zh-TW.md diff --git a/README.md b/README.md index a833d112..bcbd42c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Danheng Server -**__This project is building! The game cannot run correctly!__** + +**__This project is building! The game cannot run correctly!__** +
-## Features -- Scene (Walking Simulator,Interaction,Correct entity loading) -- Friend (Developing) -- Battle (Some bugs in Scene skills) -- Lineup -- Rogue (Means Simulated Universe) (Developing) -- **Mission** (Many missions can work now) (To the first temporary mission scene) (if choose the woman, maybe u will get stuck in some missions - need to be fixed) -- Gacha (Custom chance) -- Shop -- Basic Avatar Promoting (some bugs) +[EN](../README.md) | [簡中](README_zh-CN.md) | [繁中](README_zh-CN.md) | [JP](README_ja-JP.md) -## How to Use? -- Download the executable file in [Action](https://github.com/StopWuyu/DanhengServer/actions) or build it by urself -- Unzip it to a single folder -- Download the Dim's Resources and LunarCore's Resources.Do it as well as LunarCore -- Download the file in Config folder in this repo(Preparing),And move the files to Config/ folder -- Run it. +## 💡 Function -## Need Help -- Support for Android -- Support for 100040119 (can not be finished automatically) (use /mission finish 100040119 to fix it) +- [√] **Shop** +- [√] **Formation** +- [√] **Card Draw** - Custom Probability: ) +- [√] **Battle** - There are some errors in the 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 protagonist have been completed. If you choose the female protagonist, you may get stuck in certain quests and need to be repaired +- [-] **Friends** - under development +- [-] **Simulated Universe** - Under development -## Thanks -- Weedwacker - Provide a kcp implementation for C# -- [SqlSugar](https://github.com/donet5/SqlSugar) - Provide a ORM for C# +- [ ] **More** - Comming soon + +## 🍗 Use & Installation + +### Quick Start + +1. Download the executable file from [Action](https://github.com/StopWuyu/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 transmission +3. Run GameServer.exe +4. Run the agent, start the game link, and enjoy! + +### Build + +Danheng server is built using Dotnet + +**Preposition: ** + +- [.NET](https://dotnet.microsoft.com/) +- [Git](https://git-scm.com/downloads) + +##### Windows + +```shell +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer.git +cd DanhengServer +dotnet build # compile +``` + +## ❓ Help + +- Support Android system +- 100040119 (cannot be completed automatically) (use /mission finish 100040119 to fix it) + +## ❕️ Troubleshooting + +For solutions to common problems or assistance, please join our Discord server at [https://discord.gg/xRtZsmHBVj](https://discord.gg/xRtZsmHBVj) + +## 🙌 Thank you + +- Weedwacker - provides kcp implementation +- [SqlSugar](https://github.com/donet5/SqlSugar) - Provides ORM - [LunarCore](https://github.com/Melledy/LunarCore) - Some data structures and algorithms diff --git a/docs/README_ja-JP.md b/docs/README_ja-JP.md new file mode 100644 index 00000000..f297b2aa --- /dev/null +++ b/docs/README_ja-JP.md @@ -0,0 +1,73 @@ +# Danheng Server + +**__このプロジェクトは開発中です!__** + + + + +[EN](../README.md) | [簡中](README_zh-CN.md) | [繁中](README_zh-CN.md) | [JP](README_ja-JP.md) + +## 💡機能 + +-[√]**ショップ** +-[√]**編隊** +-[√]**ドロー**-カスタム確率:) +-[√]**バトル**-シーンスキルに誤りがある +-[√]**シーン**-歩行シミュレータ、インタラクティブ、正確なエンティティロード +-[√]**基本的な役割育成**-小さなバグがあり、体験に影響を与えません +-[√]**タスク**-男性の多くのタスクを完了しています。女性を選択すると、特定のタスクに引っかかり、修復が必要になる可能性があります +-[-]**友人**-開発中… +-[-]**模擬宇宙**-開発中… + +-[]**詳細**-Comming soon... + +## 🍗使用&インストール + +#####クイックスタート + +1.[Action](https://github.com/StopWuyu/DanhengServer/actions)実行可能ファイルのダウンロード +2.ダウンロードが完了した `DanhengServer.zip`を開いて任意のフォルダ__*を展開するには、英語のパス*__ + +> (オプション)ソースコードのWebServerフォルダに「certificate.p 12」をダウンロードすることで、HTTPSモードで起動することで、転送をより安全にすることができます:) + +3.GameServer.exeを実行する +4.エージェントを実行してゲームリンクを起動し、楽しむ! + +#####構築 + +Danhengserver Dotnetを使用した構築 + +**前面:** + +- [.NET](https://dotnet.microsoft.com/) +- [Git](https://git-scm.com/downloads) + +##### Windows + +```shell +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer.git +cd DanhengServer +. dotnet build#コンパイル +``` + +## ❓ヘルプ + +-アンドロイドシステム対応 +-100040119(自動完了できません)(修復用に/mission finish 100040119を使用) + +## ❕️トラブルシューティング + +よくある問題の解決策を入手したり、ヘルプを探したりするには、[デルのDiscordサーバ](https://discord.gg/xRtZsmHBVj) + +## 🙌に感謝 + +-Weedwacker-kcp実装の提供 + +- [SqlSugar](https://github.com/donet5/SqlSugar)-ORMを提供 +- [LunarCore](https://github.com/Melledy/LunarCore)-いくつかのデータ構造とアルゴリズム diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md new file mode 100644 index 00000000..c98dd648 --- /dev/null +++ b/docs/README_zh-CN.md @@ -0,0 +1,72 @@ +# Danheng Server + +**__此项目正在开发中!__** + + + + +[EN](../README.md) | [簡中](README_zh-CN.md) | [繁中](README_zh-CN.md) | [JP](README_ja-JP.md) + +## 💡功能 + +- [√] **商店** +- [√] **编队** +- [√] **抽卡** - 自定义概率: ) +- [√] **战斗** - 场景技能中有一些错误 +- [√] **场景** - 行走模拟器、交互、正确加载实体 +- [√] **基本的角色培养** - 一些小bug,影响体验不大 +- [√] **任务** - 已完成男主的许多任务,若你选择女主则可能会在某些任务中卡住,需要修复 +- [-] **朋友** - 开发中... +- [-] **模拟宇宙** - 开发中... + +- [ ] **更多** - Comming soon... + +## 🍗使用&安装 + +### 快速启动 + +1. 在 [Action](https://github.com/StopWuyu/DanhengServer/actions) 下载可执行文件 +2. 打开下载完成的 `DanhengServer.zip` 解压至任意文件夹 __*最好是英文路径*__ + +> (可选) 在源代码的WebServer文件夹中下载 `certificate.p12` 使得以HTTPS模式启动 让你的传输更安全: ) + +3. 运行GameServer.exe +4. 运行代理 启动游戏 链接,享受! + +### 构建 + +Danhengserver使用Dotnet构建 + +**前置:** + +- [.NET](https://dotnet.microsoft.com/) +- [Git](https://git-scm.com/downloads) + +##### Windows + +```shell +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer.git +cd DanhengServer +.\dotnet build # 编译 +``` + +## ❓帮助 + +- 支持安卓系统 +- 100040119(无法自动完成)(使用 /mission finish 100040119 进行修复) + +## ❕️故障排除 + +获取常见问题的解决方案或寻求帮助,请加入[我们的Discord服务器](https://discord.gg/xRtZsmHBVj) + +## 🙌鸣谢 + +- Weedwacker - 提供 kcp 实现 +- [SqlSugar](https://github.com/donet5/SqlSugar) - 提供 ORM +- [LunarCore](https://github.com/Melledy/LunarCore) - 一些数据结构和算法 diff --git a/docs/README_zh-TW.md b/docs/README_zh-TW.md new file mode 100644 index 00000000..a9991e2d --- /dev/null +++ b/docs/README_zh-TW.md @@ -0,0 +1,72 @@ +# Danheng Server + +**__此項目正在開發中!__** + + + + +[EN](../README.md) | [簡中](README_zh-CN.md) | [繁中](README_zh-CN.md) | [JP](README_ja-JP.md) + +## 💡功能 + +- [√] **商店** +- [√] **編隊** +- [√] **抽卡** - 自定義概率: ) +- [√] **戰鬥** - 場景技能中有一些錯誤 +- [√] **場景** - 行走模擬器、交互、正確加載實體 +- [√] **基本的角色培養** - 一些小bug,影響體驗不大 +- [√] **任務** - 已完成男主的許多任務,若你選擇女主則可能會在某些任務中卡住,需要修復 +- [-] **好友系統** - 開發中... +- [-] **模擬宇宙** - 開發中... + +- [ ] **更多** - Comming soon... + +## 🍗使用&安裝 + +### 快速啟動 + +1. 在[Action](https://github.com/StopWuyu/DanhengServer/actions) 下載可執行文件 +2. 打開下載完成的 `DanhengServer.zip` 解壓至任意文件夾 __*最好是英文路徑*__ + +> (可選) 在源代碼的WebServer文件夾中下載 `certificate.p12` 使得以HTTPS模式啟動 讓你的傳輸更安全: ) + +3. 運行GameServer.exe +4. 運行代理 啟動遊戲 鏈接,享受! + +### 構建 + +Danhengserver使用Dotnet構建 + +**前置:** + +- [.NET](https://dotnet.microsoft.com/) +- [Git](https://git-scm.com/downloads) + +##### Windows + +```shell +git clone --recurse-submodules https://github.com/StopWuyu/DanhengServer.git +cd DanhengServer +.\dotnet build # 編譯 +``` + +## ❓幫助 + +- 支持安卓系統 +- 100040119(無法自動完成)(使用 /mission finish 100040119 進行修復) + +## ❕️故障排除 + +獲取常見問題的解決方案或尋求幫助,請加入[我們的Discord服務器](https://discord.gg/xRtZsmHBVj) + +## 🙌鳴謝 + +- Weedwacker - 提供 kcp 實現 +- [SqlSugar](https://github.com/donet5/SqlSugar) - 提供 ORM +- [LunarCore](https://github.com/Melledy/LunarCore) - 一些數據結構和算法