RPG Maker MV

RPG Maker MV

Limbo Mage Apr 25, 2018 @ 7:41am
Individual positions for SV battle with more than 4 characters
Hey everyone,

I'm encountering a little problem in my attempt to change the coordinates of the characters during battle in sideview. I can get the SVactorposition script to work well... but that is for the default one.

What I'm trying to do is to change it to work for 8 characters in total. Without the script, they appear in the battle, but most of them are hidden behind the commands and one is half off the screen. So I've tried to tinkle a bit in the Svactorposition.js file, but since I'm a d... at programming, when activated it doesn't even move the first four characters (in other words, there's no change).

Is there anything that I can type in each actor's note to give them individual positions without having to call another script, or is there a way to change the position script without breaking it? I'm most likely doing something wrong, and I want to fix it.

For a bit more info, here's the JS I used for increasing max characters (as I found wandering in the forums) :


Game_Party.prototype.maxBattleMembers = function() {
return 8;
};


Thanks in advance for any help!
< >
Showing 1-1 of 1 comments
JohnDoeNews Apr 25, 2018 @ 2:41pm 
Have you tried PartySystem plugin by Yanfly?
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Apr 25, 2018 @ 7:41am
Posts: 1