본문 바로가기

분류 전체보기104

RPG Maker MV란? (쯔꾸르 툴) - RPG Maker MV 원문 포스트 : http://biud436.blog.me/220693349491 '쯔꾸르(ツクール, tsuku-ru, 가타카나로 표기)'는 일본어로 '만드는'과 같은 뜻 인데 우리나라에서 음성학적으로 그대로 '쯔꾸르'라고 부르면서 생긴 말입니다. 오랫동안 개발자들 사이에서는 '알만툴 (RPG 만들기 툴)'이라는 표현을 많이 사용했습니다. 알만툴은 정말 오래된 시리즈로 시대를 거듭하면서 발전을 해왔습니다. RPG Maker MV는 알만툴 시리즈의 최신 작품으로 지난 2015년 10월 24일(한국 시간 기준)에 출시되었습니다. 이번 시리즈는 전작과 같이 일본의 카도카와 주식회사(구 엔터브레인) 소속의 Yoji Ojima(요지 오지마)라는 엔진 프로그래머가 주요 엔진을 개발했습니다. "웹 기반" 전작과 달리 .. 2018. 5. 5.
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.