본문 바로가기

RPG Maker MV62

INI 파일 생성 도구 - RPG Maker MV 소개INI 파일을 생성하는 플러그인입니다. 사용법아래 함수를 사용하여 INI 파일을 특정 디렉토리에 생성할 수 있으며 생성된 파일을 읽어오는 작업을 할 수 있습니다. 123456RS.INI.writeString("Font", "size", "28", "./font.ini");var fontSize = RS.INI.readString("Font", "size", "./font.ini"); // 한글도 OKRS.INI.writeString("폰트 설정", "크기", "28", "./폰트 설정.ini");var fontSize = RS.INI.readString("폰트 설정", "크기", "./폰트 설정.ini");cs 아래는 부가 기능입니다. 아이콘을 지닌 메시지 박스 또는 예/아니오 질문을 할 수 있는 메.. 2018. 6. 20.
Multiple HUD - RPG Maker MV ▲ with YEP_PartySystem IntroductionThis plugin provides the HUD, displays the HP and MP and EXP and Level, on the screen. You have to download the attached file by clicking the link. Download the resource and place it in your img/pictures folder. You have to download the plugin and put it in your js/plugins folder. You should allow the plugin to pre-load the resources by setting preloadImportant.. 2018. 5. 9.
Parse Weather Data (Korean) - RPG Maker MV IntroductionThis plugin allows you to parse the certain web-page for weather as text data. Script Calls스크립트 커맨드에서 다음 스크립트를 호출하세요. 1234567891011// This function allows you to parse the html data through callback function. RS.Weather.parseHTML(function(doc) { // Find the element in target document var inf = doc.querySelector('.inf'); // Set the game title using parsing the text for weather documen.. 2018. 5. 2.
Picture Tool -RPG Maker MV Picture Tool IntroductionThis plugin allows you to run with two types of events when a certain picture collides with some sprites. Script Calls This command will run some event when it collides with certain picture: 1RS.PictureTool.runEventCollideWithPicture(picId, eventId);cs This command will run the common event when it collides with a picId picture: 1RS.PictureTool.runCommonEventCollideWithP.. 2018. 5. 2.
Wav File Encryption Tool - RPG Maker MV IntroductionThis plugin allows you to encrypt the .wav file to .rpgmvw file in wav folder and you can also create for an encryption file before you start deploying the game when using my Footstep Sound plugin. How to Use1. Make new directory called 'CryptoJS' to js/libs folder. 2. Installing the library called CryptoJS and place them in js/libs/CryptoJS folder.CryptoJS Core - https://cdnjs.cloud.. 2018. 3. 13.
Screen Orientation -RPG Maker MV IntroductionThis plugin allows you to switch the full screen on mobile chrome, and then it displays the orientation as a landscape. How to useDownload an image from https://github.com/biud436/MV/blob/master/docs/images/btn_fullscr.png,https://github.com/biud436/MV/blob/master/docs/images/btn_fullscr_ko.png and then place it in your img/pictures folder. Test DevicesAndroid Chrome (64.0.3282.137) .. 2018. 3. 1.
Minimize to Tray - RPG Maker MV Introduction This plugin provides a function that minimizes to system tray. Linkhttps://raw.githubusercontent.com/biud436/MV/master/RS_WinTray.js Change Log 2016.01.21 (v1.0.0) - First Release2016.12.28 (v1.0.1) - Fixed a bug that a previous tray will remain after reloading the window.2018.02.27 (v1.0.2) - Changed the source code for RMMV 1.6.0. Terms of UseFree for commercial and non-commercial.. 2018. 2. 28.
Hangul Bitmap Font - RPG Maker MV IntroductionThis plugin allows you to use as the bitmap font for Korean Characters(Hangul WanSung). There is a problem is the Korean text drawing is pretty slow when drawing the text on an older mobile device. so i've made this plugin. Downloads The Bitmap Font Image (PNG) : Place this file in your project's img/hangul folder. Note that you must create a new folder called 'hangul' from img folde.. 2018. 2. 24.
Graphics Menu - RPG Maker MV IntroductionThis plugin allows you to indicate a desired graphics menu. Screenshots Usage Place 'RS_GraphicsMenu.js' file in your plugin folder and then setup it in the Plugin Manager. It will show up the plugin parameters in the right panel of plugin manager and you can display up the various images by changing the plugin parameters. This plugin is to use a one sprite sheet and the sprite sheet.. 2018. 1. 29.
Limited Variables - RPG Maker MV IntroductionThis plugin allows you to setting the maximum value or minimum value in certain game variable. This plugin should be used with RPG Maker MV 1.5.0 or above. Change Log 2016.02.23 (v1.0.0) - First Release.2016.07.11 (v1.0.1) - In pluginCommand, Wrong Character Fixes.2017.02.03 (v1.0.2) - Fixed the variable name.2017.12.28 (v1.0.3) - Added a feature that can set them in the certain game.. 2017. 12. 28.