- Joined
- Mar 30, 2016
- Messages
- 367
- Reaction score
- 364
- First Language
- Russian
- Primarily Uses
- RMMV
Title: Character Zoom
Version: 1.2.0
Author: DKPlugins
Description: Allows you to scale characters.
Compatibility:
Instruction:
Script calls:
"Help" languages: English, Russian
Terms of use
You can:
-To use the plugin for your non-commercial projects
-Change code of the plugin
You cannot:
-Delete or change any information about the plugin
-Distribute the plugin and its modifications
Details on obtaining a commercial license on my website
Plugin page: https://dk-plugins.ru/character-zoom/
Version: 1.2.0
Author: DKPlugins
Description: Allows you to scale characters.
Compatibility:
- RPG Maker MV: 1.5+
- RPG Maker MZ: 1.0+
- Zoom player/events/followers via plugin command, comments (only events) or script calls

Instruction:
Use event comments to setup scaling
1. <zoom: zoomX zoomY>
Replace zoomX and zoomY with the X and Y scale (percentages)
Example: <zoom: 200 200>
1. <zoom: zoomX zoomY>
Replace zoomX and zoomY with the X and Y scale (percentages)
Example: <zoom: 200 200>
Script calls:
- Zoom player: $gamePlayer.setZoom(scaleX, scaleY, duration)
- Zoom event: $gameMap.event(eventId).setZoom(scaleX, scaleY, duration)
"Help" languages: English, Russian
Terms of use
You can:
-To use the plugin for your non-commercial projects
-Change code of the plugin
You cannot:
-Delete or change any information about the plugin
-Distribute the plugin and its modifications
Details on obtaining a commercial license on my website
Plugin page: https://dk-plugins.ru/character-zoom/