본문 바로가기

분류 전체보기104

XML 파일 처리 - RPG Maker VX Ace IntroductionThis script allows you to write the XML file. Download DLL - https://github.com/biud436/RGSS3/raw/master/XMLWriter/XMLWriter.dll 소스 - https://github.com/biud436/RGSS3/tree/master/XMLWriter RB 파일 - https://raw.githubusercontent.com/biud436/RGSS3/master/XMLWriter/XMLWriter.rb​ 2019. 9. 10.
RPG Maker VX Ace의 DLL에서 float 또는 double 사용하기 - RPG Maker VX Ace RPG Maker VX Ace에서 C 언어로 확장을 할 수 있다는 건 아는 사람들은 다 아는 사실일 것이다. 필자도 유용하게 쓰고 있는데, 바로 Win32API로 DLL을 로드할 수 있는 기능이다. 하지만 테스트를 해보면 알겠지만 이 기능에도 문제가 있다. 바로 float나 double 같은 부동 소수점을 사용하면 오류가 난다는 점이다. 그 오류는 실수 형 인자 값이 4개 있는 함수이지만, 0개 있다고 판단하는 오류이다. ​ 필자는 해결 방법을 찾아보던 도중에 흥미로운 포스트를 발견했다. 알만툴 계에서도 이런 작업을 즐기는 사람들이 꽤 있기 때문에 구글링하면 다 나온다. RGSS Player와 RGSS Bitmap 구조를 리버싱으로 모두 풀어버린 중국이 레전드 반열에 올라있고, 독일 커뮤니티도 2K 쪽으.. 2019. 9. 10.
Korean Hangul Damage - RPG Maker MV IntroductionThis plugin allows you to show up the damage value with Korean. 만일 1억 단위가 있고, 만 단위가 0이면 만 단위는 표기하지 않습니다. How to Use 다음 이미지를 img/system 폴더에 넣고, RS_HangulDamages.js 플러그인 파일을 플러그인 관리에 설정합니다. 설정 화면에서 매개변수 "데미지 표시 비트맵 이름"를 찾아서 열고 "Damage_1" 파일을 img/system 폴더에서 찾아 설정합니다. ▲ https://github.com/biud436/MV/raw/master/docs/images/Damage_1.png 만(萬) means 10,000 (10^4) 억(億) means 100,000,000 (10^.. 2019. 6. 13.
Simple Arabic Message System (No Flip Layer) - RPG Maker MV IntroductionThis plugin is possible to show up Arabic text simplify. Unlike the Arabic message system I uploaded before, This plugin displays the arabic text on the left side of the message window. Because the flip layer didn't be compatible with other message plugins. DownloadPlace it in /js/plugins folder after downloaded RS_ArabicSimplify.js and then set up it in the plugin manager. Github RA.. 2019. 6. 3.
Pause Plugin - RPG Maker MV IntroductionThis plugin allows user to pause in the game. How to useFirst Up, You must go through to your project's plugins folder and place this plugin into it. and then you must go through to the menu and find the plugin manager and open it, then there is need to set up a pause plugin around it through a plugin manager. You should also place an image file to a path img/pictures/pause.png befor.. 2019. 3. 5.
Keyboard Input Dialog - RPG Maker MV Introduction This plugin is a Text Input System that allows you to enter various languages such as Korean, Chinese, Arabic, Japanese, and Russian. Screen shots 더보기 Its result is returned with specific variable when you are pressed Enter key. So you can add its sentences using the text code with message window as follows. This plugin has also supported all languages(Russian, Chinese, Korean, Japa.. 2019. 3. 5.
Simple Light - RPG Maker MV IntroductionThis plugin allows you to enable the light filter such as a lantern on the map. Link Official Forum Link : http://forums.rpgmakerweb.com/index.php?/topic/59137-biud436s-simple-light/ Note that you must use this plugin in RPG Maker MV v1.5.1 or more. Plugin Commands This plugin commands allow you to enable or disable a lantern. RS_SimpleLight EnableRS_SimpleLight Disable Change Log 20.. 2019. 2. 24.
한글 이름 입력 처리 - RPG Maker VX Ace 소개본 스크립트는 Windows의 기본 한글 입력 기능을 통해 한글 이름을 입력할 수 있게 합니다. 한글 입력은 초성, 중성, 종성의 조합으로 한 글자가 완성되지만 단순한 결합되진 않으며 겹받침이나 겹모음, 그리고 영어나 특수 문자, 띄어쓰기가 오는 경우도 생각해야 합니다. 아래 링크는 제가 직접 구현한 한글 입력기입니다. Hangul Input - https://github.com/biud436/RGSS3/raw/master/RS_HangulInput.rb 본래는 자바스크립트로 작성을 했었고, 결과물을 루비로 변환했었습니다. 한글 입력 구현은 필자의 프로그래밍 적인 능력을 가늠해보기 위한 스스로의 시험 같은 것이었고, 결과적으로는 잘 동작했지만 만족스러운 코드는 만들지 못했습니다. 이런 직접 구현은 플.. 2019. 1. 29.
Ghost Effect - RPG Maker MV IntroductionThis plugin allows you to implement a ghost effect to a game character. Note that this plugin only works in WebGL mode. Korean Translation(한국어 번역) : https://github.com/biud436/MV/blob/master/docs/RS_GhostEffect.md Screenshot Video How to use In the event command called 'Set Move Route', To activate ghost mode, you call the following script code: this.ghostModeOn(); To disable ghost m.. 2019. 1. 11.
Multiple Viewports - RPG Maker MV IntroductionThis plugin provides the multiple viewports. Plugin Commands This is a plugin command that can activate the multiple viewports. If you call this plugin command, You can be using the multiple viewports. MultipleViewport Enable This can disable the multiple viewports. If you call this plugin command, You can be using original stage renderer. But, Note that any drawing object of previou.. 2018. 12. 25.