- Joined
- Jul 14, 2018
- Messages
- 32
- Reaction score
- 48
- First Language
- German
- Primarily Uses
- RMMV
LGP_FaceSprite v3.3
Azel
Introduction
RPG Maker MV allows you to set a face image in the message box. In the Pokemon Mystery Dungeon series the face is a separate Sprite in a Window. This Plugin does that now.
Features
Screenshot
How to Use
This plugin is standalone. You can put this anywhere in your plugin list. It will take the image inside the message window you selected and displays it as a separate window all automatically.
Plugin Commands:
Script
GitHub
Compatibility
Currently works with everything Yanfly offers with his message plugins. This Plugin mainly overwrites the drawFace function inside the message window. So it isn't displayed anymore.
Conditions
This Plugin if free for all. Use it as you see it fit.
Change Log
Credit and Thanks
LGP Azel
Notes
If there are any compatibility issues, critics or improvement wishes please let me know.
Azel
Introduction
RPG Maker MV allows you to set a face image in the message box. In the Pokemon Mystery Dungeon series the face is a separate Sprite in a Window. This Plugin does that now.
Features
Having face sprites.
Set face sprite positions.
Face sprite uses Window borders.
Face sprite takes the face from the message picture.
Change Face Sprite position via Scriptcalls.
Screenshot

How to Use
This plugin is standalone. You can put this anywhere in your plugin list. It will take the image inside the message window you selected and displays it as a separate window all automatically.
Plugin Commands:
Sets the face sprite position. Replace the 'position' with a number on your
numpad. The position of the number on the numpad equals the position of the
face sprite on the screen. Default is always [1] Bottom Left.
[7] [8] [9]
[4] [5] [6]
[1] [2] [3]
numpad. The position of the number on the numpad equals the position of the
face sprite on the screen. Default is always [1] Bottom Left.
[7] [8] [9]
[4] [5] [6]
[1] [2] [3]
Script
GitHub
Compatibility
Currently works with everything Yanfly offers with his message plugins. This Plugin mainly overwrites the drawFace function inside the message window. So it isn't displayed anymore.
Conditions
This Plugin if free for all. Use it as you see it fit.
Change Log
- Fresh out from the oven.
- Faceimage apears ontop of the window.
- Faceimage apears ontop of the window.
- Code reviewed. The Face image apears now behind the Window Frame and
infront of the Window Background
- Added Param: Set the Message Window Margin.
infront of the Window Background
- Added Param: Set the Message Window Margin.
- Code reviewed. Mostly all new stuff. Plugin Command FaceSpritePosition
stays at it is.
- Everything esle works pretty much automatic.
stays at it is.
- Everything esle works pretty much automatic.
- Updated Documentary.
- Fixed a bug where a posistion command didn't function properly when the command was put before a message.
- Acutally fixed the bug of 3.2
- Added "Position List" Parameter in the Plugin section.
- Reworked FSPos functions. They work diffrently but the use of it
hasn't changed.
- Calling an event now sets the FSPos to the default value before the interpreter takes action.
This solves a problem I had, when I reset the FSPos to the default at the end of the
MessageWindow logic.
- Added scriptcall $gameSystem.setFSPosition(index); to manually set the positon based on index.
- Added scriptcall $gameSystem.setFSPosition(x, y); to amnually set the position based on coords.
- Added "Position List" Parameter in the Plugin section.
- Reworked FSPos functions. They work diffrently but the use of it
hasn't changed.
- Calling an event now sets the FSPos to the default value before the interpreter takes action.
This solves a problem I had, when I reset the FSPos to the default at the end of the
MessageWindow logic.
- Added scriptcall $gameSystem.setFSPosition(index); to manually set the positon based on index.
- Added scriptcall $gameSystem.setFSPosition(x, y); to amnually set the position based on coords.
Credit and Thanks
LGP Azel
Notes
If there are any compatibility issues, critics or improvement wishes please let me know.
Attachments
Last edited: