What's new

[TOOL] Machine Translator - work for RPGMakerTrans, wolftrans


@prao179 Can you make a tutorial to setup Yandex API properly? When I try it, I'm only getting .'s translated, I think it may have something to do with language selection or something.

EDIT: Nvm, I figured it out. Having some issues with translating ifs, and's, and or's though, they seem to be ignoring the spaces.
 
Last edited:
Copy API to API.txt line by line between "BeGin" and "end". Copy both API.txt and trans-google-opt-free2.rb to use
sorry to bother you again but now instead of an API missing message I receive many "translations failed" messages, i did everything as you did

thank you
 

Attachments

  • Log_2018-10-24 22-55-15 .txt
    1.4 KB · Views: 6
  • 2.PNG
    2.PNG
    45.3 KB · Views: 44
  • Capture.PNG
    Capture.PNG
    46.2 KB · Views: 24
ok, i translated RJ228148, took me 3 free accounts :)

here patch and translation_en.json:


here is result:

 
Last edited:
Hey guys I think I found a workaround to the limited Google API. Its a pretty tedious process, but if you make a another email account you can have another API. To test this out I made 10 email accounts and all 10 work. I hope the way I explained the solution is clear enough.
 
Last edited:
Hey guys I think I found a workaround to the limited Google API. Its a pretty tedious process, but if you make a another email account you can have another API. To test this out I made 10 email accounts and all 10 work. I hope the way I explained the solution is clear enough.
yeah, that's the temporary method i using. I use 3email accounts
Google have some kind of error different than before, which not reach at day limit but keep return error.
And im doing to take a alternative way to solve that.

P/s: Thanks Sinigamhs Sinigamhs for donate me $10, that was my first time taking money from coding.
 
Oh! Didn't know of that one.
Glad I'm checking the concurrence.
*disappears in a puff of smoke with intel on prao's work*

Edit: as for editing the code shouldn't something like this work??
Code:
curCode = line.match("CONTEXT")

->

Code:
curCode = line.match("CONTEXT MPS")
 
Last edited:
It don't translate Map and Commonevents it skip that can anyone help my with that pls? 1543801787535.png
 
Last edited:

Attachments

  • Machine Translator - Optimize 9.20.2018.zip
    11.3 KB · Views: 37
Oh! Didn't know of that one.
Glad I'm checking the concurrence.
*disappears in a puff of smoke with intel on prao's work*

Edit: as for editing the code shouldn't something like this work??
Code:
curCode = line.match("CONTEXT")

->

Code:
curCode = line.match("CONTEXT MPS")
May not easy like that.
Some things would gone error if do unnecessary translate. I have to check that point.
like scripts in RPG Maker hard to translate.
Can u mention some light wolf-game ??
Maybe your game, it would faster if working on the game that have some people using and playing it.
I have no time to find any game at this time.
 
May not easy like that.
Some things would gone error if do unnecessary translate. I have to check that point.
like scripts in RPG Maker hard to translate.

Can u mention some light wolf-game ??
Maybe your game, it would faster if working on the game that have some people using and playing it.
I have no time to find any game at this time.
[RPG] [でじかご] Mai Nai Ver.1.03
 
Back
Top