본문 바로가기

분류 전체보기104

YouTube Player Extension - Visual Novel Maker IntroductionThis extension will cover setting up or playing YouTube video in Visual Novel Maker. UsageYou can install the extension using [Tool - Extension Manager] after downloading extension file called RS_YoutubePlayer.zip. So you can choose YouTube Player within Collections list and then create a new record and do set the video quality or video size inside the window. See the movie tab in an.. 2018. 8. 24.
Mirror Area - RPG Maker MV IntroductionThis plugin allows you to display certain character inside a mirror. How to useIf there were many mirrors placed on the map, you will have to be very careful. That's because the performance can slow when the main logic calculates a position of certain game character image inside the mirror every frame. (I did a lot of performance testing since a last month, but it is still poor perfo.. 2018. 8. 21.
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.
About Contact Email - biud436@gmail.com RPG Maker Forums - https://forums.rpgmakerweb.com/index.php?members/biud436.47660/ 2018. 6. 20.
RPG Maker MV에서 JPEG/JPG 이미지 사용하기 - RPG Maker MV PNG files are great to work with in the game, they have a small file size and support an alpha channel. JPG files have small file size rather than PNG files. But when using JPG files, they don't support an alpha channel, so you will see that we still have our black background from the image we are using. To remove the background from an image, we need to load the alpha texture via the custom fil.. 2018. 5. 15.
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.
VLC Media Player로 오디오 파일을 OGG Vorbis로 변환하기 - RPG Maker MV 동영상 링크 : https://youtu.be/_5hCVPplqmoVLC Media Player 다운로드 : https://www.videolan.org/vlc/index.ko.html 메뉴에서 미디어 - 변환 / 저장하기를 선택합니다. 프로파일 콤보박스에서 OGG Vorbis를 선택합니다. 대상에서 찾기를 누르고 저장 할 폴더를 선택하면 변환이 시작됩니다. 2018. 5. 8.
기본 턴제 전투의 처리 - RPG Maker VX Ace 요즘에 나오는 RPG들은 거의 모두 액션 전투 스타일을 실시간으로 지향하는 게임들입니다. 필드에서 실시간으로 전투를 진행하고 적을 처치하기 위해서 알아야 할 마법 스킬과 아이템들 그리고 그 응용 방법도 너무나 많습니다. 우리는 그런 게임들을 플레이하면서 자라왔으며 또 즐겨왔습니다. 지금 이 시간에도 누군가가 그 방식의 게임을 플레이 하고 있을 것입니다. 그런 환경에서 접하는 턴제 전투는 낯선 전투 방식으로 느껴질 수 밖에 없습니다. 턴제 전투는 옛날 RPG의 전유물이 아닙니다. 현재 서비스되고 있는 게임들 중에서도 턴제 전투 방식의 게임들이 있습니다. 어떤 장점이 있길래 턴제 전투를 사용하는 것일까요? 턴제 전투 방식은 왜 사용하는 것이며 그 게임들의 특징은 무엇인지 그리고 턴제 이러한 전투 방식이 어디.. 2018. 5. 5.
Android Studio로 만든 WebView에 광고(AdView) 삽입하기 - RPG Maker MV Don't try this. My post is pretty old and notice that it didn't work in a new Google Mobile Ads SDK that used com.google.android.gms:play-services-ads:18.3.0. The source code will be updated in the near future. However, The Android SDK will be changed frequently so my source code can be deprecated after time passes. Therefore, I'm still thinking about the way of source code accesses. But I'm not.. 2018. 5. 5.
PixiJS Dev Tool(디버깅 툴) 설치 및 사용법 - RPG Maker MV 테스트 환경 - RPG Maker MV 버전 : RPG Maker MV 1.6.1 (2018.04.24) nw.js의 경우, 다음 버전에서 테스트 했으나 똑같이 맞출 필요는 없습니다. - nw.js 버전 : NW.js v0.30.1 (2018.04.25) 업데이트 하려면 SDK 버전을 받은 후, nwjs-win-test에 덮어씌우고 실행 파일 이름을 Game.exe로 변경하세요. 확장 프로그램 설치하기 크롬에서 확장 프로그램을 설치하세요. PixiJS devtools - https://chrome.google.com/webstore/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon 확장 프로그램의 id 값 찾기 확장 프로그램 세부 정보를 보면 확장 프로그.. 2018. 5. 5.