Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Customize Followers Graphic - CustomizeFollowersGraphic.js
Plugin desc : Follower image adjustment plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/CustomizeFollowersGraphic.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/CustomizeFollowersGraphic.js
File name : CustomizeFollowersGraphic.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/CustomizeFollowersGraphic.js @plugindesc Follower image adjustment plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- This adjusts the display method of follower images, which are normally based on the player’s settings. Execute the following script: - Sets the follower’s movement speed (1-6). $gamePlayer.followers().setMoveSpeed(1); - Sets the follower’s opacity (0-255). $gamePlayer.followers().setOpacity(128); - Sets the follower’s blending method (0-3). $gamePlayer.followers().setBlendMode(1); - Sets the follower’s walking animation (true/false). $gamePlayer.followers().setWalkAnime(false); - Sets the follower’s stepping animation (true/false). $gamePlayer.followers().setStepAnime(true); - Sets the follower’s direction lock (true/false). $gamePlayer.followers().setDirectionFix(true); - Sets the follower’s transparency state (true/false). $gamePlayer.followers().setTransparent(true); - Sets the follower’s direction (2, 4, 6, 8). This has no effect if the direction is already fixed. $gamePlayer.followers().setDirection(2); - Sets the follower’s animation pattern (0-3). $gamePlayer.followers().setPattern(0); - Clears all follower changes. $gamePlayer.followers().clearProperty(); This plugin does not have a plugin command. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, R18, etc.). This plugin is now yours.