본문 바로가기

RPG Maker MV/Utility12

Screenshot - RPG Maker MV IntroductionThis plugin allows you to create the screenshot file in the screenshots folder when you are taking the screen shots by using pressing specific key. In ScreenShots Preview Window, It shows the file name at the left top of the screen and plays the sound when you are taking the screenshots. So its window allows you to distinguish between screen shots and normal game screens. Change Log .. 2020. 7. 7.
Resource Rejector - RPG Maker MV Introduction This plugin allows you to reject requesting a specific file during the game. You must write File Rules below plugin parameter called 'File Rules'. This plugin parameter can set an extension of file to reject. For example, if you load a file from 'img/characters/Actor1.rpgmvp' after deployed the game, it will be loaded success. But if the user has decrypted the game, the file extensi.. 2020. 3. 6.
Refresh Manager - RPG Maker MV Refresh Manager (Plugin Enable/Disable)IntroductionThis plugin allows you to change the plugin configuration during the game. Video How to UseThis plugin allows you to change the plugin configuration during the game. You can change the configuration of a specific plugin that didn't use during the game without restarting the program. To change a plugin configuration scene, you need to call below .. 2020. 1. 13.
Resource Converter (MV to XP) - RPG Maker MV IntroductionThis plugin can resize Character and Tileset images for RPG Maker XP. DownloadGithub RAW - https://raw.githubusercontent.com/biud436/MV/master/RS_Resize.jsDown Git (ZIP) - https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/biud436/MV/blob/master/RS_Resize.js Change Log2018.11.26 (v1.0.0) - First Release. 2018. 11. 26.
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.
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.
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.
Change Save Folder - RPG Maker MV IntroductionThis plugin allows you to save all save files for your game to another folder instead of the default save folder. Change Log 2016.01.30 (v1.0.0) - First Release2017.09.29 (v1.0.1) :-Fixed the issue that didn't create the save file when running the game with the independent executable file. Download LinkGithub Raw Dropbox (Direct Download) 2017. 9. 29.
Item Stream - RPG Maker MV IntroductionThis plugin sends an item to the save-file or gets an item from the save-file. How to Use This plugin commands allows you to send the gold to the save-data. Stream Send Gold saveFileId gold_value This plugin commands allows you to send the weapon to the save-data. Stream Send Weapon saveFileId weapon_id This plugin commands allows you to send an armor to the save-data. Stream Send Ar.. 2017. 1. 23.