본문 바로가기

RPG Maker MV/Input5

Korean Name Input (IME) - RPG Maker MV Korean Name Input(IME) IntroductionThis plugin provides a keyboard that allows you to type in Korean or other native language in the Name Input Processing. In countries that do not use an alphabet, It may be often better to use this plugin. The reason is that it does not check the language of system. It also can type the name directly into the window using Input Method Editor(IME) Modes. ▲ Andro.. 2020. 7. 14.
Korean Name Input (JOHAB, 조합형) - RPG Maker MV 소개이전 방식의 플러그인에서는 보이지 않는 에디트 박스를 생성하고 조합된 한글을 긁어오는 방식을 사용하였습니다. 하지만 안드로이드 크로미움 웹뷰에서는 에디트 박스가 포커스 상태일 때, 키보드 레이아웃 화면이 뜸과 동시에 안드로이드의 상태바도 같이 표시됩니다. 입력이 끝나면 자동으로 상태바가 감춰져야 하지만, 화면에 보이지 않게 만든 에디트 박스의 경우, 가끔 상태바가 자동으로 사라지지 않는 버그가 있었습니다. 보이는 경우에는 상태바가 잘 사라지지만, 그렇지 않은 경우에는 가끔 버그가 생깁니다. 수 많은 기능보다는 안정적으로 돌아가는 게 중요하므로, 투명한 에디터 박스를 없애고 잘 돌아가게 만든 한글 라이브러리를 사용하여 내부에서 한글을 조합 방식으로 다시 만들었습니다. 그래서 예전과 같이 모바일에선 키보.. 2019. 11. 2.
Keyboard Input Dialog - RPG Maker MV Introduction This plugin is a Text Input System that allows you to enter various languages such as Korean, Chinese, Arabic, Japanese, and Russian. Screen shots 더보기 Its result is returned with specific variable when you are pressed Enter key. So you can add its sentences using the text code with message window as follows. This plugin has also supported all languages(Russian, Chinese, Korean, Japa.. 2019. 3. 5.
Spanish Name Input - RPG Maker MV IntroductionThis plugin allows you to process the name input for Spanish. It has derived from my Keyboard Input Dialog and Korean Name Input plugins. Downloadhttps://github.com/biud436/MV/raw/master/RS_Window_SpanishNameInput.js Change Log2018.02.24 (v1.0.0) - First Release.2018.10.13 (v1.0.1) - Added several plugin parameters. 2018. 10. 13.
Keyboard Event - RPG Maker MV Introduction This plugin can process a keyboard event without pressing a real button within a keyboard. Plugin Commands - 'keyCode' must be number type like as 0x58 or 80 - 'keyName' should be the value for a strings that could not found in Input.keyMapper - These commands allow user to send a virtual key code in main logic of Input class. KeyEvent executeString keyName KeyEvent executeKey keyCo.. 2017. 3. 4.