A downloadable plugin

Buy Now$5.00 USD or more

Hi all, introducing [CGMZ] Fallback! This is a small plugin that aims to prevent a common source of crashing in deployed RPG Maker games.

The Problem

RPG Maker typically tries to load an image and displays an error message with a retry button if the image is not found. This can happen for a number of reasons, such as deploying without including unused files or deleting a file that you thought was unused but was really used. While playtesting, this is typically a good thing as you can fix this issue as the developer. However, for a player of your game, this can stop their progress as they will not be able to get past this error message if the file does not exist.

The Solution

[CGMZ] Fallback solves this issue by allowing you to specify an error or fallback image which will be loaded any time the original image encounters a loading error. This prevents such an error from blocking your players from playing your game. Of course, this is still not ideal and you should still fix the original file loading issue, but at least it will not prevent your players from progressing through your game.

See below images where instead of getting a crash, I see the fallback image where the game could not load the original image:



Development Note

This initial alpha focuses on image files as that is where I noticed the majority of these errors come from. However, similar errors could occur if other file types are missing as well. In future update plans, I hope to add the following to this plugin:

  • Support of Audio files
  • Support of Video files 
  • Different fallbacks by image type

Please let me know in the comments below any suggestions you may have for improvements to this plugin as well.

PLEASE READ BEFORE PURCHASING:

Please be aware that you can access this as well as all of my other Alpha plugins for $5 on my Patreon: https://www.patreon.com/CasperGamingRPGM

This is posted to Itch.io since some people only use Itch and are not aware my Patreon and all of my beta/alpha plugins exist, or want to have everything in one convenient location (itch.io), or do not want to do a monthly subscription.

Casper Gaming's Beta/Alpha plugins are treated as an "early access" and will eventually be free for everyone once they are fully released, though this process can take months/years. By purchasing in beta/alpha, you are able to provide early feedback/suggestions which are more likely to make it into the final fully released plugin.

Please see terms of use here: Terms of Use

Requires CGMZ Core plugin: CGMZ Core

Happy RPG Making!

Purchase

Buy Now$5.00 USD or more

In order to download this plugin you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:

CGMZ_Fallback.zip 1.7 kB

Comments

Log in with itch.io to leave a comment.

Great idea!