• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Battle Introduction Animation

v20.1 Battle Introduction Animation 1.0.0

This resource pertains to version 20.1 of Pokémon Essentials.
Pokémon Essentials Version
v20.1 ➖
Original script by bo4p5678, updated to v20 by me. Since bo4p has seemingly left and took all their plugins with them, I decided I'd keep their plugins alive and bring them to newer version of Essentials (and add onto some of them if I feel like I can make useful additions)

oiiNGyR.gif
xsTywVP.gif

With this plugin, you can add an animation for encounters with both wild Pokémon AND Trainers that change based on the environment, and best of all, it's customizable so you can add your own graphics and environments easily. As of now, it replicates gen 3 but in the future, a version that replicates gen 4's battle introduction might hopefully happen.

How to install and use:
Simply install the zip and place the contents in the root of your game's folder. That is all.

What does the base plugin come with?
By default, the plugin includes graphics mimicking Pokémon Emerald's introductions. These all function perfectly fine, however you can replace these with your own, better looking graphics if you wish (ones such as Water might benefit from a new graphic considering how small it is).

Check here if you want to see them in action.
Grass
vPlCc7m.gif

Tall Grass
CMwU5m4.gif

Cave
q8FEP6V.gif

Sand
YCTa3i8.gif

Water
Dwa9EGH.gif

Underwater
xsTywVP.gif

How to customize and add my own graphics and environments:
Adding your own graphics and environments is easy.
In Graphics/Pictures/Battle Introductions, simply replace the file in there with one of your own. Each graphics is 512x384 in size, however only the top 288 pixels are shown.
The area in red can be used, the area in blue will not be shown.
RgixLc8.png
How to add new environments and graphics:
Making a new environment is easy. First, register your new environment in the Environments script (or use an unused pre-existing environment that's already been created). For this example, I will be using volcano, and making a fire graphic. You can use any image program you want, whether it be Paint or Photoshop. I will be using GIMP.

Within the plugins folder, look for the 'Battle Introductions.rb' file and open it up (any text editor will do, though I would recommend anything like Notepad++).
Look down a few lines and this section.
VxKuEro.png

Under
Ruby:
when :Rock, :Sand
                @name = "Sand"
Add your own code using this format
Ruby:
when :EnvironmentName
                @name = "Graphic name"
pOjB6CA.png

Congratulations. You have set up an environment with this plugin.

First, create a new image that is 512x384 in size
r2U8CYi.png

Remember, only the top 288 pixels will be shown, as the bottom 96 are covered by the UI
e5aDWve.png

Draw in your graphic, be sure that they match on on both ends for a convincing endless loop, and try to keep it pretty big, or else it might go off screen too quickly (refer to the default Water animation)
P78Itiz.png

If you drew in a background guide like I did, be sure to remove it and ensure you have a transparent background before saving it
J7hHFE0.png

Now save the image to Pictures/Battle Introductions using the name you set earlier + Animation (in my example, I set the name to "Fire" so the graphic MUST be called "Fire Animation"
SCJp2P8.png

Now test your encounter in your game!
PFDpfZ4.gif

If you find that your new graphic isn't showing up, check that the map's environment is correctly set in the map metadata. If you have any further questions or need help, feel free to ask.
Credits
Credits if used: bo4p5678, Richard PT
No need to credit me, all I did was update it
Author
SkyArmyRecru1t
Downloads
753
Views
5,464
First release
Last update
Rating
5.00 star(s) 1 ratings
Back
Top