You should consider joining our Discord to ask for support.

We created a support channel using the new Discord Forum feature!

You can also visit our new website, it has a help section in English and French

0 like 0 dislike
448 views
in Script help by (160 points)

I found an old Youtube tutorial , and it said to open the cmd and type:

game --util=translate

but this no longer works.

also, what version or Ruby do I install to edit the scripts? is it still ruby 2.6?

1 Answer

1 like 0 dislike
by (17.1k points)
selected by
 
Best answer
Pokemon names and items are already translated, just make sure your game is in English. If you're talking about what is displayed inside RMXP's database, don't use that. Everything database related should be modified using Ruby Host right now (and later, Studio, when it'll release).
by (160 points)
but what if I need to add items on the map, or have some NPC gift an item?
by (28.0k points)
Use the command take_item(:name) (when on ground) or give_item(:name) (when given by a NPC).

You can find how to replace name on that page: https://psdk.pokemonworkshop.com/db/db_item.html
...