ED5 Character Creation Plugin
A downloadable asset pack
Character Creation Plugin v2.2 - Now incldues Random NPC Avatars
Author: ED5 AKA ChigooX
Description:
The Character Creation Plugin v2.0 for RPG Maker MZ brings an advanced and user-friendly character customization interface to your game. Empower your players to shape their characters with detailed options like gender, race, hairstyle, and hair color. The dynamic interface ensures that each selection instantly updates the character's appearance, creating a seamless and immersive experience.
<ED5NPC>
notetag or comment.
TUTORIAL:
Parameters:
- Gender Options: Define the available genders for the character.
- Race Options: Set up various races that characters can choose from.
- Hair Styles: Configure a list of possible hairstyles.
- Hair Colors: Provide a range of hair color choices.
- Additional Categories: Easily add more customization categories through plugin parameters.
Plugin Commands
- Open Character Creation: Use this command to open the character creation interface, allowing players to customize their character at the start of the game or at any designated point.
Notetags
<ED5NPC>
: Changes all event pages' characters to a randomly chosen one.<ED5NPCP>
: Persists the random character on map change or game load.
Comments
<ED5NPC>
: Changes the character for the page with this comment only.<NONPCC>
: Keeps the default character for the page with this comment.
Setup
- Define Categories: In the plugin parameters, set up the categories with their respective names, variables, and options.
- Preview Setup: can be done by making an event display different images based on selection and then change the player once done selecting.
- Use Plugin Command: Call the
Open Character Creation
command to initiate the character creation process. - Ensure your character sprite sheets have ED5NPC included in the name and add _multi for multiple characters.
- Use the appropriate note tags and comments in your events to enable random sprite assignments for events.
Usage
Empower your players to create unique characters tailored to their preferences. Whether it's selecting a gender, choosing a race, or customizing hair and accessories, this plugin provides a flexible and interactive character creation experience.
Unleash the full potential of character customization in your RPG Maker MZ project with the Character Creation Plugin v1.0. Download now and enhance the player experience in your game!
Status | Released |
Category | Assets |
Author | ChigooX |
Tags | Character Customization, RPG Maker, RPG Maker MZ |
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:
Development log
- Tutorial Added76 days ago
- Updated plugin with Random avatars for NPCsJul 31, 2024
- Updated! Can now see selection!Jul 27, 2024
- New Update coming!Jul 18, 2024
Comments
Log in with itch.io to leave a comment.
Is there a way to add more options; like skin, eyes and traits? When I add these things to Categories, they don't show up in Parameters. "Genders" seems to be a stuck parameter, even though I'm not using it.
Also, the character customization is not permanent. If the player is transferred to another map, they revert back to their original appearance.
Can you help me please?
Could please we get a small video showing how to properly set it up, or maybe even a demo version projec? The clarity would mean a lot
YES, I will do that maybe tomorrow.
Thanks king, helps a ton
Can we use this framework to generate NPCs? NPC event index character on each map (character part in RM editor)
I was going to add that functionality to this plugin, but I think it will be better if I made a separate plugin just to keep it simple.