RPG MVプラグイン
2016.08.09 16:56

텍스트 입력창(Keyboard Input Dialog)

閲覧数 1426 推奨数 1 コメント 1
Atachment
添付 '2'
?

Shortcut

Prev前へ 書き込み

Next次へ 書き込み

Larger Font Smaller Font 上へ 下へ Go comment 印刷
?

Shortcut

Prev前へ 書き込み

Next次へ 書き込み

Larger Font Smaller Font 上へ 下へ Go comment 印刷

 

소개

 

PC 또는 모바일 기기에서 텍스트를 입력 받고 그 결과를 특정 변수에 저장하는 플러그인입니다. 

 

 

 

1.png

 

2.PNG

 

 

 

플러그인 커맨드

 

 
텍스트 입력기를 엽니다
 
InputDialog open

 

 
 

텍스트 입력기의 폭을 변경합니다

 
InputDialog width 488

 

 
텍스트 입력기 내부에 있는 텍스트를 변경합니다.
 
InputDialog text Please enter the value...

 

 
텍스트 값이 저장되는 변수의 ID 값을 변경합니다.
 
InputDialog variableID 3

 

 
Alert Window에 텍스트의 내용을 표시합니다.
 
InputDialog debug true

 

 
텍스트 박스의 색상을 변경합니다.

 

InputDialog backgroundColor rgba(255, 255, 255, 0.8)

 

 

버전 로그

 

2016.08.09 (v1.0.0) - 공개 출시일
2016.08.09 (v1.0.1) - 텍스트 에디터의 바탕색을 바꿀 수 있는 기능을 추가했습니다.
2016.08.10 (v1.0.1A) - ID 변수를 추가했습니다.
2016.08.10 (v1.1.0) - 텍스트 힌트를 표시할 수 있는 Window_DialogHelp 객체를 수정했습니다.
2016.08.16 (v1.1.1) - 텍스트 박스에서 문자 입력의 방향을 수정할 수 있는 기능을 추가했습니다. 
2016.08.16 (v1.1.1A) - 공백이 입력되지 않는 버그가 수정되었습니다.
2016.10.14 (v1.1.2) - 전투에서 동작하지 않는 문제가 수정되었습니다.
2016.10.14 (v1.1.3) :
 - 배경 색상을 바꿀 수 없는 버그가 수정되었습니다.
 - 변수 ID를 바꿀 수 없는 문제가 해결되었습니다.
2016.10.17 (v1.1.4) - 전투에서 이 플러그인의 일종의 라이프 싸이클(생성되고 파괴되는 것을 뜻함)을 수정했습니다. 
2016.10.18 (v1.1.5) - 배틀러가 너무 빠르게 움직이는 버그를 수정했습니다.

2016.10.29 (v1.1.6) - Added the function that allows you to specify the maximum number of character for an input field.
2016.11.13 (v1.1.6a) - Fixed the issue that is directly calling the requestUpdate function of SceneManager.
2016.12.02 (v1.1.6e) :
- Added some style codes such as a text shadow and an outline into the text box.
- Fixed the way that can temporarily stop attack and skill actions with an enemy when the text box is activated in the battle.
- It will not process the text input when the text box is not shown in the battle.
- In the debug mode, It adds the result value to a log window after the text input is done.
2016.12.08 (v1.1.6h) - Removed the text hint window.
2016.12.17 (v1.1.6i) - Fixed an issue that an integer value could not be checked due to the text type issue.
2017.01.30 (v1.1.7) - Fixed an issue that is not working properly if the text dialog has a string to start with a number.
2017.02.16 (v1.1.8) :
- Fixed incorrect position and width, height values in the text box.
- Added new feature that indicates the input dialog at the top position of the screen when pressing any key on your own mobile device.
- Added new feature that automatically returns a result of the text box if you did not press anything.
2018.01.25 (v1.1.8a) - test...
2018.01.30 (v1.1.9) :
- Added the button called 'OK'.
- Added the button called 'Cancel'.
- Removed the feature that can change the background-color of the input dialog.
- Fixed the issue that is not clicking the button in the mobile.
2018.02.03 (v1.1.10) :
- Fixed the issue that is not working in RMMV 1.5.1
- Fixed the default value of the plugin parameter  called 'CSS'.
2018.02.06 (v1.1.11) :
- Fixed the issue that is not working in the battle scene.

 

 

