public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers
Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Character Maker
  • Original author: ovate
  • Original date: November 4, 2019
  • Source thread: https://forums.rpgmakerweb.com/threads/character-maker.114901/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

MPP_CharacterMake - 2019/06/14 (ver. 1.6) Creator name: Mokusei Penguin Overview Create characters with generator parts in game.

Archived First Post

MPP_CharacterMake - 2019/06/14 (ver. 1.6)

Creator name: Mokusei Penguin

Overview
Create characters with generator parts in game.

Screenshots
1oxBvxN.png

x132uzp.png


Note: Generator folder with parts are required.

Generator folder could be found in-
C:\Program Files (x86)\KADOKAWA\RPGMV
C:\Program Files (x86)\Steam\steamapps\common\RPG Maker MV

If you downloaded Sample project zip, copy Generator folder and paste inside your project folder.

Feel free to add or delete images in each folder if necessary.
If you have no use for Kid, you can delete Kid folders.

CharGene.json is created in Generator folder when performing test play.
It won't work without that file, be sure to try test play at least once.

Character graphic reuse

1. During test play on the character maker screen
2. Press F9 to save current character image then press F8 for developer tools (Console tab)
6T7N4G4.png


3. Copy the command in the Console and paste it into the actor Note box to set the graphic.
4. The graphic will be shown in the new game.
H67aldA.png


List of parts on edit screen:
Face, Front Hair, Rear Hair, Beard, Ears, Eyes, Eyebrows, Nose, Mouth, Facial Mark, Beast Ears, Tail, Wing, Clothing, Cloak, Accessory A, Accessory B, Glasses

You can also arrange preview in the plugin parameters of Preview List. (TV: walking、SV: battle、FG: face)

Plugin Commands-
Code:
SetCharGeneBaseKind n kind
n : Actor ID
kind : Basic kind (Male / Female / Kid / Cancelled if not set)
Change the basic type of actor n. Character generation is canceled if no kind is specified.

Code:
SetCharGeneDamage bool n1 n2...
bool : enable / disable fall graphics (true / false)
n1 n2... : Actor ID to which the fall graphic setting is applied

Code:
StartCharEdit n
Start editing character of Actor ID (replace n with Actor ID #)

Actor Note box:

Code:
<geneDef BaseKind:kind>
Ex. <geneDef BaseKind:Male> or <geneDef BaseKind:Female> or <geneDef BaseKind:Kid>
If you set one of them inside Actor Note, you don't have to use [SetCharGeneBaseKind n kind] plugin command unless you want to change base kind.

For more information- please check plugin details

Credit and Thanks: Mokusei Penguin

Terms of Use- Free for commercial and non-commercial use.

License - MIT License: http://opensource.org/licenses/mit-license.php

Demo link: https://www.dropbox.com/s/l6ohao9vcs0vxyn/Sample.zip?dl=1

JS Plugin includes- MPP_CharacterMake, MPP_ChoiceEX, Yami_SkipTitle

Events:
mirror (left) | mirror (middle) | tombstone
1. Left mirror demostrates how to set up with [StartCharEdit n] plugin command without MPP_ChoiceEX
2. Mid mirror shows how to use [ChoiceVariableId n] plugin command without multiple [StartCharEdit n]
3. Plugin command to show fall graphic sprite
Edit: 4. Added 5-17 Armors as Note examples for changing appearance when equipped. Some might look inconsistent.
Also a crate/ box event from left where you spawned.

If you want to allow color changes, go to parameters and set edit color to true. (false by default)

While there's character generator ex, this could be an alternative.

Source
http://woodpenguin.web.fc2.com/MV_Plugin/CharacterMake.html

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

Credit and Thanks: Mokusei Penguin Terms of Use- Free for commercial and non-commercial use. License - MIT License: http://opensource.org/licenses/mit-license.php Demo link: https://www.dropbox.com/s/l6ohao9vcs0vxyn/Sample.zip?dl=1

Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar