Explorar el Código

updated readme

Scrublord1336 hace 6 años
padre
commit
2b88bf4b03
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -16,6 +16,8 @@ The mod can be installed into the following Plugin Managers:
 
 Installations instructions for both methods can be found below.
 
+Additionally it can be installed without a dependency on a plugin manager through ReiPatcher.
+
 ## Configuration
 The default configuration file, looks as such (2.4.0+):
 
@@ -120,6 +122,10 @@ The file structure should like like this
 {GameDirectory}/AutoTranslator/AnyTranslationFile.txt (this files will be auto generated by plugin!)
  ```
 
+## Other Info
+
+### Translating Mods
+Often other mods UI are implemented through IMGUI. As you can see above, this is disabled by default. By changing the "EnableIMGUI" value to "True", it will start translating IMGUI as well, which likely means that other mods UI will be translated.
 
 ## Integrating with Auto Translator
 I have implemented a system that allows other dedicated translation mods to integrate with XUnity AutoTranslator.