다운로드

 

링크 위에서 마우스 오른쪽 버튼을 누르고 다른 이름으로 링크 저장 버튼을 눌러주시기 바랍니다. 

 

(※주의 : 플러그인 파일(스크립트)의 이름이 기본 파일명인 'RS_InputDialog' 이여야 정상적으로 로드 됩니다.)

 

플러그인 파일 - https://raw.githubusercontent.com/biud436/MV/master/RS_InputDialog.js

데모 게임 - https://www.dropbox.com/s/7v78glb9wj7p595/InputDialog.zip?dl=0

 

?
  • profile
    MoonJ 2017.05.19 22:11
    주로 추리물이나 여러가지 메모해야할일이 많은 게임에 도움이 될거 같군요.
    추천드립니다.

List of Articles
番号 カテゴリ タイトル 投稿者 日付 閲覧数 推奨数
148 RPG VX Ace スクリプト RPG Maker VX Ace용 640*480 리사이징 스크립트 3 HUR 2014.08.04 1272 0
147 RPG VX Ace スクリプト RPG Maker VX Ace용 로고 스크립트 3 HUR 2014.08.04 1182 0
146 RPGXP スクリプト 얼굴표시/문장을 한글자씩 나타내주는 스크립트 (출처-히페리온) 4 시르카 2014.06.22 1191 0
145 RPGXP スクリプト 횡스크롤 점프 [버튼허용스위치추가] 3  운 2014.06.01 1629 0
144 RPGXP スクリプト 말풍선 메세지 스크립트 2 천둥번들 2014.02.24 1855 0
143 RPG VX Ace スクリプト Rpg Vx Ace 에서 이벤트 이름 팝업 3 빙냥이 2014.01.17 1898 0
142 RPGXP スクリプト 메세지에 얼굴, 이름등 다양한 기능 넣기 UMS 스크립트 1 데노제 2013.12.10 1618 0
141 RPGXP スクリプト 모션 스크립트 3  운 2013.12.06 2057 0
140 RPGXP スクリプト 아이템 조합 스크립트 7  운 2013.12.06 2714 0
139 RPGXP スクリプト 이름조합스크립트 16 Scissor 2013.10.27 2766 0
138 RPGXP スクリプト 문과 상자를 쉽게 만들수 있는 스크립트 18 2013.10.21 2244 0
137 RPGXP スクリプト 로고를 띄우는 스크립트 14 XEONSOFT블로그 2013.10.07 1681 0
136 RPGXP スクリプト 맵이름 표시 스크립트 18  운 2013.10.05 2246 0
135 RPGXP スクリプト 파이널 판타지 7 스타일 메뉴 6 2013.10.01 2026 0
134 RPGXP スクリプト 미니맵 스크립트 2 2013.10.01 2177 0
133 RPGXP スクリプト 부활 스크립트 2 2013.10.01 2766 0
132 RPGXP スクリプト 발소리 스크립트 6 2013.10.01 1730 0
131 RPGXP スクリプト 메뉴 스크립트 Zer0 CMS 3 2013.10.01 1384 0
130 RPGXP スクリプト 상점에서 아이템 능력치를 표시해주는 스크립트 1 2013.10.01 1656 0
129 RPGXP スクリプト 대기 회복 스크립트 2013.10.01 1078 0
Board Pagination Prev 1 ... 3 4 5 6 7 8 9 10 11 12 ... 15 Next
/ 15






[プライバシーに関する声明] | [利用規約] | [お問い合わせ] | [スポンサーシップ] | [ンサイド・ヒストリー]

Copyright © 1999 - 2016 INdiSide.com/CL3D Co.、Ltd. All Rights Reserved.
Owner : Chunmu(Jiseon Lee) | kernys(Wonbae Kim) | Sasinji(Byungkook Kim)