Tool Translator++ 4.9.28 Standard Version / Developer Version

5.00 star(s) 1 Vote
Sep 28, 2022
19
5
Is it possible to skip lines like create_lily_character
it should be. paste this code to options-->custom escaper


/(if|en)\([\w \=\[\]\&<\>\|\.\$\_\+\-\*\/\@\!]+\)/gi,
/(\\[a-zA-Z0-9]+\[.*?\])+/gi,
/(\\[a-zA-Z0-9]+<.*?\>)+/gi,
/(\\[a-zA-Z\{\}\\\$\.\|\!\><\^])+/gi,
/(\@[0-9]+)+/gi,
/(?<=\{)(.*?)(?=\})/gi,
/(?<=\[)(.*?)(?=\])/gi,
/(?<=<)(.*?)(?=>)/gi,
/((#|%)+\w+)|(\w+(#|%)+)|((#|%)+\([a-zA-Z]+\))+/gi,
/(\w+_\w+)|(_+\w+)|(\w+_)/gi,
/(?<=\{)(.*?)(?=\})/gi,
/(?<=\[)(.*?)(?=\])/gi,
/(?<=<)(.*?)(?=>)/gi,
/((#|%)+\w+)|(\w+(#|%)+)|((#|%)+\([a-zA-Z]+\))+/gi,
/(\w+_\w+)|(_+\w+)|(\w+_)/gi,
/[a-zA-Z\/\\\=\_0-9]+(\.)+(ttf|otf|png|mp3|mp4|ogg|wav|jpg|webm|avi|webp)/gi,
function(currentText) {
return ["string to escape", "string to escape 2"]
},
"literal string"
 

TheExorcist-

Member
Dec 8, 2019
111
57
I guess you're new to translation xd. You can't translate image files, your job is with dialogues, man Example:script.rpy
 

TheExorcist-

Member
Dec 8, 2019
111
57
And I guess you are trying to translate a sandbox game, which requires some patience. Despite the codes we have shared here, you may need to manually debug or correct the lines after batch translation, in short, you need to master the translator++ application in terms of knowledge.
 

kumasaki

Newbie
Jul 15, 2017
80
50
I have a question, can we use the translation from the old version of the game to move to the new version?
For example, the new version has more CG scenes, but the old translation data cannot be used.
Do we have to translate everything again?

I'm not good at explaining, and I apologize for the translation.
 

archedio

Well-Known Member
Modder
Apr 18, 2019
1,020
3,333
I have a question, can we use the translation from the old version of the game to move to the new version?
For example, the new version has more CG scenes, but the old translation data cannot be used.
Do we have to translate everything again?

I'm not good at explaining, and I apologize for the translation.
There's no need to translate everything again.
Your old translation can be transferred to the new game version using the import function.
 
  • Like
Reactions: kumasaki

DakotaHilton

Newbie
May 13, 2017
15
4
Can someone please re-upload these versions?

Translator++ 4.7.30 Developer x64

Translator++ 4.7.30 Developer x32
 

Dark Pixel

Newbie
Nov 28, 2022
99
329
Can someone please re-upload these versions?

Translator++ 4.7.30 Developer x64

Translator++ 4.7.30 Developer x32
Of the Translator++ 4 version, only this survives in the cloud:



 
Last edited:
  • Like
Reactions: DakotaHilton

DakotaHilton

Newbie
May 13, 2017
15
4
Of the Translator++ 4 version, only this survives in the cloud:



thank you so much, I'm trying to translate a game made in rmvxace, Before formatting my PC I had no problems translated,It seems that this application is the one that produces the error rpgmt_cli_v4.5 It gives me the error 0xc000007b When I try to create a new project x.png If anyone knows how to fix this error oe another way to translate RPG Maker XV Ace games I hope someone can help me
I already managed to solve my error, I just needed a dll that I already had, but this time I put it in the application that does not work
 
Last edited:
5.00 star(s) 1 Vote