A downloadable tool

Buy Now$3.00 USD or more

Video player plugin allows you to load .webm format videos into RPG Maker to play on any scene. Videos are customizable in their position, size, transparency, can be delayed or even reserved.


Video is not mine and credit goes to Films - Blender Studio

FEATURES

  • Play on any scene
  • Loop endlessly 
  • End video at any time
  • Reserve videos for multiple scenes
  • Delay video playback
  • Reserve common event when video ends.
  • Fast.
  • Tested for latest versions of MV and MZ 

MV unfortunately does not have the plugin manager parameter configuration as MZ does and will have to use script calls to set this up.

If you have modified your PIXIJS file away from standard, you will be required to either get a programmer to assist you or do the repairs on your own. The plugin works for PIXIJS v4 and PIXIJS v5. You can determine your project's PIXIJS version by opening the console with [F8] key and typing PIXI.VERSION.

Videos must be placed in the home directory of the project.


Starting a video is done from the SceneManager function call (MV/MZ):

  • SceneManager.startVideo(name, loop, e, x, y, w, h, a)

Other useful script calls include

  • SceneManager.delayVideo(delay, name, loop, event, x, y, w, h, a)
  • SceneManager.reserveVideo(scene, name, loop, event, x, y, w, h, a)
  • SceneManager.modifyVideo(event, x, y, w, h, a, r)
  • SceneManager.endVideo()
  • SceneManager.clearReserveVideos()
  • SceneManager.clearDelayVideo()

Where:

  • name is the name of the video file, in the project uploaded, the Blender Foundation Video (named '360') is used.
  • loop will allow the video to play on repeat
  • e/event is the common event to play
  • x, y are position settings
  • w, h are size settings. This is mandatory for MZ.
  • a is the transparency, 1 = none, 0 = max
  • r refers to restarting the video

MZ users have a nice UI from plugin commands to sort of this script call and other useful video control functions:

You can even setup play buttons:

StatusReleased
CategoryTool
Rating
Rated 4.3 out of 5 stars
(6 total ratings)
AuthorSynrec
GenreRole Playing
TagsRPG Maker, Tutorial

Purchase

Buy Now$3.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $3 USD. You will get access to the following files:

WebM.zip 521 MB
Synrec_VideoPlayer.js 31 kB

Development log

View all posts