MV 플러그인

타이틀/게임오버
2022.03.15 18:06

타이틀스킵 플러그인

조회 수 2478 추천 수 0 댓글 1

//=============================================================================
//타이틀 스킵
//=============================================================================

/*:
 * @target MV
 * @plugindesc 타이틀을 스킵하기위한플러그인
 * @author 라빈
 * 
 * @help plugins.js
 * 타이틀을 스킵을 해주는플러그인
 * (주의)MV용입니다 MZ에서는 사용이불가합니다
 * 
 * 버전1.0-MV
 * 
*/
Scene_Boot.prototype.start = function() {
    Scene_Base.prototype.start.call(this);
    SoundManager.preloadImportantSounds();
    if (DataManager.isBattleTest()) {
        DataManager.setupBattleTest();
        SceneManager.goto(Scene_Battle);
    } else if (DataManager.isEventTest()) {
        DataManager.setupEventTest();
        SceneManager.goto(Scene_Map);
    } else {
        this.checkPlayerLocation();
        DataManager.setupNewGame();
        //SceneManager.goto(Scene_Title);
        SceneManager.goto(Scene_Map);
        //Window_TitleCommand.initCommandPosition();
    }
    this.updateDocumentTitle();
};
 

  • ?
    투척민 2023.10.19 07:07
    //=============================================================================
    // Skip Title
    //=============================================================================

    /*:
    @help
    타이틀을 스킵하는 플러그인.
    */

    Scene_Boot.prototype.start = function() // 부팅과 관련된 함수입니다. (재정의)
    {
    if (DataManager.isBattleTest()) // 전투 테스트일 경우
    {
    DataManager.setupBattleTest();
    SceneManager.goto(Scene_Battle);
    }
    else // 그 외의 경우 (재정의 부분)
    {
    DataManager.setupNewGame();
    SceneManager.goto(Scene_Map);
    }
    }

    제가 만든 압축본입니다.
    이것저것 건드려보고 최종 수정했어요.
    주석 부분은 알기 쉽게 적은 부분이라 혹시 잘못된 부분이 있다면 지적해주세요.

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 플러그인 자료 게시물 작성시 주의사항 습작 2015.10.25 1309
66 이동 및 탈것 3D 비공정 플러그인 프랑도르 2022.12.18 225
65 기타 Battle Engine Core , Action Sequence Pack 2 [전투 관련 엔진] 8 가시밭 2015.11.20 4055
64 그래픽 Battle graphic setup JDG 2020.12.08 638
63 메뉴 CG회상 by qootm2(Q—S.T.) 4 file 습작 2015.12.26 2797
62 맵/타일 Change Tile Size by Shaz 습작 2015.10.25 1184
61 기타 Custom Page Conditions 커스텀 페이지 조건분기 whtjddns1533 2020.02.29 487
60 키입력 Disable Keyboard Input In Mobile 습작 2016.05.27 678
59 그래픽 Etude87 Icon Resize 습작 2016.02.27 1040
58 그래픽 Etude87 Picture Frame 습작 2018.04.22 677
57 맵/타일 FPLE by MBS file 습작 2016.02.25 1284
56 메시지 Galv's Message Background file 습작 2015.10.29 1379
55 퀘스트 Gameus' Quest System 5 file 습작 2015.11.04 2845
54 메시지 Iavra Popup (MV port of Generic Popup) 습작 2015.10.26 1117
53 영상 Iavra Splash Video(스플래시/인트로영상 제작 시 스킵기능 부여 플러그인) 이니군 2017.09.11 755
52 메시지 Item Choice Help Window 1.0.0 4 file 습작 2016.02.03 1467
51 키입력 Keyboard Config by Yanfly file 습작 2016.02.25 961
50 키입력 MBS - Mobile DirPad & Action Button by Masked 4 file 습작 2015.11.07 1339
49 스킬 MKMV_DrainPercentage​​ : Hp/Mp Drain 스킬 타입 백분율 계산 플러그인 2 file MKMV 2015.11.15 1304
48 저장 MKMV_SaveManager (심플 세이브 & 세이브 슬롯 확장) file 최빛빛 2015.10.27 1724
47 오디오 Mog_music_book JDG 2020.06.15 371
Board Pagination Prev 1 2 3 4 Next
/ 4