詳細については、「設定」を参照してください。 – RS_TitleManagerEx.js
- タイトル
- 엔딩 에필로그 이후 타이틀 설정을 변경할 수 있는 플러그인입니다.
- 作者名
- 러닝은빛様
- ヘルプ
- =============================================================================
플러그인 커맨드
=============================================================================
에필로그 이후 아래 플러그인 커맨드를 호출해야 에필로그가 끝났음을 인식합니다.
엔딩 설정 ending1
엔딩 설정 ending2
엔딩 설정 ending3
엔딩 설정 ending4
새로운 플러그인 관리자의 구조체 기능을 사용하기에는 구조가 적합하지 않아,
엔딩 이름은 고정되어있습니다.
다음 명령은 설정된 에필로그를 모두 지우고 타이틀을 게임 화면과 동일하게 만듭니다.
엔딩 초기화
=============================================================================
스크립트 호출
=============================================================================
다음은 게임 내에서 어떤 엔딩을 클리어 했는 지 여부를 판단하는 함수입니다.
if($gameMap.isClearEnding("ending1")) {
true
} else {
false
}
다음은 클리어한 엔딩 목록을 배열로 즉각 반환하는 함수입니다.
$gameMap.getEnding();
이렇게 하면 클리어한 엔딩의 갯수를 알 수 있습니다.
$gameMap.getEnding().length;
=============================================================================
변경 기록
=============================================================================
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.
2018.12.01 (v1.0.7) :
- BGM이 재생되지 않았던 문제를 수정했습니다. - パラメータ
-
param Epilogue 1 text 에필로그 1 param ep1 Title1 text 타이틀 1 parent Epilogue 1 desc 배경으로 쓸 타이틀1 이미지를 고르세요. default Book require 1 dir img/titles1/ type file param ep1 Title2 text 타이틀 2 parent Epilogue 1 desc 배경으로 쓸 타이틀2 이미지를 고르세요. default require 1 dir img/titles2/ type file param ep1 BGM text BGM parent Epilogue 1 desc 배경 음악을 설정하세요. default Theme1 require 1 dir audio/bgm/ type file param Epilogue 2 text 에필로그 2 param ep2 Title1 text 타이틀 1 parent Epilogue 2 desc 배경으로 쓸 타이틀1 이미지를 고르세요. default Devil require 1 dir img/titles1/ type file param ep2 Title2 text 타이틀 2 parent Epilogue 2 desc 배경으로 쓸 타이틀2 이미지를 고르세요. default require 1 dir img/titles2/ type file param ep2 BGM text BGM parent Epilogue 2 desc 배경 음악을 설정하세요. default Field2 require 1 dir audio/bgm/ type file param Epilogue 3 text 에필로그 3 param ep3 Title1 text Title 1 parent Epilogue 3 desc 배경으로 쓸 타이틀1 이미지를 고르세요. default Book require 1 dir img/titles1/ type file param ep3 Title2 text Title 2 parent Epilogue 3 desc 배경으로 쓸 타이틀2 이미지를 고르세요. default require 1 dir img/titles2/ type file param ep3 BGM text BGM parent Epilogue 3 desc 배경 음악을 설정하세요. default Theme1 require 1 dir audio/bgm/ type file param Epilogue 4 text 에필로그 4 param ep4 Title1 text Title 1 parent Epilogue 4 desc 에필로그 4의 타이틀1 이미지를 설정하세요 default Book require 1 dir img/titles1/ type file param ep4 Title2 text Title 2 parent Epilogue 4 desc 에필로그 4의 타이틀2 이미지를 설정하세요 default require 1 dir img/titles2/ type file param ep4 BGM text BGM parent Epilogue 4 desc 에필로그 4의 배경 음악을 설정하세요 default Theme1 require 1 dir audio/bgm/ type file param Location text 플레이어 초기 위치 param Map ID text 맵 ID parent Location desc 에필로그 이후 특전 맵으로 들어갈 수 있는 버튼이 활성화 되는데 해당 맵의 ID입니다. type number default 1 param Map X text 맵 X parent Location desc 에필로그 이후 특전 맵으로 들어갈 수 있는 버튼이 활성화 되는데 해당 맵의 X좌표입니다. type number min 0 default 0 param Map Y text 맵 Y parent Location desc 에필로그 이후 특전 맵으로 들어갈 수 있는 버튼이 활성화 되는데 해당 맵의 Y좌표입니다. type number min 0 default 0 param Additional Command text 추가 버튼 설정 param Specific Command text 추가 버튼명 parent Additional Command desc 에필로그 이후 특전 맵으로 들어갈 수 있는 버튼의 이름입니다. type text default Specific Command param Show Specific Command text 추가 버튼 표시 여부 parent Additional Command desc 에필로그 이후 특전 맵으로 들어갈 수 있는 버튼이 표시되어야 하는 지 여부 type boolean default true on 표시한다 off 표시하지 않는다 - ライセンス表記
- MIT License
Copyright (c) 2015 biud436
Free for commercial and non commercial use.
紹介ページ https://github.com/biud436/MV/blob/master/RS_TitleManagerEx.js