Documentation
Quick InfoVersion: 1.2.1
Made for RPG Maker MZ 1.9.0
The BasicsWith this plugin, you can add some basic info about your game at the bottom of the title screen. This includes the game version, your website, and any copyright info. Of course, you could use these text fields for other purposes as well.
You can also use this to add social media buttons to the title, which when clicked will open the user's preferred browser with your social media page. These buttons can also run custom JS when clicked. Although the buttons are meant for social media buttons, you can technically show any image anywhere on screen which can be clicked, allowing you to use pictures for your title screen.
Cursor TypesYou can set the cursor type when a button is hovered. By default, it is a pointer style which usually indicates a link. However, you can use any of the following cursor types available to CSS.
Gradient ColorsThe gradient color for the background rect supports any html color type, but rgba is recommended due to the added alpha channel (opacity). You can choose a color from any online color picker, and then copy the rgba string.
Plugin CommandsThis plugin does not have any plugin commands.
Saved GamesThis plugin is fully compatible with saved games. This means you can:
✓ Add this plugin to a saved game and it will work as expected.
✓ Change any plugin params and changes will be reflected in saved games.
✓ Remove the plugin with no issue to save data.
Filename
The filename for this plugin MUST remain CGMZ_GameInfo.js. This is what it comes as when downloaded. The filename is used to load parameters and execute plugin commands. If you change it, things will begin behaving incorrectly and your game will probably crash. Please do not rename the js file.
Known Issues
This plugin currently has no known issues that need to be fixed. If you believe you have encountered a bug, please report it to Casper Gaming.
Compatibility
This plugin currently has no known compatibility issues with other RMMZ plugins. If you believe you have encountered a conflict, please report it to Casper Gaming.
Version HistoryVersion 1.1.0
- Added ability to add buttons on the title screen for social media, patron, discord, etc
- Fixed bug with buttons disappearing in some cases
- Added cursor change to a pointer over the buttons
- Websites now open in user default browser (local mode only)
- Bugfix for pointer cursor staying if select with keyboard
- Added font face option
- Added option to draw rectangle behind text
- Added custom JS to run when button is clicked
- Added control over cursor change when button hovered
- Added more control over button opacity
- Button images now support any image folder
- Now warn instead of crash on invalid json detected
- Button x/y now allow negative numbers
- Removed Draw Background Rect parameter