RPG Maker MV/MZ: Video Player
A downloadable tool
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:
Purchase
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:
Development log
- v2.0 - Forced relayeringMar 04, 2024
- v1.9 - Buttons Bug FixFeb 28, 2024
- v1.8 - Video Button ControlsJan 24, 2024
- v1.7 - Video clear reserveOct 06, 2023
- v1.6 - Potential problematic lineSep 06, 2023
- v1.4 - Some bug fixesAug 08, 2023
- v1.3 - Seamless playbackAug 06, 2023
- v1.2 Splice and diceMay 09, 2023