From 4e533f38eaa4609411dac17abdaecad65ccbf461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=B5=E5=A4=9C?= <34893504+xiaoye97@users.noreply.github.com> Date: Sun, 20 Dec 2020 14:03:34 +0800 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 277f0c2..26204e1 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,28 @@ VRoid汉化插件 ## 使用方法 #### 安装 -1. 下载BepInEx 64位,解压到软件根目录(https://github.com/BepInEx/BepInEx/releases) -2. 将VRoidChinese.dll放入BepInEx/plugins文件夹(如果没有则新建) -3. 将VRoid.Chinese.cfg放入BepInEx/config文件夹(如果没有则新建) -4. 启动VRoid Studio +0. 确保软件路径没有中文或其他特殊字符!!!确保软件路径没有中文或其他特殊字符!!!确保软件路径没有中文或其他特殊字符!!! +1. 下载Releases中的最新版本 +2. 解压到软件根目录,解压之后的文件结构如下(标星号*的为汉化插件,请确保路径正确) + +``` +|-VRoidStudio-vx.y.z-win + |-BepInEx* + |-config + |-BepInEx.cfg + |-VRoid.Chinese.cfg + |-core + |- ... + |-plugins + |-VRoidChinese.dll + |-VRoidStudio_Data + |-doorstop_config.ini* + |-UnityCrashHandler64.exe + |-UnityPlayer.dll + |-VRoidStudio.exe + |-winhttp.dll* +``` +3. 启动软件,软件启动时会比加汉化之前稍慢一些,是正常现象 ### 更新翻译 1. 如果插件没有更新,但是仓库中的翻译有更新,则从仓库下载VRoid.Chinese.cfg覆盖到BepInEx/config文件夹即可