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.json

    • Description: 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 run yarn build in menus/.

  • zIndex (number)

    • Display: Z-Index

    • Default: 100

    • Description: 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, update manifestPath to match.

  • The plugin loads menus/shared/types.js at boot. This file is produced by the menus build; ensure it exists next to menus/build/.

Last updated