You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool enables you to open the KUP file from Kuriimu, translates the "OriginalText" and sets the "EditedText" to the target language.
3
+
4
+
# Pre-Requisites
5
+
-[x] Windows
6
+
-[x] .NET Framework 4.5.2
7
+
-[x] .NET C# Language Version 7.1+
8
+
9
+
# How does it work
10
+
Execute the executable with parameters and it will do the work for you.
11
+
12
+
## Parameters
13
+
-file => Setting the target filename. Example: -file:"C:\temp\XYZ.kup" **Required**
14
+
15
+
-lng => Setting the target language. Example: -lng:ro (Romaji) or -lng:en (English) **Required**
16
+
17
+
-from => In each KUP files, there are names in this format "textXYZ". You can set the number from which the tool shall start the translation. Example: -from:2000 **Optional**
18
+
19
+
-to => In each KUP files, there are names in this format "textXYZ". You can set the number until which the tool shall do the translation. Example: -to:2100 **Optional**
20
+
21
+
Full example: SimpleKupTranslator.exe -file:"C:\temp\test.kup" -lng:ro -from:1200 -to:1250
0 commit comments