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.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
The legend does it again! Recent commissioned two plugins I thought impossible for the engine, but Golisopod User proved me wrong! Criminally underprice for the work he does for one of the best coders here on relic castle. Great communicator and always there to fix something if an issue arise...
Quite a long time since last post put I managed to fix it with this:
class PokemonSystem
attr_accessor :battlesize
alias oldinitialize initialize
def initialize
oldinitialize
@battlesize = 0 # Battle size (0 = single, 1 = double 2 = triple)
end
end...
Ah! Right! I forgot about that. I agree. I do hope people do adapt to your plugin as it has a lot of potential and opens a new door for possibilities. Thanks for replying. I hope you are enjoying your break.
Got this error while playing around with the new data page. Not sure if is related, but wanted to share just in case. Also have that old bug with shiny icons when looking similar Pokémon.
Not sure why. It seems after installing this after the latest version of the plugin. I get this odd bug in the pokedex. There is no error that is produced so all I have is the my plugin list. If there is anything else you need to figure out this error let me know.
Edit: It seems after...