Views 888 Votes 0 Comment 1
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

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

?
  • ?
    ㅌㄹlove 2015.11.07 01:22

    이게? 설마 제가 생각하는 그 이벤트 경로 자동지정 플로그인이면 정말 혁명인데 누가 쓰시고 후기좀 부탁드립니다


List of Articles
No. Category Subject Author Date Views Votes
128 RPGMV Plugin 발소리 재생 플러그인 6 file 러닝은빛 2015.12.28 1735 0
127 RPGMV Plugin 스크린샷 파일 만들기 2 file 러닝은빛 2015.12.23 2205 0
126 RPGMV Plugin 엔딩 후 타이틀과 BGM 변경 6 file 러닝은빛 2015.12.21 2436 0
125 RPGMV Plugin Drain Percentage​​ : Hp/Mp Drain 스킬 타입 백분율 계산 플러그인 2 file MKMV 2015.11.15 3069 0
124 RPGVX Ace script 파티원 기차처럼 줄줄이 붙는 스크립트. 1 file 천무 2015.11.12 3156 0
123 RPGMV Plugin Hidden Shop Goods (못사는 물건은 아예 숨겨지게 하는 플러그인) 파란별빛 2015.11.09 1083 0
122 RPGMV Plugin Menu Music MV (메뉴를 열때 음악을 콘트롤 하는 플러그인) 1 파란별빛 2015.11.09 995 0
121 RPGMV Plugin Kaus Ultimate Overlay v1.03 (강력레이아웃추가! 빛/포그/파노라마/맵) 2 file 파란별빛 2015.11.08 2089 0
120 RPGMV Plugin 게임시작하면 바로 뉴게임으로 가는 플러그인! 1 willmv 2015.11.07 957 0
119 RPGMV Plugin FPS 표기 플러그인! (화면에 FPS값을 표기해준다!) 1 file willmv 2015.11.07 784 0
118 RPGMV Plugin 퀘스트 시스템 플러그인! Gameus' Quest System 1 file willmv 2015.11.07 1638 0
117 RPGMV Plugin HUD (HP, MP, EXP, LEVEL 표시) 화면에 표시해주는 플러그인! 4 file willmv 2015.11.07 1405 2
116 RPGMV Plugin 모바일 패드 플러그인입니다! MBS - Mobile DirPad & Action Button 6 willmv 2015.11.07 2059 3
» RPGMV Plugin 이벤트(엑스트라) 좌표 콘트롤 플러그인(Move Route Extras - Version 1.1) 1 plam 2015.11.07 888 0
114 RPGMV Plugin 오렌지 - 타임 시스템 플러그인(Time system). (게임 시간시스템 관련) 4 plam 2015.11.07 981 1
113 RPGMV Plugin 점프 액션 플러그인. 3 file plam 2015.11.07 1253 0
112 RPGMV Plugin 타이틀 스크린 스킵 file 공원소년 2015.11.03 1049 0
111 RPGMV Plugin 크리티컬 데미지 배수 설정 3 file 백난화백 2015.11.01 920 0
110 RPGMV Plugin 데이터 베이스 이스케이프 처리 플러그인 1 file 백난화백 2015.11.01 740 0
109 RPGMV Plugin Iavra Generic Popup (일정시간 팝업을 띄우는 플러그인) 1 파란별빛 2015.10.30 855 0
Board Pagination Prev 1 ... 4 5 6 7 8 9 10 11 12 13 ... 15 Next
/ 15


[privacy statements] | [Terms of Use] | [Contact us] | [Sponsorship] | [Indiside History]

Copyright © 1999 - 2016 INdiSide.com/CL3D Co., Ltd. All Rights Reserved.
Owner : Chunmu(Jiseon Lee) | kernys(Wonbae Kim) | Sasinji(Byungkook Kim)