조회 수 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.10.27 CategoryRPGMV 플러그인 Byplam Views842 Votes0
    Read More
  2. 데이터 베이스 이스케이프 처리 플러그인

    Date2015.11.01 CategoryRPGMV 플러그인 By백난화백 Views708 Votes0
    Read More
  3. 동적 맵 타일 수정 플러그인

    Date2018.07.17 CategoryRPGMV 플러그인 By베지테리안카카오 Views825 Votes0
    Read More
  4. 맵상에서 캐릭터 스프라이트 이미지를 offset해주는 플러그인

    Date2016.07.19 CategoryRPGMV 플러그인 Bylklslel Views1075 Votes0
    Read More
  5. 맵타일 크기 변경 플러그인!

    Date2015.10.26 CategoryRPGMV 플러그인 By파란별빛 Views1412 Votes0
    Read More
  6. 모바일 패드 플러그인입니다! MBS - Mobile DirPad & Action Button

    Date2015.11.07 CategoryRPGMV 플러그인 Bywillmv Views2008 Votes3
    Read More
  7. 발소리 재생 플러그인

    Date2015.12.28 CategoryRPGMV 플러그인 By러닝은빛 Views1653 Votes0
    Read More
  8. 배틀미스트(전투중포그효과) 플러그인

    Date2015.10.26 CategoryRPGMV 플러그인 By파란별빛 Views547 Votes0
    Read More
  9. 스크린샷 파일 만들기

    Date2015.12.23 CategoryRPGMV 플러그인 By러닝은빛 Views2151 Votes0
    Read More
  10. 업적플러그인

    Date2020.09.02 CategoryRPGMV 플러그인 By스트레이보우 Views1657 Votes0
    Read More
  11. 엔딩 후 타이틀과 BGM 변경

    Date2015.12.21 CategoryRPGMV 플러그인 By러닝은빛 Views2315 Votes0
    Read More
  12. 오렌지 - 타임 시스템 플러그인(Time system). (게임 시간시스템 관련)

    Date2015.11.07 CategoryRPGMV 플러그인 Byplam Views948 Votes1
    Read More
  13. 윈도우 시스템 트레이로 최소화

    Date2016.01.21 CategoryRPGMV 플러그인 By러닝은빛 Views2031 Votes0
    Read More
  14. 이벤트 이름 표시하기

    Date2016.04.05 CategoryRPGMV 플러그인 By러닝은빛 Views2098 Votes1
    Read More
  15. 이벤트 자동 추적 플러그인

    Date2016.04.27 CategoryRPGMV 플러그인 By러닝은빛 Views2715 Votes3
    Read More
  16. 이벤트(엑스트라) 좌표 콘트롤 플러그인(Move Route Extras - Version 1.1)

    Date2015.11.07 CategoryRPGMV 플러그인 Byplam Views861 Votes0
    Read More
  17. 전투 도중 멤버교체가 가능해지는 플러그인

    Date2016.01.13 CategoryRPGMV 플러그인 ByWailer Views1303 Votes0
    Read More
  18. 전투속도 고속화 플러그인.

    Date2015.10.24 CategoryRPGMV 플러그인 By파란별빛 Views1105 Votes0
    Read More
  19. 점프 액션 플러그인.

    Date2015.11.07 CategoryRPGMV 플러그인 Byplam Views1219 Votes0
    Read More
  20. 커스텀 숫자 입력 패드

    Date2018.10.19 CategoryRPGMV 플러그인 By러닝은빛 Views1022 Votes0
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4






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

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