• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

Moveset Converter 1.0

Pokémon Essentials Version
v16.2 ➖
(You need Python 3.5 for this).
If you're editing Pokemon_MultipleForms, you may notice that the moveset format used there is different to the moveset format in pokemon.txt. For my project, I needed to add lots of movesets, which meant adding these by hand would be very time costly. To get around this, I wrote a quick Python program to convert the moveset.

Bascially, you input a PBS moveset like this:
1,TACKLE,5,GROWL,7,EMBER,10,LEER

And the program will turn it into this:
[[1,:TACKLE],[5,:GROWL],[7,:EMBER],[10,:LEER]]

Pretty insignificant, but it saved me some time. You can take the converted result and plug it into the MultipleForms script from here.
Credits
None are needed, I don't mind whether you credit me or not, considering this was a quick 5-minute job.
  • Like
Reactions: OrreMIDI
Author
manta
Downloads
842
Views
930
First release
Last update
Rating
0.00 star(s) 0 ratings
Back
Top