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.

Need help on a couple of things, please

Hi. I was wondering if there was a script that can only send out members 2, 3 and 4 into battle.
Also when you goto the menu screen only show the sprite and name of party member 1.
Is there any way of doing these?
 
There is a way to do anything - the question is just the level of complexity. In your case, that shouldn't be too much of an issue, as both are relatively simple to do.

For displaying only one player, go to Window_MenuStatus and look for a line similar to this:
Code:
for i in 0..$game_party.size
Getting rid of that conditional and replacing all the i with 0 will effectively get rid of the other up-to-three members. From a gamedesign POV though, I don't know why you'd want to display the one character that isn't important for battling...

As for sending people in battle, I don't recall XP scripts too good to tell you the exact place, I think... one of the Battle classes should have a similar method to the one above though, in which this time, you change the '0' to '1', meaning it'll start adding actors from position 2 instead of position 1.

If you need anything done, ask for a move in the Script Request forums. In general, I think you want to do some crazy stuff that can be resolved easier and without messing with the systems too much... for example create a 'fake' Window_MenuStatus, showing the values of a database actor while you send all the characters in battle you have - as that character doesn't need to be in your party anymore.
 
If you have screen/event initiated battles, you can use event commands to remove player 1 before the battle, and add him back after the battle.
The only catch being... after battle, you have to remove the whole party, then add them back in order.
 

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