An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Customize Followers Graphic - CustomizeFollowersGraphic.js

Plugin desc : Follower image adjustment plugin

License : MIT License

Author : Triacontane

Website : https://triacontane.blogspot.com/

Desc page : https://triacontane.blogspot.com/

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/CustomizeFollowersGraphic.js

File name : CustomizeFollowersGraphic.js

Help of plugin :

@url https://triacontane.blogspot.com/
@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-MV-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, 18+, etc.).
This plugin is now yours.

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.