[CGMZ] Game Info for RPG Maker MZ
Hi all,
This plugin lets you customize your title screen.
GAME INFO
You can add some important info on the bottom of the title screen, such as copyright information, version info, or a website url. You can customize this text with a different font face, size, outline color, outline width, and a background gradient rectangle to make it easier to read which can also have its own colors.
BUTTONS
This plugin also adds clickable buttons to your title screen. Originally this was meant for social media links, but has since expanded to be able to run any custom js code. To launch a URL in the user's browser and use the button as a social media link, you do not need to write any custom code. However, since you can position these buttons anywhere and have complete control over them you could use them to entirely customize your title screen with clickable buttons.
PREVIEW
Here is a preview image of what the title screen might look like via configuring some of the above options:
Please see terms of use here: Terms of Use
Requires CGMZ Core plugin: CGMZ Core
Happy RPG Making!
Status | Released |
Category | Tool |
Platforms | HTML5 |
Author | Casper Gaming |
Made with | RPG Maker |
Tags | RPG Maker, title-screen |
Average session | A few minutes |
Languages | English, Spanish; Latin America, Chinese |
Inputs | Keyboard, Mouse, Gamepad (any), Touchscreen |
Links | Homepage, Community, Patreon, YouTube |
Download
Click download now to get access to the following files:
Development log
- Version 1.2.0 Release NotesJun 29, 2024
Comments
Log in with itch.io to leave a comment.
Tried to download it, but pc says it contains a trojan downloader (/Kavala.D), I assume that's not intentional?
Hi, it is a false positive. Which antivirus do you use? I can submit the file to them so they can re-analyze it.
I'm using DELTA
Hey there, was wondering if there was any progress on the submission. Tried downloading it again but was still showing the same error.
Hi, I am not quite sure how to help with this beyond submitting the file so virus software can analyze it, as the issue would be on your antivirus' end, you should be able to disable the antivirus temporarily while you download the plugin or add an exclusion, or you could ask them for support.
Took my pc a whole lot of convincing but they eventually let it trough. Still thank you for your help, now I can finally enjoy your plugin:)
Glad you were able to get it working 😁
I found a compatibility error with a plugin MechPen_SharpText.js
Would you be willing to look into it?
Hi, what is the compatibility error?
So I use MechPen_SharpText.js along with your plugin to make the text sharper, but when I apply an outline to the text I get an error. I found a way around it by simply not using the outline.
Hi, I am glad you found a way around it. The issue looks to be with the other plugin, as it seems to only be set up for when an outline color is in rgba format, however html supports other color formats so this is not really a safe assumption to make.
Does the outline color work when you type something like rgba(245, 40, 145, 0.8) in to the Game Info parameter for Font Outline Color?
Your suggestion works too! Thanks for the help! :D
Ok, if you’re using SharpText do not use a border for the game info text.