http://rpgmaker.net/engines/rm2k3/utilities/26/
커스텀 메뉴 오픈시(ORDER SWITCH 플러그인(http://avangs.info/1193182)을 참고) 맵씬이 노출되지 않도록 해주는 기능을 지닌 플러그인입니다. DynRPG가 설치된 프로젝트에서만 구동 가능하며, DynPlugins 폴더 안에 해당 플러그인의 dll 파일이 들어 있습니다. 위 링크를 통해 배포페이지에서 해당 플러그인의 데모 파일을 다운로드 받을 수 있습니다. DynRPG에 대한 내용은 "습작의 스크립트 이야기 : 번외편 - 7편 : DynRPG(http://avangs.info/1031048)"를 참고해주세요. 해당 플러그인의 자세한 사용법에 대한 내용은 리드미를 참고하세요.
#. 리드미 내용
======================================================================== CMS Tools: Menu Transition Tweaks v1.0 For RPG Maker 2003 with DynRPG v0.13 or higher By PepsiOtaku ======================================================================== When the menu goes from Save/Order/Quit to a Switch ON state using one of the other CMS Tools plugins, there was a transition bug that showed the screen before the Switch ON event could act. This makes this transition "Hide Screen" when you go to the Save/Order/Quit command, allowing the developer to manually control the transition via a "Show Screen" command. The recommended use is to initialize all of your images (Show Picture), and then show the screen. Installation ------------- To install the plugin, make sure that you have patched your project with Cherry's DynRPG patch which can be found here: http://cherrytree.at/dynrpg 1. Copy the "menu_tweaks.dll"into the DynPlugins folder of your own project. Instructions ------------- In your custom Save/Order/Quit screen, after image initialization, add a "Show Screen:Instant" command. This will create a smooth transition from the main menu to your custom menu. |