Template:VisuMZ Map Camera Zoom VisuStella Plugin Commands

From Yanfly.moe Wiki
Jump to navigation Jump to search


The following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command.

---

Camera Plugin Commands

VisuMZ MapCameraZoom Preview Focus.gif

---

Camera: Focus Player
- Puts the camera focus on the player character.

  Duration:
  - How many frames should it take to finish focus?
  - 60 frames = 1 second.

  Easing Type:
  - Select which easing type you wish to apply.
  - Requires VisuMZ_0_CoreEngine!

---

Camera: Focus Target Event
- Puts the camera focus on target event.

  Event ID:
  - Insert the ID of the event to focus on.
  - Use 0 for this event.
  - You may use JavaScript code.

  Duration:
  - How many frames should it take to finish focus?
  - 60 frames = 1 second.

  Easing Type:
  - Select which easing type you wish to apply.
  - Requires VisuMZ_0_CoreEngine!

---

Camera: Focus Target Tile
- Puts the camera focus on target map tile.

  Map Tile X:
  - What is the X coordinate of the target map tile?
  - You may use JavaScript code.

  Map Tile Y:
  - What is the Y coordinate of the target map tile?
  - You may use JavaScript code.

  Duration:
  - How many frames should it take to finish focus?
  - 60 frames = 1 second.

  Easing Type:
  - Select which easing type you wish to apply.
  - Requires VisuMZ_0_CoreEngine!

---

Camera: Wait for Focus
- Waits for camera focus to finish changing before continuing.

---

Zoom Plugin Commands

VisuMZ MapCameraZoom Preview Zoom.gif

---

Zoom: Change Zoom
- Change the current zoom amount.

  Target Zoom Scale:
  - What is the target zoom scale?
  - 1.0 = 100%; 1.5 = 150%; 2.0 = 200%;
  - Cannot go under 1.0!

  Duration:
  - How many frames should it take to finish zooming?
  - 60 frames = 1 second.

  Easing Type:
  - Select which easing type you wish to apply.
  - Requires VisuMZ_0_CoreEngine!

---

Zoom: Wait for Zoom
- Waits for zoom to finish changing before continuing.

---