MV 플러그인

출처 및 다운로드 

http://forums.rpgmakerweb.com/index.php?/topic/46895-galvs-move-route-extras/


좌표를 정해서 그 곳으로 이동시키거나 점프하거나 이동을 여러번 반복 시키거나..  좌표를 이용해서 더욱 쉽게 이벤트를 만들 수 있는 추천 플러그인 입니다.

사용방법은 캡처를 참고하세요. 대충 번역한 소개문도 함께 올립니다.


* ----------------------------------------------------------------------------

 *   SCRIPT calls for MOVE ROUTES

 * ----------------------------------------------------------------------------

 * this.jump_forward(x);        // x 타일 만큼 아래로 점프

 * this.jump_to(x,y);           // xy로 점프한다.

 * this.jump_to(i);             // i = 이벤트 id로 점프한다 or 0 은 플레이어

 *

 * this.step_toward(x,y);       // x, y 로 걸어간다.

 * this.step_toward(i);         // i = 이벤트 id로 걸어간다 or 0 은 플레이어

 *

 * this.step_away(x,y);         // x, y 로 멀어진다.

 * this.step_away(i);           // i = 이벤트 id로 멀어진다 or 0 은 플레이어

 *                              

 * this.turn_toward(x,y);       // 이벤트 id를 향해 돌아서 걸어간다.

 * this.turn_toward(i);         // i = 이벤트 id로 돌아서 걸어간다. or 0 은 플레이어

 * this.turn_away(x,y);         // x,y 로 부터 돌아서 멀어진다.

 * this.turn_away(i);           // i = 이벤트 id로 돌아서 멀어진다 or 0 은 플레이어

 *                              // 

 * this.sswitch("n",status);    // " n " 셀프 스위치를 끄고 킨다. status 에 true/false 선택

 * this.rwait(low,high);        // low, high 사이의 속도를 기다린다.

 *

 * this.fade(s);                // s 는 페이드 속도.

 *                              // 양수는 페이트 인, 음수는 페이트 아웃

 *

 * this.step_rand(id,id,id);    // Move randomly only on specified region id's

 *                              // Multiple id's can be used, comma separated

 *

 * this.repeat_begin(n);        // repeat_begin과 repeat_end 사이의 움직임을 반복한다.

 * this.repeat_end();           // n는 횟수를 정할 수 있다.

 *

 *

 *  // Below are a couple of useful codes that work without this script

 *

 * this.requestBalloon(n);      // 위에 해당 n 의 풍선을 팝업

 * this.requestAnimation(n);    // n 아이디의 애니메이션 (움직임) 재생

 *

 * ----------------------------------------------------------------------------

 *   EXAMPLES OF USE 사용 예시

 * ----------------------------------------------------------------------------

 * this.jump_forward(3);        // Jumps 3 tiles the direction character faces

 * this.jump_to(5);             // Jump to event 5's position

 * this.jump_to(10,16);         // Jump to x10, y15

 * this.step_toward(3);         // Takes a step toward event 3's position

 * this.step_away(12,8);        // Takes a step away from x12, y8 co-ordinates

 * this.sswitch("A",true);      // Turns self switch "A" ON for event

 * this.sswitch("B",false);     // Turns self switch "B" OFF for event

 * this.rwait(60,120);          // Waits randomly between 60 and 120 frames

 * this.fade(-10);              // Fades out character

 * this.stepRand(1,4,7);        // Take a step randomly, only on regions 1,4,7

 * this.requestAnimation(2);    // Shows animation 2 on character


문제가 되면 삭제하겠습니다.

제가 사용하려고 찾고 있는 플러그인이라도.. 괜찮다면 주소 올리겠습니다.

  • ?
    레드륨 2015.11.01 14:43
    비행선쓸라고했는데 마침 이런게있다니..
    오오 귀찮게 할필요없어졌네요..감사합니다!
  • ?
    가시밭 2015.11.01 15:03
    도움이 되었다니 기쁩니다.. ^^
    플러그인 찾아다니면서 좋은 것이 있으면 또 주소 올리겠습니다.. ^^
  • profile
    머그빵 2015.11.04 15:27
    오오 이전에는 일일히 이동경로를 찍어줘야해서 불편했는데 좌표지정이라니!
    정말 좋은 기능같습니다!

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 플러그인 자료 게시물 작성시 주의사항 습작 2015.10.25 1289
66 전투 RPG 만들기 MV 용 전투 속도 고속화 플러그인 by 坂本昌一郎(Jun.A)@音屋 file 습작 2015.10.24 2910
65 기타 Preload Manager by Tor Damian Design 습작 2015.10.25 1070
64 맵/타일 Change Tile Size by Shaz 습작 2015.10.25 1182
63 기타 Translate Term Plugin by サロンパス 습작 2015.10.25 823
62 메시지 Iavra Popup (MV port of Generic Popup) 습작 2015.10.26 1113
61 저장 MKMV_SaveManager (심플 세이브 & 세이브 슬롯 확장) file 최빛빛 2015.10.27 1712
60 메시지 Galv's Message Background file 습작 2015.10.29 1375
59 키입력 Mouse System Ex 마우스 입력 시스템 KiMeNin 2015.10.29 1501
58 기타 RPG Maker MV 와 AJAX를 이용한 웹 통신 플러그인 2 아방스 2015.10.26 964
» 이동 및 탈것 [ 추천 ] Move Route Extras - Galv 3 가시밭 2015.10.31 1236
56 기타 ShowFPSOnStartup by tokineco 습작 2015.11.05 456
55 오디오 효과음 메로리 플러그인 1 file 랑비 2015.11.22 756
54 액터 SIOT_ActorShop.js 액터를 구입하는 스크립트 2 file 시옷전사 2015.11.26 1453
53 키입력 MBS - Mobile DirPad & Action Button by Masked 4 file 습작 2015.11.07 1336
52 타이틀/게임오버 Title Command Exit v1.00 by Atreyo Ray 2 file 습작 2015.10.25 1431
51 그래픽 말풍선 그래픽 바꾸기 LuD 2016.01.14 2982
50 메시지 Item Choice Help Window 1.0.0 4 file 습작 2016.02.03 1464
49 전투 YEP_BattleEngine_DamageOffsetY_Addon 습작 2016.02.24 1711
48 맵/타일 FPLE by MBS file 습작 2016.02.25 1282
47 키입력 Keyboard Config by Yanfly file 습작 2016.02.25 957
Board Pagination Prev 1 2 3 4 Next
/ 4