조회 수 861 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

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

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


  1. 발소리 재생 플러그인

    Date2015.12.28 CategoryRPGMV 플러그인 By러닝은빛 Views1653 Votes0
    Read More
  2. 스크린샷 파일 만들기

    Date2015.12.23 CategoryRPGMV 플러그인 By러닝은빛 Views2151 Votes0
    Read More
  3. 엔딩 후 타이틀과 BGM 변경

    Date2015.12.21 CategoryRPGMV 플러그인 By러닝은빛 Views2313 Votes0
    Read More
  4. Drain Percentage​​ : Hp/Mp Drain 스킬 타입 백분율 계산 플러그인

    Date2015.11.15 CategoryRPGMV 플러그인 ByMKMV Views3020 Votes0
    Read More
  5. 파티원 기차처럼 줄줄이 붙는 스크립트.

    Date2015.11.12 CategoryRPGVX Ace 스크립트 By천무 Views3093 Votes0
    Read More
  6. Hidden Shop Goods (못사는 물건은 아예 숨겨지게 하는 플러그인)

    Date2015.11.09 CategoryRPGMV 플러그인 By파란별빛 Views1039 Votes0
    Read More
  7. Menu Music MV (메뉴를 열때 음악을 콘트롤 하는 플러그인)

    Date2015.11.09 CategoryRPGMV 플러그인 By파란별빛 Views966 Votes0
    Read More
  8. Kaus Ultimate Overlay v1.03 (강력레이아웃추가! 빛/포그/파노라마/맵)

    Date2015.11.08 CategoryRPGMV 플러그인 By파란별빛 Views2032 Votes0
    Read More
  9. 게임시작하면 바로 뉴게임으로 가는 플러그인!

    Date2015.11.07 CategoryRPGMV 플러그인 Bywillmv Views927 Votes0
    Read More
  10. FPS 표기 플러그인! (화면에 FPS값을 표기해준다!)

    Date2015.11.07 CategoryRPGMV 플러그인 Bywillmv Views750 Votes0
    Read More
  11. 퀘스트 시스템 플러그인! Gameus' Quest System

    Date2015.11.07 CategoryRPGMV 플러그인 Bywillmv Views1578 Votes0
    Read More
  12. HUD (HP, MP, EXP, LEVEL 표시) 화면에 표시해주는 플러그인!

    Date2015.11.07 CategoryRPGMV 플러그인 Bywillmv Views1370 Votes2
    Read More
  13. 모바일 패드 플러그인입니다! MBS - Mobile DirPad & Action Button

    Date2015.11.07 CategoryRPGMV 플러그인 Bywillmv Views2007 Votes3
    Read More
  14. 이벤트(엑스트라) 좌표 콘트롤 플러그인(Move Route Extras - Version 1.1)

    Date2015.11.07 CategoryRPGMV 플러그인 Byplam Views861 Votes0
    Read More
  15. 오렌지 - 타임 시스템 플러그인(Time system). (게임 시간시스템 관련)

    Date2015.11.07 CategoryRPGMV 플러그인 Byplam Views948 Votes1
    Read More
  16. 점프 액션 플러그인.

    Date2015.11.07 CategoryRPGMV 플러그인 Byplam Views1219 Votes0
    Read More
  17. 타이틀 스크린 스킵

    Date2015.11.03 CategoryRPGMV 플러그인 By공원소년 Views1020 Votes0
    Read More
  18. 크리티컬 데미지 배수 설정

    Date2015.11.01 CategoryRPGMV 플러그인 By백난화백 Views875 Votes0
    Read More
  19. 데이터 베이스 이스케이프 처리 플러그인

    Date2015.11.01 CategoryRPGMV 플러그인 By백난화백 Views708 Votes0
    Read More
  20. Iavra Generic Popup (일정시간 팝업을 띄우는 플러그인)

    Date2015.10.30 CategoryRPGMV 플러그인 By파란별빛 Views825 Votes0
    Read More
Board Pagination Prev 1 ... 4 5 6 7 8 9 10 11 12 13 ... 15 Next
/ 15






[개인정보취급방침] | [이용약관] | [제휴문의] | [후원창구] | [인디사이드연혁]

Copyright © 1999 - 2016 INdiSide.com/(주)씨엘쓰리디 All Rights Reserved.
인디사이드 운영자 : 천무(이지선) | kernys(김원배) | 사신지(김병국)