본문 바로가기

분류 전체보기104

Walking Step Sound - RPG Maker MZ Introduction This plugin allows you to play the sound related for walking every time player walks. Installation before installing this plugin, you prepare by downloading sound resource in below link. http://opengameart.org/content/foot-walking-step-sounds-on-stone-water-snow-wood-and-dirt Foot walking step sounds on stone, water, snow, wood and dirt These sounds were made by Jute for DungeonHack.. 2022. 1. 30.
New Resource Manager (Transparent Filter) - RPG Maker MV Introduction This plugin and the extension tool allow you to set up the desired transparent color like as RPG Maker VX Ace. Screenshots How to use You execute the extension after extract the extension file and next then select the game project folder. it's done that you press the Add Extension button. if you have restarted RPG Maker MV, it would be created a new icon that indicates a stuff like .. 2021. 10. 27.
Fog - RPG Maker MV IntroductionThis plugin allows you to use the fog effect like a RPG Maker XP. Download Demo (20MB : RPG Maker MV v1.6.1) - https://www.dropbox.com/s/p7qg1r1eo9vihjb/Fog.zip?dl=1 Change Log 2018.11.14 (v1.0.0) - First Release.2018.11.16 (v1.0.1) - Added the opacity mode.2021.01.09 (v1.0.2) :- Fixed the bug that causes an error when using the erase event command. 2021. 1. 9.
Multiple HUD - RPG Maker MZ Introduction This plugin allows you to show up HUD elements such as HP, MP, Level, EXP on the screen. Download This plugin file doesn't provide a directly download, so you can click a right mouse button on the link and then have to save file. However, image files are possible to download directly. Plugin File (Github RAW) Download Image Files Experiment This extension file is experimental, so it.. 2020. 8. 30.
YouTube Player MZ - RPG Maker MZ Introduction This plugin allows you to playback a YouTube video in the RPG Maker MZ. I've changed little structure from MV and then added a new fixed button that can stop a video on the game screen. Environment This plugin is worked only as follow environment because a many of css properties are written directly in this plugin file instead of stylesheet file. - Windows 10 (NW.js, 816 x 624px onl.. 2020. 8. 29.
Message Alignment - RPG Maker MV Introduction This plugin allows you to align the text in the message system. UsageThis plugin is an add-on, so it should be installed the plugin somewhere below YEP_MessageCore All text codes process before drawn the text. For each line you can set a different text alignment. \TA[0] - LEFT\TA[1] - CENTER\TA[2] - RIGHT You can also use the tag like HTML instead of the text code called '\TA'. Cent.. 2020. 8. 13.
Korean Name Input - RPG Maker MZ Introduction This plugin allows you to type the complicated name text such as Korean and Chinese on any device. Usage 한글 이름 입력 방식에는 크게는 유니코드와 키보드 이벤트를 이용하여 초성, 중성, 종성을 직접 조합하는 방법이 있고 유니티나 cocos2d-x 같은 게임 엔진과 같이 IME를 이용하는 방법이 있습니다. 본 플러그인은 IME를 사용하는데요. IME는 인터넷 게시판에서 글을 작성할 때와 동일한 한글 조합 기능을 제공하므로, 한국어, 중국어, 일본어 등 여러가지 언어도 입력할 수 있습니다. IME는 화면에서는 보이지 않는 폼을 생성하여 처리합니다. 모바일에서는 다음과 같이 표시됩니다. 일부 안드로이드 .. 2020. 8. 13.
Korean Hangul Input (JOHAB) - RPG Maker MZ Introduction This plugin allows you to type the text in Korean or English using my Hangul library. Notice that this is worked only in PC platform that has a keyboard. PC 또는 키보드가 있는 환경에서만 동작합니다. HangulInput라는 플러그인 명령을 실행하면 한글 입력 씬이 뜹니다. 또는 스크립트 명령 'SceneManager.push(Scene_HangulInput);' 코드를 실행하면 됩니다. 입력이 끝나면 지정된 변수에 값이 저장됩니다. 문자열 비교 방법 변수에 저장된 값을 조건 분기에서 검출하려면 다음과 같이 할 수 있습니다. 문자열을 하나만 비교하려면 다음과 .. 2020. 8. 9.
Wave Filter - RPG Maker MV IntroductionThis plugin allows you to apply the wave effect to the sprite or Shader Tilemap. (This works only in WebGL mode) How to Use ■ SpriteCreate a sprite by loading the bitmap image and set the wave to true. The following code applies the wave effect to Sprite. 1234567// Create Spritevar bitmap = ImageManager.loadSvEnemy('Death');var sprite = new Sprite(bitmap);SceneManager._scene.addChild.. 2020. 8. 3.
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.