jhbae0117 2 Posted May 10, 2014 (edited) This script doesn't rewrite entire parameter system. It is merely an eye illusion. All parameters are still kept in numerical value. Only those displayed on menu are altered to appear as ranks. Download Script This script overwrites : Window_EquipStatus draw_current_param / draw_new_paramWindow_Base draw_actor_paramWindow_StatusItem draw_actor_param / draw_general_parametersThis script must go above any script that alias those methodsIt is compatible with Yanfly's Core engine and Status menu, but likely to crash with any other scripts that overwrites above methods.Configurations :StatMax = #numberConfigure the max value of parameter. Default system has it limited on 999. If you have made any change to its maximum value through script, change this value. Also, change this if you are planning to keep parameters in lower numbers (below certain amount for entire playthrough) DivideEql = true or falseDecide whether you want ranks to be calculated evenly. If set true, param ranks are given by dividing StatMax by number of ranks. If set false, you should configure RankValue. NoMatch = "X"If parameter is higher than StatMax, or go beyond the limit set in RankValue, this kicks in to prevent nil error or infinite loop. RankArray = ["C", "B", "A"] Ranks to display. Default is set to display D ~ SSS ranks. You may put as many as you want. DO NOT place ,(comma) after the last item. Ranks are ordered in lower to higher value. RankValue = [#number, #number, #number]Change this if you do not wish to use automatic calculation. Corresponding ranks in RankArray are displayed if parameter is less than or equal to value in this array. Number of item must match with RankArray, and again, DO NOT place ,(comma) after the last item. Value must be ordered from lower to higher value. Example)RankArray = ["D","C","B","A","S"]RankValue = [1, 2, 3, 4, 5]STR 1 => DDEF 5 => SMAT 3 => BMDF 2 => C My first script Hope this script help you in whatever you are making. There is no known error so far. Please notify me with any problem or issues. Edited May 10, 2014 by jhbae0117 2 Share this post Link to post Share on other sites
TheoAllen 830 Posted May 10, 2014 Hello, jhbae0117. Welcome to forumThis is actually a good first script. Good job I hope you soon release other scripts. I'm looking forward for it Share this post Link to post Share on other sites
jhbae0117 2 Posted May 10, 2014 Hello, jhbae0117. Welcome to forum This is actually a good first script. Good job I hope you soon release other scripts. I'm looking forward for it Thank you for your kind words TheoAllen! Hope I can make more complex scripts soon Share this post Link to post Share on other sites
Euphoria 147 Posted May 10, 2014 Pretty good for a first script! I wish my first one was as good xD Good luck with future projects/scripts and welcome to the forums! Share this post Link to post Share on other sites
+ Sughayyer 163 Posted May 11, 2014 What more can I say? Good work and welcome! Share this post Link to post Share on other sites
Allusion 398 Posted May 11, 2014 Oooh! Nice! This would be an excellent addition to a game focused around a magic/battle school or something; grades instead of numbers~ Awesome first script! And welcome~ Can't wait to see what else you come up with! Share this post Link to post Share on other sites
jhbae0117 2 Posted May 11, 2014 Pretty good for a first script! I wish my first one was as good xD Good luck with future projects/scripts and welcome to the forums! What more can I say? Good work and welcome! Oooh! Nice! This would be an excellent addition to a game focused around a magic/battle school or something; grades instead of numbers~ Awesome first script! And welcome~ Can't wait to see what else you come up with! Thank you all for your warm welcome! I really appreciate it Share this post Link to post Share on other sites
+ TBWCS 953 Posted May 11, 2014 I can say it's amazing, I haven't thought of that idea myself, I can say its a great start. Good luck Share this post Link to post Share on other sites
SirCumferance 28 Posted February 7, 2015 Alt 10026 will make a star ☆, incase you like that instead of SSS and such Also, I have different rates for Attack params and Def Params...is there a way I can split the script in two, so the ranking is correct. I tried adding be to everything but that no worky. Thoughts? Share this post Link to post Share on other sites