Cloth Changing Wardrobe Plugin in MZ
A downloadable asset pack, plugins
# ClothingSystem Plugin Suite for RPG Maker MZ
This project offers **two versions** of the ClothingSystem plugin:
1. **Basic Version** (`SimpleWardrobe.js`) - Outfit selection and persistent sprite swapping.
2. **Extended Version** (`Change_Cloth_with_Face_and_action.js`) - Includes all Basic features, **plus** dynamic dialogue face swapping.
---
## 1. Basic Version: SimpleWardrobe.js
### Features
* **Native Window UI**: Displays a wardrobe list with 48×48 previews from a 3×4 character sprite.
* **Persistent Outfit**: Selected outfit persists across map transfers, saves, and loads.
### Installation
1. Copy `SimpleWardrobe.js` into your project's `js/plugins/` folder.
2. Open the Plugin Manager and enable **SimpleWardrobe**.
### Parameters (`clothes`)
An array of outfit entries:
| Field | Type | Example | Description |
| ------------- | ------ | --------- | ------------------------------------------------- |
| `name` | text | `Casual` | Label shown in the wardrobe list. |
| `imageName` | text | `$Casual` | Filename in `img/characters` (include `$`). |
| `previewCell` | number | `2` | Which 48×48 cell (1–12) to preview (top-left 3×4). |
### Usage
1. Create a map event and add the Plugin Command:
```
Plugin: SimpleWardrobe
Command: OpenWardrobe
```
2. During play, trigger the event to open the wardrobe, select an outfit, and the player sprite updates immediately.
---
## 2. Extended Version: Change_Cloth_with_Face_and_action.js
### Additional Features
* **Dialogue Face Swapping**: Automatically replace the Show Text face image for a specified speaker name when wearing an outfit.
Published | 22 days ago |
Status | Released |
Category | Assets |
Author | SekiShiyo |
Genre | Role Playing, Visual Novel |
Tags | 2D, Asset Pack, Game Design, Game engine, Pixel Art, RPG Maker, RPG Maker MZ, storygame |
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.