Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Vehicle Interiors - Version 1.2.0

Back to Plugin

Devlog Version

Hi all, today this plugin was updated to version 1.2.0!

This version updates the plugin to use the new map selection ui added with MZ 1.9.0. This will require you to set up the map parameter again as the type has changed, and it will also require you to re-do your plugin commands. This change was made because going forward, this new ui in the editor is much easier to use and will overall be better going forward. If you are not on MZ 1.9.0 yet, you will need to enter in json data in the format: {"mapId":"0","x":"0","y":"0"}.

This update also converted the direction parameters into a selectable type, so you no longer need to worry about remembering which number corresponds to which direction.

Version 1.2.0
  • Map parameter converted to 1.9.0 map type
  • Direction parameter converted to select type

Back to Plugin