Jump to content

Batch editor: Language is not working


Asia81

Recommended Posts

1 hour ago, Asia81 said:

Btw, where do I find all settings to the batch editor?

I want it to apply PKHeX suggested moves for each pokémon.

Best to just check the source code.

https://github.com/kwsch/PKHeX/blob/2cef99e4448d4a0a52e6c4f11b1f1a7c32dbd18c/PKHeX.Core/Editing/Bulk/BatchEditing.cs#L29-L32

.Moves=$suggest

^ should work iirc

Link to comment
Share on other sites

  • 4 months later...
2 hours ago, PokeTrainer88 said:

Hi, what exactly should i type in the batch editor to change the nickname into japanese language or english

Find the language ID you need to set (view a pkm with the selected language, then check what the Batch Editor says the Language value currently is).

.Language=(insert value here)

.IsNicknamed=false

  • Like 1
Link to comment
Share on other sites

5 hours ago, Kaphotics said:

Find the language ID you need to set (view a pkm with the selected language, then check what the Batch Editor says the Language value currently is).

.Language=(insert value here)

.IsNicknamed=false

Thank You Very Much!!

 

can you also help me with one more thing? lets say i want to put all the pokemon from pokedex number 1 to 150, is there any code that i can use?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...