An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Movie Customize - MovieCustomize.js

Plugin desc : Movie playback customization plug-in

License : MIT License

Author : Triacontane

Website : https://triacontane.blogspot.com

Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/MovieCustomize.js

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/MovieCustomize.js

File name : MovieCustomize.js

Help of plugin :

@target MZ
@url https://github.com/triacontane/RPGMakerMV/tree/mz_master/MovieCustomize.js
@plugindesc Movie playback customization plug-in
@author Triacontane
@license MIT License

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/triacontane-MZ-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----

MovieCustomize.js

Adjusts the position and size of the video played by the ”Play Movie” event
command.
You can also change the forced black background during movie playback.

No advanced features are planned for this plugin.
For more advanced adjustments, consider the ”Video Picture Display Plugin.”

This plugin requires the base plugin ”PluginCommonBase.js.”
”PluginCommonBase.js” is located in the following folder under the RPG Maker
MZ installation folder:

dlc/BasicResources/plugins/official

Terms of Use:
You may modify and redistribute this plugin without permission, and there are
no restrictions on its use (commercial, R18+, etc.).
This plugin is now yours.

@param noHideScreen
@text Don’t cover the screen
@desc Keeps the original screen visible when playing a movie. This prevents the background from being forced to black.
@type boolean
@default false

@param volumeVariable
@text Volume Variable ID
@desc This variable controls the volume of the movie when it is played. The valid range of this variable is from 0 to 100.
@type variable
@default 0

@command SET_RECT
@text Movie display position setting
@desc Set the display position of the movie.
@arg x
@text X coordinate
@desc The X coordinate of the movie.
@type number
@default 0
@arg y
@text Y coordinate
@desc The Y coordinate of the movie.
@type number
@default 0
@arg width
@text Width
@desc The width of the movie.
@type number
@default 816
@arg height
@text height
@desc The height of the movie.
@type number
@default 624

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.