– RS_Window_KoreanNameInput.js
- タイトル
- 作者名
- biud436様
- ヘルプ
- =============================================================================
Pliugin Commands
=============================================================================
OpenKoreanNameInput actorId digits
actorId : if this value is to 'leader', it will automatically set up by the name of the player.
digits : The maximum length of the name string. the default value is to 6.
=============================================================================
Description
=============================================================================
This plugin provides a Korean character input system for RPG Maker MV,
allowing proper Hangul composition that follows Korean language rules.
The system supports both direct keyboard input and touch-based input methods,
with automatic detection for PC and mobile platforms.
It includes a complete set of Korean consonants and vowels (jamo),
allowing users to create any possible Korean syllable.
=============================================================================
Features
=============================================================================
1. Dual Input Methods:
- Direct keyboard input for PC users
- Touch-based input for mobile users
2. Korean/English Toggle:
- Switch between Korean and English character sets using the 한/영 key
3. Help System:
- Contextual tips displayed in a help window
- Different messages for different platforms and input modes
4. Full Hangul Support:
- Complete character composition following Korean language rules
- Support for all consonants, vowels, and combined syllables
5. Customization:
- Adjustable window sizes and positions
- Customizable button sizing and layout
- Editable help messages
=============================================================================
Usage Tips
=============================================================================
- For PC users: You can type directly with your keyboard. The plugin will
automatically compose Hangul characters according to Korean typing rules.
- For mobile users: Touch the on-screen keyboard to select characters.
- To switch between Korean and English, use the 한/영 button.
- The numeric keypad on the right side of the keyboard can be used for
entering numbers.
- Spacing, backspace, and confirmation buttons are available at the
bottom of the input window.
=============================================================================
Technical Notes
=============================================================================
This plugin utilizes the Hangul.js library for Korean character processing.
The library handles the complex rules of jamo combination to form complete
Korean syllables.
Window_KoreanNameInput extends the default Window_NameInput class.
Window_KoreanNameEdit extends the default Window_NameEdit class.
Scene_KoreanName extends the default Scene_Name class.
=============================================================================
Change Log
=============================================================================
2018.03.13 (v1.0.0) - First Release.
2018.10.26 (v1.0.1) :
- Added the help window.
- You can switch the name input mode between direct mode and touch mode, and indicate corresponding message to help window.
2018.11.28 (v1.0.2) :
- 한/영 키 추가.
- The help text would always be displayed up to top.
- 오른쪽 숫자 패드로 숫자 입력 가능.
2019.05.30 (v1.0.3) :
- 마지막 글자가 입력되지 않는 문제를 수정하였습니다.
- 이름이 허용 글자 수보다 더 큰 경우 발생하는 문제를 수정하였습니다. - パラメータ
-
param Font Size desc Specify the font size in name processing. default 28 param Line Height desc Specify the line height for window. default 36 param Window Width desc Calculate the window width. default 480 param Window Height desc Calculate the window height. default this.fittingHeight(6); param Default Button Width desc Specify the default button width. default Math.floor(this.width/this.maxCols()); param Center Spacing desc Specify the spacing value in the middle space. default 0 param Button Type type boolean desc Sets the button width how to calculate the width. default false on Crop off Expand param Help Message param messageForTouching parent Help Message desc default The input mode has been switched to touch mode. param messageForDirectMode parent Help Message desc default The input mode has been switched to direct input mode. param messageForPc parent Help Message desc default Enter your own name directly on the keyboard. param messageForMobile parent Help Message desc default Use your finger to touch the desired letter. - ライセンス表記
- MIT License
Copyright (c) 2018 biud436
Free for commercial and non commercial use.
https://github.com/e-/Hangul.js MIT
Copyright (c) 2012-2018 Jaemin Jo
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
The above copyright notice and this permission notice shall be
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
紹介ページ https://github.com/biud436/MV/blob/master/RS_Window_KoreanNameInput.js