Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Change Event Graphic

RPG Maker Change Event Graphic 1.5

No permission to download
Woops just noticed the link went directly to the plugin file.
Linked to folder now instead. The folder contains the plugin & the demo.
I re-wrote the core of the script & also I've added a whole bunch of new features!
v1.50 *Major re-write
*New Features*

  • Change Player Character Graphic/Direction ( -1 = Random)
  • Change Actor Character Graphic ( -1 = Random)
  • Change Followers Character Graphic/Direction ( -1 = Random)
  • Batch Change Followers Character Graphic/Direction ( -1 = Random)
  • Batch Change Event/Actor Character Graphic ( -1 = Random)
  • Array Change Followers Character Graphic/Direction ( -1 = Random)
  • Array Change Event/Actor Character Graphic ( -1 = Random)
  • Pick a random eventId/followerIndex from an array.
Existing Users:
Unfortunately I did change the script call parameters around so you will need to change them to the new standard.

See overview page for more details.
This update allows you to change the player graphic.
Set eventId to -1 to change player graphic.

Example:
changeEventGraphic(charFilename, charIndex, eventId, direction)
JavaScript:
changeEventGraphic( "Actor1", -1, -1);
Change the player graphic to a random graphic selected from "Actor1"
Note: Direction is not added, this leaves the direction as is.
Top