Tool Translator++ 4.9.28 Standard Version / Developer Version

5.00 star(s) 1 Vote

Reversedh

Member
Dec 11, 2018
392
1,229
Sorry if this comment is being spawn at 2 threads because i don't know which thread is the active one.... There are like 2 thread about Translator ++

Hi, how can i translate the img folder ?, i used T++ and import it with the game.exe file, after all the actions, i got the Data file translated (such as map.json...), but not the img folder, which there are still quite a lot of Japanese files View attachment 2744535 View attachment 2744537 View attachment 2744541
 

Aescanor

Member
Dec 11, 2019
259
297
Sorry if this comment is being spawn at 2 threads because i don't know which thread is the active one.... There are like 2 thread about Translator ++

Hi, how can i translate the img folder ?, i used T++ and import it with the game.exe file, after all the actions, i got the Data file translated (such as map.json...), but not the img folder, which there are still quite a lot of Japanese files View attachment 2744535 View attachment 2744537 View attachment 2744541
Do not translate img the game will crash extension img Hue Images and images are not translated if you try to translate images in an automatic way the game will crash
 
  • Like
Reactions: Reversedh

Reversedh

Member
Dec 11, 2018
392
1,229
Do not translate img the game will crash extension img Hue Images and images are not translated if you try to translate images in an automatic way the game will crash
Is there anyway to translate the img file name or i can only do it one by one by rename it like normal file ?? My game keeps getting "failed to load: img/pictures/abc.png" which i think can be solve by right click to that file and rename it like what the game tell. Is there anyway to make this faster ?? 1688490932850.png 1688490945858.png
 
Nov 2, 2021
281
223
Is there anyway to translate the img file name or i can only do it one by one by rename it like normal file ?? My game keeps getting "failed to load: img/pictures/abc.png" which i think can be solve by right click to that file and rename it like what the game tell. Is there anyway to make this faster ??
I answered you in another thread... Try to write in one place, please.
 

nivak.mal

Member
Jul 25, 2017
165
94
maybe i'm just dumb but could someone explain to me how to change the yaml back into rvdata2 files? i'm trying to do a patch for RJ194013, when i put it into translator++ it converts the rvdata2 files into yaml and splits up i think the script file. After i'm done editting the text how do i convert it back into rvdata? trying to export it to either a game file or zip file just has translator++ shut down by itself without exporting anything after a while of loading.
 

magrao121

Member
Apr 1, 2019
458
398
maybe i'm just dumb but could someone explain to me how to change the yaml back into rvdata2 files? i'm trying to do a patch for RJ194013, when i put it into translator++ it converts the rvdata2 files into yaml and splits up i think the script file. After i'm done editting the text how do i convert it back into rvdata? trying to export it to either a game file or zip file just has translator++ shut down by itself without exporting anything after a while of loading.
check the boxes for the files and do a export to a folder, duno about rvdata but since it splits everything maybe you have to export all the files? im downloading that game to test it.
nvm sorry, saw this now "trying to export it to either a game file or zip file just has translator++ shut down by itself" ill try here to see if it shuts down too
1688596235986.png
 
Last edited:

nivak.mal

Member
Jul 25, 2017
165
94
check the boxes for the files and do a export to a folder, duno about rvdata but since it splits everything maybe you have to export all the files? im downloading that game to test it.
nvm sorry, saw this now "trying to export it to either a game file or zip file just has translator++ shut down by itself" ill try here to see if it shuts down too
View attachment 2747741
thx for the quick reply, ya i tried the first two options it just shuts down, maybe i'm suppose to run it in admin i'll try again later. I have the latest version too just downloaded 2 days ago so i don't think any files are outdated.
edit: oh i might just be dumb and didn't check the boxes on the left

edit: tried it with the boxes checked in admin mode, it just does the usual parsing then crashes mid way and nothing shows up in the folder. I've used it before with a few tsurumiku vns so idk if its just an issue specifically with rpgmaker anyone else have this issue?
Looks like it works if i manually checkbox the yaml files one by one to export and ignore the script section.
 
Last edited:

nivak.mal

Member
Jul 25, 2017
165
94
Sorry man, I tried to load the game 3 times and the translator just stops working loading the files, but did you get the version from this thread or the other thread? https://f95zone.to/threads/translator-ver-3-10-1.73092/post-10721286
And if you manage to make it work do me a favor and share it on my dm, game looks interesting.
i can export the files into rvdata2 after they've been edited if i just select them one by one and just right click export. but it'll still crash if i export the whole thing maybe cause it unpacks the script.
I actually downloaded from the dreamsavior.net site directly i didn't use the f95 links. it's the free public version.
the game's playable with mtool so you can try using that though it might be a bit too big now.
 
  • Like
Reactions: magrao121

xxntqxx

New Member
Jul 14, 2021
5
0
when i select executable file from renpy game MsDenvers-0.4.0.5-pc got error not seeing scripts file to translate sorry when i use google translate
 
