Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: Alpha R3
Made for RPG Maker MZ 1.9.0

Plugin CommandsThis plugin supports the following plugin commands:

Change Swim Image - Change a given actor's swim image

Attempt Swim - Attempt to start/stop swimming for the player

Force Swim - Force the player to start or stop swimming

IntegrationsThis plugin has additional functionality when used alongside the following CGMZ plugins:

CGMZ Sound IDs
This plugin can be used to add volume, pitch, or pan variation to your swim sound effects. It also offers re-usable sound patterns via the id system throughout your game.

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_Swimming.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
  • Added gamepad support
  • Added plugin command to attempt swimming
  • Added plugin command to force swimming
Version AlphaR3
  • Added swim footstep sounds
  • Added Sound IDs integration
  • Swim Access and Dash Access changed from plugin command to switches

Back to Plugin