http://rpgmaker.net/engines/rm2k3/utilities/29/
데이터 베이스에서 설정 가능한 ATB 관련 내용을 스위치를 통해서 컨트롤 할 수 있도록 해주는 기능을 지닌 플러그인입니다. DynRPG가 설치된 프로젝트에서만 구동 가능하며, DynPlugins 폴더 안에 해당 플러그인의 dll 파일이 들어 있습니다. 위 링크를 통해 배포페이지에서 해당 플러그인의 데모 파일을 다운로드 받을 수 있습니다. DynRPG에 대한 내용은 "습작의 스크립트 이야기 : 번외편 - 7편 : DynRPG(http://avangs.info/1031048)"를 참고해주세요. 해당 플러그인의 자세한 사용법에 대한 내용은 리드미를 참고하세요.
#. 리드미 내용
======================================================================== CMS Tools: Extra Keys (from RagnaDyn) v1.0 For RPG Maker 2003 with DynRPG v0.13 or higher By PepsiOtaku & orochii (RagnaDyn author) ======================================================================== This plugin allows for the ATB mode, fullscreen toggle, and windowsize toggle, to be controlled by switches. 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 "ragnadyn_extrakeys.dll"into the DynPlugins folder of your own project. 2. Add the following (between the asterisks) to your DynRPG.ini ********************************************** [ragnadyn_extrakeys] FullscreenSwitch=4002 WindowSizeSwitch=4003 ATBmodeSwitch=4004 ********************************************** 3. Change the numeric values 4002, 4003 & 4004 to the switches of your choice. Instructions ------------- To build these options into your custom menu, use the following switch commands: 1. For the Fullscreen/Window toggle, use: <>Switch Operation: [4002:DynRPG-Window] ON/OFF Toggle 2. For the Window Size toggle, use: <>Switch Operation: [4003:DynRPG-WindowSize] ON/OFF Toggle 3. For the ATB mode switch (Active/Wait), use: <>Switch Operation: [4004:DynRPG-ActiveMode] OFF (Wait) <>Switch Operation: [4004:DynRPG-ActiveMode] ON (Active) |