|
@@ -40,7 +40,7 @@ Additionally it can be installed without a dependency on a plugin manager throug
|
|
|
## Installation
|
|
|
The plugin can be installed in following ways:
|
|
|
|
|
|
-### BepInEx Plugin
|
|
|
+### BepInEx (4.x) Plugin
|
|
|
REQUIRES: [BepInEx plugin manager](https://github.com/BepInEx/BepInEx) (follow its installation instructions first!).
|
|
|
|
|
|
1. Download XUnity.AutoTranslator-BepIn-{VERSION}.zip from [releases](../../releases).
|
|
@@ -58,6 +58,24 @@ The file structure should like like this:
|
|
|
{GameDirectory}/BepInEx/Translation/AnyTranslationFile.txt (these files will be auto generated by plugin!)
|
|
|
```
|
|
|
|
|
|
+### BepInEx (5.x) Plugin
|
|
|
+REQUIRES: [BepInEx plugin manager](https://github.com/BepInEx/BepInEx) (follow its installation instructions first!).
|
|
|
+
|
|
|
+ 1. Download XUnity.AutoTranslator-BepIn-5x-{VERSION}.zip from [releases](../../releases).
|
|
|
+ 2. Extract directly into the game directory, such that the plugin dlls are placed in BepInEx folder.
|
|
|
+
|
|
|
+The file structure should like like this:
|
|
|
+```
|
|
|
+{GameDirectory}/BepInEx/plugins/XUnity.AutoTranslator/XUnity.AutoTranslator.Plugin.Core.dll
|
|
|
+{GameDirectory}/BepInEx/plugins/XUnity.AutoTranslator/XUnity.AutoTranslator.Plugin.BepInEx.dll
|
|
|
+{GameDirectory}/BepInEx/plugins/XUnity.AutoTranslator/XUnity.AutoTranslator.Plugin.ExtProtocol.dll
|
|
|
+{GameDirectory}/BepInEx/plugins/XUnity.AutoTranslator/XUnity.RuntimeHooker.dll
|
|
|
+{GameDirectory}/BepInEx/plugins/XUnity.AutoTranslator/XUnity.RuntimeHooker.Core.dll
|
|
|
+{GameDirectory}/BepInEx/plugins/XUnity.AutoTranslator/ExIni.dll
|
|
|
+{GameDirectory}/BepInEx/plugins/XUnity.AutoTranslator/Translators/{Translator}.dll
|
|
|
+{GameDirectory}/BepInEx/Translation/AnyTranslationFile.txt (these files will be auto generated by plugin!)
|
|
|
+```
|
|
|
+
|
|
|
### IPA Plugin
|
|
|
REQUIRES: [IPA plugin manager](https://github.com/Eusth/IPA) (follow its installation instructions first!).
|
|
|
|