• 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

Pokémon Essentials Version
v19.1 ➖
sample_ev_iv_screen.png


Overview:
This is a barebones script that changes the 'Skills' page of the summary to include EVs and IVs alongside the Pokemon's stats. It changes the original UI only slightly to improve readability and make sure that there is room to display stats properly. Otherwise, it tries to match the original style of Essentials so that the script looks natural when used in a plug-and-play manner. This should be short, sweet, and easy to drop into your project.

Download Link

Instructions
1. Download the zipped package.
2. Extract the ZIP file.
3. Move bg_3.png from the EVs and IVs in Summary folder to your project's Graphics/Pictures/Summary folder, replacing the old bg_3.png. (Alternatively, back up the old bg_3.png if you want to switch back later.)
4. Move the EVs and IVs in Summary folder to your project's Plugins folder.

Possible future changes (I may choose to implement these at a later date, but no promises)
1. Menu option to toggle EVs/IVs on and off while on the summary screen.
2. Alternative way to show IVs. Some have suggested a star rating system or a letter grade system. I personally prefer just seeing the value but a lot of people like seeing something more symbolic than a number.
3. The above, but modular so that a config line can be changed to choose IV display style.

Feedback:
I'd love to hear any feedback you have about this resource.
Credits
No credits needed. This was just a simple edit of what comes with Essentials.
Author
deoxysprime
Downloads
901
Views
7,328
First release
Last update
Rating
5.00 star(s) 9 ratings

Latest 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