Version: 1.2.0

Description: Allows you to scale characters.

Features:

  • Zoom player/events/followers via plugin command, comments (only events) or script calls

Compatibility:

  • RPG Maker MV: 1.5+
  • RPG Maker MZ: 1.0+

Preview:

spoiler

Instructions:

spoiler
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>

Script calls:

spoiler
1. Zoom player: $gamePlayer.setZoom(scaleX, scaleY, duration)
2. Zoom event: $gameMap.event(eventId).setZoom(scaleX, scaleY, duration)
3. Zoom follower: $gamePlayer.followers(index).setZoom(scaleX, scaleY, duration)

See also:

  1. Big Events
  2. Character Rotation

“Help” languages: English, Russian

spoiler

Version 1.2.0:

  • Added the ability to change the size of the player’s followers.
  • Added a setting to automatically resize followers when the player’s size changes.

Version 1.1.1:

  • Fixed an issue where the sprite was resized.

Version 1.1.0:

  • Fixed compatibility issue with some plugins, such as OcRam plugins.

Terms of use

How to get a commercial license

Downloads:

Plugin: 

DK_Character_Zoom.js (19.0 KB)
(Last update: 07 March 2022 08:42)



Related Posts