Last edited:

DARKETE

New Member
Jul 31, 2023
2
0
I found a way that works without a spooky executable triggering AVs.
(Tested on Windows 10.)

You can put this at the front of the batch file and then it will automatically request admin rights:
Bash:
REM  --> Check for permissions
    IF "%PROCESSOR_ARCHITECTURE%" EQU "amd64" (
>nul 2>&1 "%SYSTEMROOT%\SysWOW64\cacls.exe" "%SYSTEMROOT%\SysWOW64\config\system"
) ELSE (
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
)

REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
    echo Requesting administrative privileges...
    goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    set params= %*
    echo UAC.ShellExecute "cmd.exe", "/c ""%~s0"" %params:"=""%", "", "runas", 1 >> "%temp%\getadmin.vbs"

    "%temp%\getadmin.vbs"
    del "%temp%\getadmin.vbs"
    exit /B

:gotAdmin
    pushd "%CD%"
    CD /D "%~dp0"
I've attached the finished bat and even though it does exactly the same as the executable, it does not triggers any AVs.
View attachment 2676074
It also has a self closing countdown now, so you know exactly when you can start using stuff requiring an internet connection in Translator++.
Can you pass me the links to Translator++ 4.9.28 crack?, as they are down and I want to start translating projects to help translate projects that others want!
 

Shisaye

Engaged Member
Modder
Dec 29, 2017
3,180
5,499
Can you pass me the links to Translator++ 4.9.28 crack?, as they are down and I want to start translating projects to help translate projects that others want!
Oh... No one here made mirrors?
I guess it's such an outdated version at this point that the Russians stopped hosting it.

Here's the base files:

Password is
Code:
Downloaded from Porno-Island
The attached translator++_x64.7z has the profile that goes into C:\Users\USER\AppData\Local and then you start it with the bat from the attached RUNTranslator.zip.
 
Last edited:
  • Like
Reactions: YokoSan

DARKETE

New Member
Jul 31, 2023
2
0
Oh... No one here made mirrors?
I guess it's such an outdated version at this point that the Russians stopped hosting it.

Here's the base files:

The attached translator++_x64.7z has the profile that goes into C:\Users\USER\AppData\Local and then you start it with the bat from the attached RUNTranslator.zip.
So which version do you recommend? right now I installed the 5.3.31b from the Russians page, is that the good one or another? the version I found has all the addons and much more, but I do not know if it has a crack or something but if it is functional so far I have tried it although I am new I have not used very complex functions. and what is the function of the run translator?
 

Shisaye

Engaged Member
Modder
Dec 29, 2017
3,180
5,499
So which version do you recommend? right now I installed the 5.3.31b from the Russians page, is that the good one or another? the version I found has all the addons and much more, but I do not know if it has a crack or something but if it is functional so far I have tried it although I am new I have not used very complex functions. and what is the function of the run translator?
If you use the normal executable to start Translator++ 4.9.28 you will get a "you are banned" popup and your profile will be deleted.
The bat prevents the executable from checking whether or not you are banned and just lets you start anyway.

Translator++ has it's problems in general, whenever Dreamsavior fixes something, he breaks something else. It really depends what you are trying to translate.
If you just want to translate RPGM games (not wolf, wolf never worked properly), then there's no real benefit to the newer versions, because basically all the new updates are about Dreamsavior's attempts at other engines. (And still failing at wolf, it still doesn't work properly in the latest version.)

It also depends if you are using custom scripts or not.
Currently custom scripts seem to be randomly broken in the public version. (5.3.31b, all versions with b at the end are the public ones.)
Sometimes they just refuse to execute even though the code is correct and works in other versions.

In case you have no clue what I mean with custom scripts, as an easy example, let's say you are using Red Sugoi, you batchtranslated to Initial, and you are tired of manually putting in the replace orders to get rid of the unk placeholders scattered everywhere.

You would instead select everything, right-click, run custom script, on row level, and then put in:
JavaScript:
if (!this.cells[1]) return;
this.cells[1] = this.cells[1].replaceAll("<unk>\"", "");
this.cells[1] = this.cells[1].replaceAll("<unk>", "");
this.cells[1] = this.cells[1].replaceAll("unk>", "");
(Obviously quite the overkill to use a script just for 3 replacers, but you get the idea.)

If that is something you do not use or care about, then there's not much reason to still use 4.9.28.
 
Last edited:

Noel_Aran21

Newbie
Sep 30, 2019
27
45
Oh... No one here made mirrors?
I guess it's such an outdated version at this point that the Russians stopped hosting it.

Here's the base files:

The attached translator++_x64.7z has the profile that goes into C:\Users\USER\AppData\Local and then you start it with the bat from the attached RUNTranslator.zip.
how to change the GUI to english? mine is in Russian language
 
5.00 star(s) 1 Vote