- 971
- Posts
- 8
- Years
- Age 22
- Seen Nov 28, 2022
![[PokeCommunity.com] Showdown Exporter [PokeCommunity.com] Showdown Exporter](https://i.imgur.com/OTLVPyn.png)
Pok?mon Showdown Exporter
This is a small script to generate text a usable text file in Pok?mon Showdown, based on your current party. By calling the method "pbShowdown", you generate the text file and it will be saved to "showdown.txt" in the root folder of your project.
Get the script here.
Get the script here.
How to use it
There are two main constants you need to worry about. Those are "SDWN_ALOLAN" and "SDWN_MOVES". Here's what both do.
- SDWN_ALOLAN: This is a hash of species (in symbols). You will see entries in this format:
:RATTATA => 1
This means that if the species that is currently going through the system is of species Rattata and has a form of 1, it will be treated - and exported - as an Alolan form. - SDWN_MOVES: Because we're working with Pok?mon Essentials, we can very easily make our own moves. That does not apply to Pok?mon Showdown, though. Therefore, you can change what your custom moves will be exported as. Here's the format:
:CUSTOM_MOVE_1 => :TACKLE
This means that if the move that is going through the system is a :CUSTOM_MOVE_1, it will be exported as :TACKLE.
Extra info
As some from the Relic Castle community may know, [user]Cilerba[/user]
made the original Showdown Exporter. Someone else, today, wanted a different one that accounted for Alolan forms as well, so I got in touch with him and rewrote his script to what it is now.
made the original Showdown Exporter. Someone else, today, wanted a different one that accounted for Alolan forms as well, so I got in touch with him and rewrote his script to what it is now.
Credits
Consider crediting the following people if you are using this script:
- [user]Cilerba[/user]
- [user]M3rein[/user]