RPG Maker VX: ACE Split Party Tutorial

9 years ago
60

Basically a simple tutorial to switch between characters in the same room to solve puzzles Wild Arms style.

Figured making a video would be a bit easier than explaining it

First Event:
-No Graphic
-autorun
-Page 1: Control Switch [second character] = on, control self-switch A = on
-Page 2: Blank but put a condition that self switch A is on so that Page 1 doesn't run infinitely

Event 2: I recommend using a solid graphic on the same priority as the player. It can certainly be done with a graphic that's player touch and under the player though
-Fadeout Screen
-Control Switch [Second Character] = OFF
-Transfer player in front of Event 3
-Remove first character
-Add second character
-Control Switch [first character] = on
-Fade in screen

Event 3
-Fadeout Screen
-Control Switch [First Character] = OFF
-Transfer player in front of Event 2
-Remove second character
-Add first character
-Control Switch [second character] = on
-Fade in screen

And two events that represent the player's sprites that ONLY appear when their respective switches are turned on

Loading comments...