Custom Party Leader
In RPG Maker, you have something called “actors” which are the characters that the player controls. All actors are grouped into a “unit” called a “party”. Actors can be added or removed from parties at anytime...
In RPG Maker, you have something called “actors” which are the characters that the player controls. All actors are grouped into a “unit” called a “party”. Actors can be added or removed from parties at anytime...
Do you want your enemies to have levels like actors? You could use levels as a way to determine their difficulty level compared to the actor’s current level. For example, if your actor is currently level...
Would you like to provide some visual indication that a state has been added or removed? By default, when a state is added, there isn’t really any visual indication beyond a little icon in your...
Would you like a better way to manage your enemies’ parameters and skills? For example, if you have a plugin that gives you enemy levels, you could take advantage of using classes to determine what...
Battle backgrounds can be used to provide some sense of atmosphere. For example, if you’re walking through a forest and you encounter an enemy, seeing some cute bunnies and trees in the background makes it feel...
Do you want to use side-view actors as enemies? For example, maybe one of your actors decides to join the enemies, but you still want them to appear the same as they did when they...