Parameters
Plugin Parameters
RPGReact exposes a small set of parameters you configure in RPG Maker MZ’s Plugin Manager.
Parameters
manifestPath (string)
Display: Asset Manifest Path
Default:
menus/build/.vite/manifest.jsonDescription: Path to the Vite-generated manifest file that lists your built React assets.
Notes: This path is relative to the game root at runtime (same folder as
index.html). Make sure you have runyarn buildinmenus/.
zIndex (number)
Display: Z-Index
Default:
100Description: CSS stacking order for the React overlay. Increase if you need to render above additional canvas/UI layers.
Advanced Notes
If you relocate the
menus/build/directory, updatemanifestPathto match.The plugin loads
menus/shared/types.jsat boot. This file is produced by the menus build; ensure it exists next tomenus/build/.
Last updated