• 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!
DP Summary Screen

Resource DP Summary Screen 1.0

Mr. Gela

Discord: theo#7722
Member
Joined
Jul 19, 2015
Posts
185
Mr. Gela submitted a new resource:

DP Summary Screen - A replacement for the Summary screen based on the DP one.

REQUIRES: Marin's Better Bitmaps

What's this?
A DP-styled Summary screen replacement. Instead of contest stats, it displays IV's in a Hexagon and "Sheen" (total contest stats) is replaced by a total EV count.

Show me the goods!

RKKLItX.gif
IFZcgB8.gif

Installation...

Read more about this resource...
 
This is a great script in my opinion, will this be updated to support V18?
 
Updated version

I decided to update this with all of the stuff in Essentials v18. Thankfully, I primarily just had to match up the bits from the default Summary screen and this one.
 
Updated version

I decided to update this with all of the stuff in Essentials v18. Thankfully, I primarily just had to match up the bits from the default Summary screen and this one.

Thanks for that. I was looking to use this script in my project and I didn't knew how to make it works in 18v
 
It says it requires Marin's Better Bitmaps but that script has been updated to Essentials v18. Does anyone have Marin's Better Bitmaps for Essentials v17?
 
It says it requires Marin's Better Bitmaps but that script has been updated to Essentials v18. Does anyone have Marin's Better Bitmaps for Essentials v17?
Now compatible with V18. This wasn't an issue with Marin's Better Bitmaps, but some code that changed between V17 and V18. It has been fixed, so enjoy. Remember to give credit to Jenkkrystal as well for their helpful bugfix.
 
Now compatible with V18. This wasn't an issue with Marin's Better Bitmaps, but some code that changed between V17 and V18. It has been fixed, so enjoy. Remember to give credit to Jenkkrystal as well for their helpful bugfix.
Thank you!
 
Things I've noticed in the v18 version:
  • The sparkle animation for IVs and EVs doesn't play nearly as fast as in the preview gif
  • The PP text is off-center when using the FrLg font
  • The type icons are slightly misaligned? Not sure if this is my own fault.
  • It currently uses the old cursor sound effect instead of the new page change sound, "pbSEPlay("GUI summary change page")"
 
Things I've noticed in the v18 version:
  • The sparkle animation for IVs and EVs doesn't play nearly as fast as in the preview gif FIXED
  • The PP text is off-center when using the FrLg font FIXED, ITS AN ESSENTIALS ISSUE BUT... FIXED
  • The type icons are slightly misaligned? Not sure if this is my own fault. FIXED
  • It currently uses the old cursor sound effect instead of the new page change sound, "pbSEPlay("GUI summary change page")" FIXED


Mr. Gela updated DP Summary Screen with a new update entry:

V18 Fix #2

Fixed minor issues in some graphic and text.

Read the rest of this update entry...


BJSg7fg.png
ixETDLc.png
A2osS98.png

XePaC4U.png
Da6AbCn.png
PfbWFSF.png

2unefKn.gif
5J4zecA.png
EkEpdFk.png



Yolky friends are of course supported
ln05GLZ.png
mBeNr1m.png
 
Last edited:
Hey bud, I'm gonna guess this doesn't have a functioning Shadow Pokemon screen?
 

Attachments

  • Capture.PNG
    Capture.PNG
    5.5 KB · Views: 234
Hey bud, I'm gonna guess this doesn't have a functioning Shadow Pokemon screen?
I've literally never ever ever ever touched Shadow Pokémon in Essentials at all, so I'm not even sure what the summary screen has to cover. Is there anything else other than the purple bar about its heart gauge or whatever that is? Where is it usually placed?
But no, I'mnot opposed to it, I'll add it in a future update.
 
Oh, I was just wondering bud! Yep, All it is is the first page of the summary screen has the purple bar to show the Heart Gauge; great to see you'll add it!
On the screenshot is where it usually would be - it's in base essentials too in that same place.

The Summary Screen is the best I've seen so far even without it :)
 
Last edited:
Is it possible to change the Pokémon's species name to display using normal capitalization instead of being in all caps like gen 4 and prior?
 
I'm pretty sure it's already displaying with normal capitalization, since that's how it's displaying in the screencaps. Is it maybe something with your game that's generating Pokemon with all-caps names?
My game looks identical to the screenshots, I was just referring to the "Name" category on the first page of the summary where it displays in all caps to mimic Gen 4
Capture.PNG

You can see this in Mr. Gela's first screenshot
 
My game looks identical to the screenshots, I was just referring to the "Name" category on the first page of the summary where it displays in all caps to mimic Gen 4
View attachment 1679
You can see this in Mr. Gela's first screenshot
Ohh, sorry, I thought you meant the nickname section! That's an easy fix, just remove .upcase from this line:
Ruby:
Expand Collapse Copy
       [(PBSpecies.getName(@pokemon.species)).upcase,435-2*2,112+@fontfix,2,@base,@shadow],
 
Ohh, sorry, I thought you meant the nickname section! That's an easy fix, just remove .upcase from this line:
Ruby:
Expand Collapse Copy
       [(PBSpecies.getName(@pokemon.species)).upcase,435-2*2,112+@fontfix,2,@base,@shadow],
No problem, thanks for the help!
 
Back
Top