From d784bee5faa9a621a630f4b0ce1ac020f9f4aa8a Mon Sep 17 00:00:00 2001
From: moraxs <98573765+moraxs@users.noreply.github.com>
Date: Thu, 8 Jun 2023 19:32:58 +0800
Subject: [PATCH] Add README_ Zh-CN.md and README_ Zh-TW.md (#3)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Add files via upload
update README。md
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
support zh-CN and zh-TW
* Add files via upload
* Update README.md
* Update README_zh-CN.md
* Update README_zh-TW.md
* Update README_zh-CN.md
* Update README_zh-TW.md
* Update README_zh-CN.md
* Update README_zh-TW.md
* Add files via upload
---
Docs/README_zh-CN.md | 68 ++++++++++++++++++++++
Docs/README_zh-TW.md | 130 +++++++++++++++++++++++++++++++++++++++++++
README.md | 26 +++++----
3 files changed, 214 insertions(+), 10 deletions(-)
create mode 100644 Docs/README_zh-CN.md
create mode 100644 Docs/README_zh-TW.md
diff --git a/Docs/README_zh-CN.md b/Docs/README_zh-CN.md
new file mode 100644
index 0000000..484ec02
--- /dev/null
+++ b/Docs/README_zh-CN.md
@@ -0,0 +1,68 @@
+
+

+
+
+[EN](../README.md) [简中](Docs/README_zh-CN.md) [繁中](README_zh-TW.md)
+# PemukulPaku
+A private server implementation for a third impact game but made in see sharp
+## 快速开始
+**先决条件*
+阅读文章的能力
+GitHub 账户
+[.NET 6 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
+在命令行运行如下命令
+```
+dotnet dev-certs https
+```
+[MongoDB](https://www.mongodb.com/try/download/community)
+**快速开始*
+克隆存储库
+```
+git clone https://github.com/rafi1212122/PemukulPaku.git
+```
+
+从[这里](https://github.com/rafi1212122/PemukulPaku/actions)下载最新action.
+进入PemukulPaku文件夹,将下载的action解压到该文件夹下
+下载资源文件 [resources](***REMOVED*** 并将其解压放置在 `Common\Resources`目录下
+```
+├───Common
+│ └───Resources
+│ └───ExcelOutputAsset
+│ └───Proto.cs
+
+
+```
+**运行服务*
+1.运行 PemukulPaku.exe
+**连结至服务器*
+选择你想要的代理工具 (mitmproxy/Fiddler reccomended)
+使用以下脚本之一进行代理配置::
+[mitmproxy](https://gist.github.com/rafi1212122/5cc76297d6cf6396de5fc572d1e55812#file-proxy-py)
+[Fiddler](https://github.com/rafi1212122/PemukulPaku/wiki/Starting#connecting-to-the-server)
+
+
+了解更多[GitHub wiki](https://github.com/rafi1212122/PemukulPaku/wiki)
+
+## GM 命令
+* **在哪里输入命令?**\
+在控制台或者游戏内聊天窗口
+以下是可用的命令::
+1. `level `
+ * 设置玩家等级
+ * 例如:
+ * `level 88`
+2. `avatar <...>`
+ * 将角色添加到用户帐户或修改角色信息
+ * 例如:
+ * `avatar add 713`
+ * `avatar modify 713 Level 80`
+ * 请注意 字母L是大写的
+3. `give `.
+ * 获取所有角色, 、武器、徽章、材料或服装
+ * 例如:
+ - `give avatars`
+
+了解更多[development](https://github.com/rafi1212122/PemukulPaku/wiki/Development)
+
+## 支持
+[Discord server](https://discord.gg/fbsRYc7bBA) or GitHub issue
diff --git a/Docs/README_zh-TW.md b/Docs/README_zh-TW.md
new file mode 100644
index 0000000..16ed039
--- /dev/null
+++ b/Docs/README_zh-TW.md
@@ -0,0 +1,130 @@
+
+
+
+
+
+[EN](../README.md)|[簡中](README_zh-CN.md)|[繁中](Docs/README_zh-TW.md)
+
+# PemukulPaku
+
+A private server implementation for a third impact game but made in see sharp
+
+## 快速開始
+
+**先決條件*
+
+閱讀文章的能力
+
+GitHub帳戶
+
+[.NET 6 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
+
+在命令列運行如下命令
+
+```
+
+dotnet dev-certs https
+
+```
+
+[MongoDB](https://www.mongodb.com/try/download/community )
+
+**快速開始*
+
+尅隆存儲庫
+
+```
+
+git clone https://github.com/rafi1212122/PemukulPaku.git
+
+```
+
+
+
+從[這裡]下載最新action(https://github.com/rafi1212122/PemukulPaku/actions)下載最新action.
+
+進入PemukulPaku資料夾,將下載的action解壓到該資料夾下
+
+下載資源檔[resources](***REMOVED***
+
+```
+
+├———Common
+
+│└———Resources
+
+│└———ExcelOutputAsset
+
+│└———Proto.cs
+
+
+
+
+```
+
+**運行服務*
+
+1.運行PemukulPaku.exe
+
+**連結至服務器*
+
+選擇你想要的代理工具(mitmproxy/Fiddler reccomended)
+
+使用以下腳本之一進行代理配寘::
+
+[mitmproxy](https://gist.github.com/rafi1212122/5cc76297d6cf6396de5fc572d1e55812#file -proxy-py)
+
+[Fiddler](https://github.com/rafi1212122/PemukulPaku/wiki/Starting#connecting -to-the-server)
+
+
+
+
+瞭解更多[GitHub wiki](https://github.com/rafi1212122/PemukulPaku/wiki)
+
+
+
+## GM命令
+
+* **在哪裡輸入命令?**\
+
+在控制台或者遊戲內聊天視窗
+
+以下是可用的命令::
+
+1. `level `
+
+*設定玩家等級
+
+*例如:
+
+* `level 88`
+
+2. `avatar <…>`
+
+*將角色添加到使用者帳戶或修改角色資訊
+
+*例如:
+
+* `avatar add 713`
+
+* `avatar modify 713 Level 80`
+
+*請注意字母L是大寫的
+
+3. `give `.
+
+*獲取所有角色,、武器、徽章、資料或服裝
+
+*例如:
+
+- `give avatars`
+
+
+
+瞭解更多[development]( https://github.com/rafi1212122/PemukulPaku/wiki/Development)
+
+
+
+##支持
+
+[Discord server]( https://discord.gg/fbsRYc7bBA)or GitHub issue
diff --git a/README.md b/README.md
index 4603197..2555422 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,16 @@
-# PemukulPaku
-
-## Getting Started
-[GitHub wiki](https://github.com/rafi1212122/PemukulPaku/wiki)
-
-## Development
-[Building](https://github.com/rafi1212122/PemukulPaku/wiki/Development#building)
-
-## Support
-[Discord server](https://discord.gg/fbsRYc7bBA) or GitHub issue
+
+
+
+
+[EN](README.md) [简中](Docs/README_zh-CN.md) [繁中](Docs/README_zh-TW.md)
+# PemukulPaku
+
+## Getting Started
+[GitHub wiki](https://github.com/rafi1212122/PemukulPaku/wiki)
+
+## Development
+[Building](https://github.com/rafi1212122/PemukulPaku/wiki/Development#building)
+
+## Support
+[Discord server](https://discord.gg/fbsRYc7bBA) or GitHub issue
+