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.

Changing party max

What lines of which script would I have toedit to have more than 4 party members? I want about 10 party members, just so I can play around with the caterpillar script XD
 
There might be smaller scripts that will let you do this without a bunch of extra stuff. I'm not sure.

Personally, though, I recommend checking out LegACy's awesome 1-Scene Menu System. Not only is it much better than the default menu, it comes with a lot of cool extra features like the ability to change the number of save slots the player has access to, a built-in party swapper, and an option to change the maximum number of members in your party. Just be sure to read the directions carefully and if you have any problems, search through the thread, since LegACy's been very active in supporting the menu and has answered a lot of questions in there. If you want to use the icons feature, make sure you download the icons and put them in the proper folder. If not, you'll need to turn off the icon feature in the script before the menu will work.

Also, once you've changed the party max, you'll need to use events in-game to add additional characters. Even with the max changed in the script, you still can't start with more than four characters.
 
Lunarhound said:
Also, once you've changed the party max, you'll need to use events in-game to add additional characters. Even with the max changed in the script, you still can't start with more than four characters.
Yes you can, by adding this
Code:
$data_system.party_members[4] = [color=red]id[/color]
or this
Code:
$data_system.party_members.push([color=red]id[/color])
into the beginning of Scene_Title.
 

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