Hi guys, HELP needed! I have all the Yanfly's plugins installed. And within the PARTY SYSTEM plugin, I modified the MAX BATTLE MEMBERS from 4 to 5. Everything works out fine; however, I'd also like to modify the main menu's party members showing from 4 to 5. NOW the question is, since I know very very little about coding, I am stuck in here because Yanfly's JS codes are way toooo complicated for me to modify. I need your HELP, guys!! THANKS!!
I've moved this thread to JS Plugin Support. Please be sure to post your threads in the correct forum next time. Thank you.
if i remember correctly, his video for that plugin does show how you can make the menu into 5, its an option it the plugin menu
Thanks, nerdypants; however, I've looked all over, but couldn't find the option. Here, I've included a screen shot, maybe this will help. Thank you, guys~
https://www.youtube.com/watch?v=V9xtBXgfrM4 at around 2:57, if not just change whatever u see as 4 in the plugin to 5 and try. i personally haven tried this plugin yet.
I tried. And the following is what I got: 1) fighting battlers --> 5 2) map sprites (so called the train system) --> 5 3) main menu --> still showing 4 sigh*
It should show 4 but you can scroll down while selecting characters for equips etc. You would need to find a main menu adjustment plugin to display all 5 at the same time.
Go into your JS plugins folder and follow these steps: Select "rpg_windows" Press "Control+F" and type in the follow; Window_MenuStatus.prototype.numVisibleRows = function() { return 4; Change the "4" to a "5". Save the JS file. Save your Rpg maker game. Test...it should give you a menu of 5 characters. Enjoy!