Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: 1.2.0
Made for RPG Maker MZ 1.9.0

The BasicsThe interior key is case sensitive, it is recommended to use a lowercase character.

For touch UI button, you can get a "home" icon button to use from my website and add it to your button sheet: https://www.caspergaming.com/resources/
You will need to add this icon to the right side of your existing button sheet. Alternatively, you can get a ready-made button sheet from the demo.

Interior OptionsTo have no interior for that vehicle, set the map to 0.

For direction, it goes by number with each number corresponding to a direction. The directions and their corresponding numbers are as follows:
0 = retain
2 = down
4 = left
6 = right
8 = up

Plugin CommandsThis plugin supports the following plugin commands:
Exit Vehicle - This will cause the player to exit the vehicle interior

Enter Vehicle - This will force the player into the vehicle interior they are currently driving

Change Vehicle - Changes the map/x/y/direction values used when entering the given vehicle

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_VehicleInteriors.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 change which map the interior points to for each vehicle
Version 1.1.1
  • Chinese translation fix
  • Added Spanish language help documentation
Version 1.1.2
  • Added handling for when no interior exists
Version 1.1.3
  • Added gamepad support
Version 1.2.0
  • Map parameter converted to 1.9.0 map type
  • Direction parameter converted to select type

Back to Plugin