– RS_Window_KoreanNameInput.js

タイトル
作者名
ヘルプ
=============================================================================
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.

=============================================================================
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
The 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