|
@@ -1,4 +1,4 @@
|
|
-# XUnity Auto Translator
|
|
|
|
|
|
+# XUnity Auto Translator
|
|
|
|
|
|
## Text Frameworks
|
|
## Text Frameworks
|
|
This is an auto translation mod that hooks into the unity game engine and attempts to provide translations for the following text frameworks for Unity:
|
|
This is an auto translation mod that hooks into the unity game engine and attempts to provide translations for the following text frameworks for Unity:
|
|
@@ -13,6 +13,7 @@ It does go to the internet, in order to provide the translation, so if you are n
|
|
The mod can be installed into the following Plugin Managers:
|
|
The mod can be installed into the following Plugin Managers:
|
|
* [BepInEx](https://github.com/bbepis/BepInEx)
|
|
* [BepInEx](https://github.com/bbepis/BepInEx)
|
|
* [IPA](https://github.com/Eusth/IPA)
|
|
* [IPA](https://github.com/Eusth/IPA)
|
|
|
|
+ * UnityInjector
|
|
|
|
|
|
Installations instructions for both methods can be found below.
|
|
Installations instructions for both methods can be found below.
|
|
|
|
|
|
@@ -102,6 +103,21 @@ The file structure should like like this
|
|
{GameDirectory}/Plugins/ExIni.dll
|
|
{GameDirectory}/Plugins/ExIni.dll
|
|
{GameDirectory}/Plugins/Translation/AnyTranslationFile.txt (this files will be auto generated by plugin!)
|
|
{GameDirectory}/Plugins/Translation/AnyTranslationFile.txt (this files will be auto generated by plugin!)
|
|
```
|
|
```
|
|
|
|
+
|
|
|
|
+### UnityInjector Plugin
|
|
|
|
+REQUIRES: UnityInjector (follow its installation instructions first!).
|
|
|
|
+
|
|
|
|
+ 1. Download XUnity.AutoTranslator-UnityInjector-{VERSION}.zip from [releases](../../releases).
|
|
|
|
+ 2. Extract directly into the game directory, such that the plugin dlls are placed in UnityInjector folder. **This may not be game root directory!**
|
|
|
|
+
|
|
|
|
+The file structure should like like this
|
|
|
|
+```
|
|
|
|
+{GameDirectory}/UnityInjector/XUnity.AutoTranslator.Plugin.Core.dll
|
|
|
|
+{GameDirectory}/UnityInjector/XUnity.AutoTranslator.Plugin.Core.UnityInjector.dll
|
|
|
|
+{GameDirectory}/UnityInjector/0Harmony.dll
|
|
|
|
+{GameDirectory}/UnityInjector/ExIni.dll
|
|
|
|
+{GameDirectory}/UnityInjector/Translation/AnyTranslationFile.txt (this files will be auto generated by plugin!)
|
|
|
|
+ ```
|
|
|
|
|
|
### Standalone Installation (ReiPatcher)
|
|
### Standalone Installation (ReiPatcher)
|
|
REQUIRES: Nothing, ReiPatcher is provided by this download.
|
|
REQUIRES: Nothing, ReiPatcher is provided by this download.
|