RPGMV 플러그인
2016.08.09 16:56

텍스트 입력창(Keyboard Input Dialog)

조회 수 1421 추천 수 1 댓글 1
Atachment
첨부 '2'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

 

소개

 

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
번호 분류 제목 글쓴이 날짜 조회 수 추천 수
228 RPGMV 플러그인 Kaus Ultimate Overlay v1.03 (강력레이아웃추가! 빛/포그/파노라마/맵) 2 file 파란별빛 2015.11.08 2024 0
227 RPGMV 플러그인 게임시작하면 바로 뉴게임으로 가는 플러그인! 1 willmv 2015.11.07 924 0
226 RPGMV 플러그인 FPS 표기 플러그인! (화면에 FPS값을 표기해준다!) 1 file willmv 2015.11.07 748 0
225 RPGMV 플러그인 퀘스트 시스템 플러그인! Gameus' Quest System 1 file willmv 2015.11.07 1570 0
224 RPGMV 플러그인 HUD (HP, MP, EXP, LEVEL 표시) 화면에 표시해주는 플러그인! 4 file willmv 2015.11.07 1367 2
223 RPGMV 플러그인 모바일 패드 플러그인입니다! MBS - Mobile DirPad & Action Button 6 willmv 2015.11.07 2005 3
222 RPGMV 플러그인 이벤트(엑스트라) 좌표 콘트롤 플러그인(Move Route Extras - Version 1.1) 1 plam 2015.11.07 858 0
221 RPGMV 플러그인 오렌지 - 타임 시스템 플러그인(Time system). (게임 시간시스템 관련) 4 plam 2015.11.07 946 1
220 RPGMV 플러그인 점프 액션 플러그인. 3 file plam 2015.11.07 1214 0
219 RPGMV 플러그인 타이틀 스크린 스킵 file 공원소년 2015.11.03 1016 0
218 RPGMV 플러그인 크리티컬 데미지 배수 설정 3 file 백난화백 2015.11.01 873 0
217 RPGMV 플러그인 데이터 베이스 이스케이프 처리 플러그인 1 file 백난화백 2015.11.01 706 0
216 RPGMV 플러그인 Iavra Generic Popup (일정시간 팝업을 띄우는 플러그인) 1 파란별빛 2015.10.30 823 0
215 RPGMV 플러그인 Mouse System Ex 마우스 입력 시스템 파란별빛 2015.10.30 859 0
214 RPGMV 플러그인 Bind Pictures To Map (이미지 결합 플러그인) 3 file 이녕 2015.10.30 1049 0
213 RPGMV 플러그인 EnemyBook v1.1 - SkottyTV Update(몬스터북 플러그인) plam 2015.10.27 1006 0
212 RPGMV 플러그인 날씨효과를 전투중에도 사용하는 플러그인입니다. 3 plam 2015.10.27 839 0
211 RPGMV 플러그인 MKMV_SaveManager (심플 세이브 & 세이브 슬롯 확장) 2 file 최빛빛 2015.10.27 912 1
210 RPGMV 플러그인 현실 시간 변수 대입 플러그인 2 file 최빛빛 2015.10.26 601 1
209 RPGMV 플러그인 [JS] 세이브 갯수를 20개에서 변경하기. 천무 2015.10.26 508 0
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 15 Next
/ 15






[개인정보취급방침] | [이용약관] | [제휴문의] | [후원창구] | [인디사이드연혁]

Copyright © 1999 - 2016 INdiSide.com/(주)씨엘쓰리디 All Rights Reserved.
인디사이드 운영자 : 천무(이지선) | kernys(김원배) | 사신지(김병국)