Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: Alpha R2
Made for RPG Maker MZ 1.10.0

Quick StartThe basic setup and usage of this plugin follows the below steps:

1. In the plugin parameters, set up your desired hardcore mechanic options under Main Config

2. The plugin handles the rest

JavaScriptIf you want to call the scene via a script call, you can use the JS:

SceneManager.push(CGMZ_Scene_HardcoreSelect);


Plugin CommandsThis plugin supports the following plugin commands:

Call Scene
Calls the hardcore select scene where the player can enable or disable hardcore mode.

Change Hardcore
Manually enable or disable hardcore in your events. You might use this for asking the player if they want to enable/disable hardcore in a choice window instead of the scene, or you could use this to make a safe area where the player can gameover without having their save file deleted.

IntegrationsThis plugin has additional features when used alongside the following [CGMZ] plugins:

[CGMZ] Scene Backgrounds
Show a custom background image in your hardcore select scene, including video or scrolling animated parallax images. You can even carry the map weather over!

[CGMZ] Window Backgrounds
Show a custom background image in your select window, including scrolling animated parallax images and some more animated options.

[CGMZ] Window Settings
Control the window background type, windowskin, padding, tone, and more. This plugin allows total control over most window customizations.

[CGMZ] Controls Window
Show the player the controls of the hardcore scene. Controls automatically swap between keyboard and gamepad controls depending on the last input type the player used, and buttons can be animated to show them being pressed.

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_Hardcore.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 AlphaR2
  • Locked hardcore saves to one save slot

Back to Plugin