- Pokémon Essentials Version
- v17.2 ➖
Hidden Text
Hidden Text
DISCLAIMER
The following is a visual upgrade to the Pokémon Essentials starter kit. It was created to resemble the Gen 5 battle system in both the scene and behaviour.
All the scripts and graphics are 100% plug and play. This system does not support GIFs and is not styled or optimized to the likes of Gen 6 games, so the resources provided, and the positioning of the scene elements will not work ideally with new Gen 6 sprites/graphical resources.
Should you wish to make changes to the system, you may do so, but I will not provide you with any support or assistance. Tweak at your own risk! Everything you could possibly need is already included in the kit, and should some resources be missing, or should you wish to add more, you can do so manually.
Carefully read all the instructions .
Watch the video preview!
A small video compilation showcasing the key features
A small video compilation showcasing the key features
Features
New Features:
- Fully animated Pokémon sprites (spritesheet format)
- Fully animated Trainer sprites (spritesheet format)
- Dynamic battle scene motion
- Dynamic (and fully animated) in-battle weather
- Custom UI
- Support for in-battle Trainer dialogue
- Gen 5 styled ability messages
- New VS sequences and battle transitions
- New (custom coded) common animations
- New Evolution and Egg Hatching scenes (B/W styled)
- Insane new move animations!
- All 649 B2/W2 Pokémon sprites [front,back,shiny,formes] fully formatted and indexed are provided
- All B2/W2 Trainer sprites fully formatted but not indexed are provided
- Resource pack containing all the UI elements and animation files
- Several B2/W2 battle bases and backgrounds
- New metrics data for proper sprite positioning
- New Positioner.exe to easily reposition your sprites
- Audio files for several animations
- GIF to PNG converter
Instructions
Getting the new system to work has been made even easier! There is no need for you to worry and try to figure out how to install something, as everything will be done for you.
All of the configuration constants can be found within the script Settings. These have been commented in great detail, so please be sure to read what each of the configuration constants do.
Refer to this update post to learn how to set up the new Sun/Moon styled trainer VS sequences.
Since the system allows for in-battle trainer dialogue and BGM changes; if you'd like to use this feature you would need to turn the endspeech of the Trainers into an array, where the first field will be the speech after losing, second the speech during battle, and third (optional) the BGM filename that will be played.
Here is an example of how to use it:
Code:
pbTrainerBattle(PBTrainers::RIVAL1,"Test",["Not too shabby","It's not over yet!","final_battle.ogg"],false)
Let's talk sprites!
It is important to know that the Elite Battle System uses a different convention of formatting sprites as opposed to vanilla Essentials. First off; your sprites can either be set up in a sprite sheet and you can have them animated, or they can simply be single frame sprites to make them appear static on screen. On top of that, it is important to know that EBS handles all the scaling of the various sprites (both the baseline and then the zooms for the dynamic motion) automatically through the newly written BitmapWrapper. This means that you don’t have zoom your sprites to the default upscaled 200% resolution that vanilla Essentials enforces. Another crucial part to keep in mind when making sprites is that the width and height of each individual frame of the sprite must be the same; in other words, each frame has to be a square. EBS has to somehow calculate the number of frames you have in your individual sprite sheets, and it does so by dividing the width of the entire sheet, by its height. Unfortunately, I have not yet graduated Hogwarts, so I’m no expert in wizardry to do it any other way. To further illustrate what I mean, see the graphic below:
Alternatively, if you want your sprites to be resized but don't want to have to go through each sprite manually, you can do so by adjusting the appropriate configuration constants from within Settings.
Q: Help, the game is throwing out errors about missing Pokémon sprites!?
A: Run your game at least once in Debug mode to re-index the sprites.
Q: Help, I'm getting a 'NameError' 'uninitialized constant' error!?
A: This just means that you haven't compiled your game data yet. Please do so.
Q: Can I use GIFs with this system??
A: No. It's that simple
Q: Can I use static and/or default Essentials sprites in this?
A: As stated in the features list, yes. You can still use single frame, static sprites.
Q: How do I get this to work with a DS layout?
A: As of version 4.3.3, EBS no longer supports DS engines.
Q: HALP!!!! My sprites are huge/tiny?
A: If you're not using the resources provided, you'll have some issues at first. The system is not magic. However, you can use the EBS Sprite Positioner located in the EPI to position the sprites, and the scaling constants (in the Settings script) to automatically scale your sprites.
Q: My Mega Pokémon are all over the place in this. What gives?
A: As of v17 of Essentials you can now change battler metrics for forms as well. This is supported in EBS by default. You can use the EBS Sprite Positioner located in the EPI to apply positions based on forms as well.
Q: Can you make this compatible with online play?
A: No. That is none of my concern. Essentials has no PvP aspects to it, so neither will EBS.
Q: I'm getting 'Critical Error' messages!?!
A: That has nothing to do with EBS, and could occour from a multitude of reasons. A common one being that people tend to use pirated versions of RMXP. Another, is a mismatch of the version of RMXP that you are running and the RGSS10xE.dll Library in your project folder.
Q: Can you make this more like 6th generation?
A: No. I have no interest in that.
Q: How can we disable the zooming and scene motion?
A: There is a toggle in the settings script, but some elements are buggy.
- Credits
- Please credit all the following people for their contributions, when using the Elite Battle System.
Sprites:
• GameFreak | Original sprites from B/W/2 games• Pokecheck.org | Ripping the sprites from B2/W2 roms• Luka S.J. | Indexing and formatting the sprites• PinkCatDragon | GIF to PNG conversion• Tebited15 | B/W styled trainer Red sprite• Spriters-Resource (redblueyellow) | Gen 5 ball spritesBattle Backgrounds:
• Eli | Ripping and compiling the backgrounds• lilatraube | Some B2/W2 battle basesCustom UI:
• Luka S.J. | Design, formatting and implementationScripts:
• Luka S.J. | Elite Battle System• Maruno | General help and support• PinkCatDragon | GIF to PNG converter• Pokémon Essentials | Base systemSound Effects:
• GameFreak | Original sound effects from B/W/2 games• BadSamaritan | Ripping the sound effects