Home Artists Posts Import Register

Downloads

Content

Plugin VPlayer updated to version 1.3

Changelog:

  • Added option to show Animation on screen BELOW pictures
          (“ShowVAnimScreenBelowPictures” script call)
  • Added “MirrorVAnim” script call (for easy hor and ver flip)
  • Added “SetAnchorForVAnim” script call (change anchor point)
  • Now you can pause and resume animation
    (“SetVAnimPause” script call)
  • Fixed animation play issue on some Android devices
  • Added compatibility with DAE Lighting plugin


Download from attachments. One .js file for RPG Maker MV and MZ

Comments

Anonymous

Hi, I recently become a patron and was wondering how does one download this plugin. When I click on the attachment it only shows up as a text file.

KageDesu

When you click on file PKD_VPlayer.js it should save file to your computer. Then just copy file to your project js/plugins folder and activate in Plugin Manager in RPG Maker

Anonymous

If possible, could you consider adding a script that rotates the image by adjusting the angle value? or any other way to use on ather script

Anonymous

and here some issue of 'mirrorVAnim'! i mirrored image 'false' with 'showVAnim' just under the script line, the image not showing. here's i used script: ShowVAnim(3, "a2", 408, 312, true) MirrorVAnim(3, false) but mirrored 'true' with this script, it works well. and If i put a waiting frame between ShowVAnim and MirrorVAnim, the 'false' script works.