• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • 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!
Resource icon

EVs and IVs in Summary 1.0.0

Reviews 5.00 star(s) 9 reviews

Great script, had to tweak it a bit for Essentials v20.1 so it looked right, but other than that it worked great! (Someone else did as well, and you can download their version of the 20.1 fix if you look in the discussion tab.)
Thank you for making this script man, I'm in essentials 2.0 and it works great, it helps a lot for begineers like me :D

I had the same problem as CarlosPR so I try to found a solution and here it is :
https://mega.nz/file/o3RGSLKR#OP5lcJz5XnssGnsqHJa1TYnaDsZm45JhxSmurgZaSbY

I have to ajust the value of height in every lines (I added 12 to them)

So, you can just replace your "001_Summary_Changes" file by this (and then don't forget to delete your "PluginScripts" file in your "Data" folder before you want to start your game).
I have it running on v20, but the text it's not centered, can you help me get the text aligned. here it's a picture of how it looks https://stupopac-my.sharepoint.com/:i:/g/personal/cjimenez5045_stu_nuc_edu/EfbwQULLuSVDl4a2m30Lg68B14N4O5f2saamg-8yP1aU2g?e=Gx7hII
Does what it says on the tin, without frills or hassle.
Fantastic. Simple to install and is such a quality of life feature. Thanks for making this.
Thank you for making this, I was able to reverse engineer your code to make the EV/IV screen I was looking for.
Life saver for making this! It's truly amazing and it works perfectly. Everything's in place, most ev/iv summary scripts are for v17 to v18. thanks for this!
It looks wonderful! The script doesn't look too complicated, but would there be a way to have something like this in v18.1?
D
deoxysprime
I haven't worked with 18.1 before and my priority is game development for v19.1, so I'm not interested in making another script to cover it, sorry!

That said, if you or someone else wants to try your hand at making something like this, you'll probably want to do the following:
1. Find where in the scripts the summary is defined. If I had to guess, the script would look like UI_Summary.
2. Find where the 3rd page of the summary is built. That's the skills page.
3. Take a look at where all of the text is being displayed. Feel free to compare and contrast to where my script has it displayed. I don't know how different the code for it looks between v18.1 and v19.1.
4. I believe the code to grab EVs and IVs may have changed from v18.1 to v19.1. The main part of the Pokemon scripts should define how to get a Pokemon's EVs or IVs.
5. I believe in v18.1 you want to make your changes directly to the script rather than by using a plugin. I'm not sure if plugins existed at the time.

Essentially, my script just grabs the EV and IV values for each stat, finds a place to display them, and adjusts where the old information was displayed too in order to make room.

Aside from those steps, feel free to use the summary page I made for that if you'd like.
Works and looks great in V19.1, thank you very much! :).
Back
Top