Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Smogon! Take a moment to read the Introduction to Smogon for a run-down on everything Smogon, and make sure you take some time to read the global rules.
I tried looking through that before but alas they only seem to list the messages, not what the messages could contain. For example, with |-sidestart|, , they don't list all the potential side conditions. I'm just looking for such a list of all potential side/field conditions.
I'm doing a low-level neural network project with Pokémon showdown replays, but one key part of the encoding process is knowing all of the potential options to be encoded. I can't seem to find a good database anywhere that lists all the potential field effects, like weathers, terrains, rooms...
i managed to get it to work by routing the websocket through a usermade database! however, it won't run online without a wolfram mathematica membership since the free cloud version doesn't support websockets :,) so this whole project is a little doomed LOL.....
i dont know how to code in java...
thank u so much for the pointer, i had no idea what web sockets even were haha.
i'm having trouble actually connecting to the socket tho, as when i try from either link specified on the github, i get:
i'm able to open other basic sockets just fine, so do you have any ideas as to what i'm doing...
i'm doing a school project using surface level machine learning to analyze replay data and give action feedback in mathematica because i don't have the time yet to become versed in java. ideally, i want to be able to call some function Import[] with a live battle link that would be able to...