Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

5 Party Members

well... i searched the forum and found a few menu scripts, but i don't need a new menu system, because i made my own... i can get 5 people in my party, but the fifth person doesn't show up in the menu or in battle. They can be activated and used, but they are show off screen and you can't see them
 
Normally, the system is set for 4 actors tops.

That meant that for a menu displaying the actors (top down fashion in a 480 pixel high screen), you'd have windows no taller than 120 pixels in height. In your case, you'd want them to be 96 pixels tall.

And for a battlestatus window displaying the battlers (left-right fashion in a 640 pixel wide screen), you'd have windows no wider than 160 pixels in height. In your case, you'd want them to be 128 pixels wide.

You need to adjust the Window_MenuStatus, the Window_Target (mostly the refresh def), and Window_BattleStatus (hint: actor_x = i * 160 + 4) plus a few more odds and ends.

You may want to edit Window_Savefile to reflect 5 members in your party as well...
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top