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 had the same error code in vanilla Essentials v21.1 with Hotfix plugin.
I managed to solve this changing the following lines of code:
NOTE: [Line code num] Line to change —> New line of code
[41] @sprite = ::Sprites::Base.new(viewport) —> @sprite = Sprite.new(viewport)
[42]...
I already said the compatible scripts in the relative section. Everything else is to test out and is up to you. The script just replaces the static sprites with the animated ones, I don't see how a script that changes the battle-system and its UI should not be compatible however. Moreover, I...
Actually I didn't. I never thinked about shadow pokémons because I don't really like the idea, so they didn't come to my mind. I don't even know how Essentials manages them. But you can just replace the old istances of animatedBitmap with the new wrapper ones (be careful about the fact that the...
Tenshi of War updated Animated Sprites for vanilla Essentials with a new update entry:
Animated Sprites for vanilla Essentials
Read the rest of this update entry...
Sorry to answer so late.
This resource is gonna be updated very very soon, thanks to Luka S.J. who made a completely new wrapper for EBDX.
With the new script you can select how many frames to skip and/or how to speed it up (or slow it down).
The speed value was possible in the old version of...
The download now comes with:
► the script (instructions to install inside);
► all sprites in the Battlers folder, already resized in 96x96p (static sprites are not in the best quality!)
► an English PBS containing battlers coordinates (made for all 898 pokémons and forms)
Fixed some mistakes...
Tenshi of War updated Animated in-battle Sprites for vanilla Essentials with a new update entry:
All Sprites Repositioning
Read the rest of this update entry...
General Info
Have you ever wanted Pokémon animated sprites in your game?
Well then, I suggest you the new EBDX from Luka S.J! => Link here
However, if for some reason you don’t want it, or you can’t have it in your game, this resource allows you to have animated pokémon sprites in battle, in...