RPG MAKER MZ HELP
Documentation
Output Formats
Deployment
Exports the deployment package for each platform. It is possible to output for Windows, macOS, and web browsers.
For Windows
- The exported game folder will be deployed.
For macOS
- Distributes the exported game folder or the Game.app file inside the game folder.
*Game.app will be displayed as a folder in a Windows environment, but you can run this as an application in a macOS environment.- Distributes the exported game folder or the Game.app file inside the game folder.
Web Browsers
You can run your game on a web browser by uploading your exported project folder to a web server.
Gameplay System Requirements
System Requirements | Environments which support HTML5 Canvas and Web Audio API iOS 12 or higher Android 8 or higher |
---|---|
Recommended Browsers | Google Chrome, Safari, Firefox, iOS Safari, Chrome for Android |
*Please use Wi-Fi when playing using a browser on a smartphone. *Can exclusively be played on browsers that supports WebGL. |
Options [Exclude Unused Files]
Check the option [Exclude Unused Files] during deployment to export the game folder without including unused files in the game. Use this function to reduce the file size.
Files that can be excluded will be unnecessary files contained in the following folders.
- Project Folder/img/all nested files
- Project Folder/audio/all nested files
- Project Folder/effects/all nested files
Depending on a plugin's design, files specified by a plugin may end up being excluded.
Files can be excluded by configuring them in the "MaterialBase" official plugin.
Encryption
Encrypt image or sound files that you use in the game.
Image Files
Check the box to encrypt all image files included in the package.
Sound Files
Check the box to encrypt all sound files included in the package.
Encryption Key
Enter a character string. This character string will be used in the file when encrypting.
*You can not use encrypted files within the project folder.
*Due to circumstances beyond our control regarding browser games, we cannot guarantee that these measures will prevent your game from being unlawfully copied.