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.
MNKR Save Face Screen - MNKR_SaveFaceScreen.js
Plugin desc : Displays the party's face image on the save screen and changes the size and position of the face image.
License : MIT License
Author : munokura
Website : https://github.com/munokura/MNKR-MZ-plugins/blob/master/MNKR_SaveFaceScreen.js
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_SaveFaceScreen.js
Download Page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_SaveFaceScreen.js
File name : MNKR_SaveFaceScreen.js
Help of plugin :
@target MZ MV @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_SaveFaceScreen.js @plugindesc Displays the party's face image on the save screen and changes the size and position of the face image. @author munokura @license MIT License @help By default, your save data will display your party's walking characters. Replace the walking characters with face images and adjust their size and position. Use the plugin parameters to specify the size and placement of the image. There are no plugin commands. Terms of Use: MIT License. http://opensource.org/licenses/mit-license.php You may modify and redistribute this without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). @param startPositionX @text Party image start position X @desc The starting X coordinate of the face image. @type number @default 144 @param startPositionY @text Party image start position Y @desc The starting Y coordinate of the face image. @type number @default 8 @param faceWidth @text Face Image Width @desc The cropping width of the face image. Both sides are cropped evenly. The default is 144. @type number @default 144 @param faceHeight @text High-quality facial images @desc The trimming height of the face image. Trims both sides evenly. The default is 144. @type number @default 40 @param faceSpace @text Face Image Interval @desc The display interval between facial images. @type number @default 8