RPGMV 플러그인

엔딩 후 타이틀과 BGM 변경

by 러닝은빛 posted Dec 21, 2015
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

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

 

 플러그인 소개

엔딩 후 타이틀과 BGM 변경 + 엔딩 후 스페셜 메뉴 띄우기

 

 플러그인 사용법

 

 

90.PNG

▲플러그인 매개변수로 기본 매개변수를 설정할 수 있습니다.

 

- 엔딩을 설정할 수 있는 플러그인 커맨드입니다 (엔딩 후 게임 종료 직전에 사용하세요)

 

1
2
3
4
엔딩 설정 ending1
엔딩 설정 ending2
엔딩 설정 ending3
엔딩 설정 ending4
cs

 

- 엔딩 파일을 삭제하는 플러그인 커맨드입니다.

 

1
엔딩 초기화
cs

 

- 특정 엔딩 클리어 여부 확인

 

1
2
3
4
5
if($gameMap.isClearEnding("ending1")) {
  // true
else {
  // false
}
cs

 

- 엔딩 클리어 리스트 획득

 

1
$gameMap.getEnding();
cs

 

- 엔딩 클리어 횟수 출력

 

1
$gameMap.getEnding().length;
cs

 

 버전

2015.12.21 (v1.0.0) - First Release.
2015.12.22 (v1.0.2) - Fixed a bug about the web local storage.
2016.03.07 (v1.0.3) - Fixed a bug that causes a serious problem when the parameters were set to English.
2017.06.09 (v1.0.4) - Fixed the parameter not to remove the resource when deploying the game.
2017.07.23 (v1.0.5) - Fixed the incorrect description
2018.08.28 (v1.0.6) - Fixed the incorrect plugin parameter's name.

 

 링크

https://raw.githubusercontent.com/biud436/MV/master/RS_TitleManagerEx.js (마우스 오른쪽 버튼 → 다른 이름으로 링크 저장)

 


Articles

4 5 6 7 8 9 10 11 12 13