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!
I really like the idea to combine surf, waterfall, and dive.
Rock Climb could be tricky since it isn't in PE and you have to add it yourself. So the Item would only work with my implementation of Rock Climb. But on the other hand, if you have the item you can't use the field move anyways.
Since there is no Defog in the game you probably have to manipulate the overworld weather. I haven't looked into how weather works yet, but in theory, this should be doable. Something like a "Rainremover" or "Weatherremover" would then also be a possibility.
This resource lets you define items that can be used instead of HM moves.
Since the original script from Marin is no longer usable in V19.1 and later, I sat down and reworked the whole script to work again.
While doing so, I updated the script to be able to be loaded via the "new" Plugin...
This also happens with surf. I am actually currently working on a complete overhaul of the script, but there is an easy fix for now.
Go in the Cut section and in the ItemHandlers::UseFromBag part change the return false to next 0
To fix surf go to the surf section. In the...
I am using V19.1 and it obviously doesn't work. Even Leondrea's fix doesn't work anymore. So I tried to fix it.
I first started by removing every instance of Kernel, as Golisopod User said. It, unfortunately, wasn't that easy. After hours of code changes and tests I now have a working version...