• 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!
Gen V Summary Pack DX

Resource Gen V Summary Pack DX 2.0

To make it compatible with v19.1 again, what would I need to change in the script? I'm still on v19.1 since EBDX hasn't been updated to v20.1 yet.
 
I've had this issue ever since I updated to essentials v20, the Pokemon's status is always displayed wrong. I've tried re installing the plugion but that doesn't seem to work either.
1673299514239.png

1673299530541.png
 
I noticed that the statuses were showing incorrectly on the summary screen but correctly on the party screen.
But I fixed it by going to "# Show status/fainted/Pokérus infected icon"

And changed:
status -= 1
if status >= 0
Into:
status -= 0
if status >= 0

After that, every status was shown properly on the summary screen. Even tested pokerus but it seems as if a pokemon has a status the pokerus won't be visible until the status has disappeared.
 
Is it in the works or already possible to have the Background image scrolling/moving in the Party Menu like it does in the Summary Screen?
 
It appears that the individual download links in the post body have been updated (with at least the background fix for the summary), but the Go To Download button in the upper right corner hasn't been updated.
 
This works with V21 too. At least for me it is working. Although I have to use long press Shift , or copy paste a file with plugins for it to work.
 
Hello! I downloaded the pack and added the folders to my main folder with the "Game" application in it. Running the game it seems to have combined both the default and BW graphics in the party menu. As you can see from the picture - nothing is in the correct place. I would manually change this myself but I have to admit, I am new at pokemon essentials. Is there any way to fix this issue! Thank you in advance.
1698445384892.png

1698445414475.png


1698445443680.png
 
Hello! I downloaded the pack and added the folders to my main folder with the "Game" application in it. Running the game it seems to have combined both the default and BW graphics in the party menu. As you can see from the picture - nothing is in the correct place. I would manually change this myself but I have to admit, I am new at pokemon essentials. Is there any way to fix this issue! Thank you in advance.View attachment 22270
View attachment 22271

View attachment 22272
Make sure the plugins are in the plugins folder and that you've compiled them.

I cover compiling at the top here -
And the wiki covers plugins here -
 
Make sure the plugins are in the plugins folder and that you've compiled them.

I cover compiling at the top here -
And the wiki covers plugins here -
Thank you so much!

It seemed I needed to force compile my plugins. This was achieved by deleting PluginScripts.rxdata found in the Data folder. I will remember that next time.

The fast response was really appreciated!
 
Any chance you could make it work alongside Lucidou's "Modular UI Scenes"?
 
This might be a v21.1 thing but I had to move all the Pokéball icon graphics from UI>Summary into the Pictures>Summary folder. Other than that it seems to work fine for v21.1. Great resource!
 
This might be a v21.1 thing but I had to move all the Pokéball icon graphics from UI>Summary into the Pictures>Summary folder. Other than that it seems to work fine for v21.1. Great resource!
The Pokeball sprites are supposed to be in UI/Summary. This plugin is just isn't correctly designed for v21 and links to the wrong folders.
 
Anyone know how to fix this? My sprites are on the left side of the summary screen. I'm using v21 with Deluxe Battle Kit

https://i.postimg.cc/ZKY3KMvP/Screenshot-2024-10-22-064000.png
I am having the same issue, so if anyone could help that would be greatly appreciated.

Edit: Nvm, fixed it. For anyone else having this issue, it seems to be on DBK's end. All you need to do is go into your plugins, open the DBK Animated Pokemon System folder then open the one labeled Pokemon UI. Then look for this line:
@sprites["pokemon"].display_values = [104, 206, 208, 164]
and change it to this:
@sprites["pokemon"].display_values = [414, 208, 208, 164]
at least this is what worked for me.
 
Last edited:
Back
Top