Welcome to PGMV! 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.
Face Picture - FacePicture.js
Plugin desc : Face Gra picture display plug-in
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/FacePicture.js
File name : FacePicture.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Face Gra picture display plug-in @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 ----- You can display face graphics as pictures. This is effective not only for displaying pictures, but also for referencing files from pictures using plugins, etc. When specifying the picture filename, use the following format: $FACE[filename, index] Example: $FACE[Actor1, 2] You can also display the face graphic of an actor with a specific ID. When specifying the picture filename, use the following format: $ACTOR_FACE[actorID] Example: $ACTOR_FACE[2] However, when displaying pictures, you cannot select a file that does not exist in the editor. Therefore, run the following plugin command, then run "Display Picture" with an empty filename. Plugin Command Details Execute from the "Plugin Command" event command. (Parameters must be separated by a space.) FP_PREPARE_PICT_NAME filename Specifies the picture filename in advance. After specifying the filename, you can execute "Show Picture" with an empty filename to display the picture with the previously specified filename. Example: FP_PREPARE_PICT_NAME $FACE[Actor1, 2] FP_SET_PICTURE_REFRESH Refreshes the displayed picture. If you use a variable in the picture filename and the variable changes after displaying the picture, the displayed picture will not change. In that case, use this command to change it. Example: FP_SET_PICTURE_REFRESH 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.