I'm considering buying this plugin for my own game, as it enables pretty much the exact type of gameplay I'm looking for.
However I was curious if the plugin still works fine if the Party Size is expanded to allow for more than 4 characters? Will it just work out of the box, or is there any tinkering I'd need to do to make this plugin compatible?
Also, are there certain ways of expanding the party size that play nicer with this plugin than others?
For reference, this how I did it with the engine previously:
Game_Party.prototype.maxBattleMembers = function() { return 10; };