A downloadable plugin

Download NowName your own price

ToshA_VideoGallery — Video Gallery & Player (RPG Maker MZ)

Adaptive in-game video gallery with a built-in player and controls. Add, lock/unlock, and remove videos via plugin commands. Play by ID or open the gallery at any time (optionally from the main menu).


Features

  • Gallery view: list or grid with thumbnails and descriptions.
  • Player controls: play/pause, seek bar, volume, close.
  • Video scaling: cover / contain / stretch.
  • Audio routed through RPG Maker’s AudioManager.
  • Optional main menu entry (parameters: addToMenu, menuName).

Requirements & Setup

  1. Engine: RPG Maker MZ.
  2. Copy ToshA_VideoGallery.js to js/plugins and enable it.
  3. Place video files in movies/ (e.g., movies/intro.webm).
  4. (Optional) Thumbnails in img/pictures/; if omitted, a frame from the video will be used.

Plugin Commands

  • AddVideo — add/update entry (id, title, videoFile, thumb, description, unlocked).
  • UnlockVideo / LockVideo — change access by ID.
  • RemoveVideo / ClearVideos — remove one or clear all.
  • OpenGallery — open the gallery (optional initialId).
  • PlayVideo — play by ID.
// Examples (event script)
PluginManager.callCommand(this,"ToshA_VideoGallery","AddVideo",
 { id:"intro", title:"Intro", videoFile:"intro", thumb:"", description:"Intro cutscene", unlocked:true });
PluginManager.callCommand(this,"ToshA_VideoGallery","OpenGallery",{ initialId:"intro" });
PluginManager.callCommand(this,"ToshA_VideoGallery","PlayVideo",{ id:"intro" });
  

License & Credits

Free for commercial and non-commercial projects with credit to ToshaAngel.
Do not redistribute or re-sell the plugin file.

Download

Download NowName your own price

Click download now to get access to the following files:

ToshA_VideoGallery.js 43 kB

Leave a comment

Log in with itch.io to leave a comment.