분류 전체보기103 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. Korean Text Input - Visual Novel Maker IntroductionsThis extension allows you to enter the Hangul(that means Korean characters) in the input text command. Screen Shots ▲ Text Input Command ▲ Action-Based UI - Call Common Event DownloadOpens the Extension Manager and then installs an extension zip-file. Download Extensions LICENSEThe MIT License This plugin has used the extended library called 'Hangul.js'. The Licence of Hangul javasc.. 2017. 12. 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. Arabic Message System - RPG Maker MV IntroductionSupports languages that must be read from the right to the left in RMMV Message System. For example, it is something like Arabic. The text in a Arabic needs to be structured in a very particular way so that the default message system of RMMV can understand. That is because it might not compatible with other plugins about the message system and I think that this one is probably the mo.. 2017. 12. 12. 이전 1 ··· 5 6 7 8 9 10 11 다음