An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Combine Character EC - CombineCharacterEC.js

Plugin desc : ver1.00/Adds control characters that add voiced or semi-voiced marks to specified characters.

License : MIT License

Author : Yana

Website : https://w.atwiki.jp/pokotan/pages/3.html

Desc page : https://github.com/munokura/Yana-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Map_Message/CombineCharacterEC.js

File name : CombineCharacterEC.js

Help of plugin :

@plugindesc ver1.00/Adds control characters that add voiced or semi-voiced marks to specified characters.
@author Yana
@url https://github.com/munokura/Yana-MV-plugins
@license MIT License

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/Yana-MV-plugins ).
Original plugin by Yana.
-----
How to Use
--------------------------------------------------------------------
Adds the following control characters to scenes that use drawTextEx (such as text display and battle logs).

¥VS[text]
Adds a voiced consonant mark to the text.

¥PS[text]
Adds a handakuten consonant mark to the text.

¥EC[text]
Adds a footnote to the text.

¥AT[text]
Adds a strikethrough to the text.

¥WAT[text]
Adds a double strikethrough to the text.

¥UL[text]
Adds an underline to the text.

*Somewhat complicated control characters*

¥CC[text to add behind, text, overlay from the front]
Adds text behind and in front of the text.

Each character is displayed as an icon instead of a regular character.
i<icon index>: Overlays an index icon as the character.
L○<x/y/w/h>: Overlays a rectangle with the text color specified by x, y, w, and h.
You can also use these two options.
In this case, specify x, y, w, and h as the scale factor for the font size.
You can also specify multiple <x/y/w/h> options.
If no value is specified for ○, the current text color will be used.

Example 1: Fill the back of the text with text color number 2.
¥CC[L2<0/0/1/1>,FillText]
Example 2: Draw two lines on the front of the text in text color number 3.
¥CC[,FillText,L3<0/0/1/0.1><0/0.9/1/0.1>]

------------------------------------------------------
Terms of Use
------------------------------------------------------
This plugin is released under the MIT License.
http://opensource.org/licenses/mit-license.php
------------------------------------------------------
Update History:
Ver. 1.00:
Released

@param PlusRate
@desc This is the display position of voiced consonants and semi-voiced consonants. Please specify it as a magnification factor relative to the character size.
@default 0.75

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.