搜索：

            case TD_MC_gasi2:
            case TD_MC_keycheck:

替換：

            case TD_MC_keycheck:

搜索：

            case TD_MC_Openning: {
                showIntro(c, "Effect/Direction2.img/open");
                break;
            }
            case TD_MC_gasi: {
                showIntro(c, "Effect/Direction2.img/gasi");
                break;
            }



替換：

            case TD_MC_Openning: {
                showIntro(c, "Effect/Direction2.img/open/back0");
                showIntro(c, "Effect/Direction2.img/open/back1");
                showIntro(c, "Effect/Direction2.img/open/chat");
                showIntro(c, "Effect/Direction2.img/open/frame");
                showIntro(c, "Effect/Direction2.img/open/light");
                showIntro(c, "Effect/Direction2.img/open/line");
                showIntro(c, "Effect/Direction2.img/open/out");
                showIntro(c, "Effect/Direction2.img/open/pepeKing");
                showIntro(c, "Effect/Direction2.img/open/violeta0");
                showIntro(c, "Effect/Direction2.img/open/violeta1");
                break;
            }
            case TD_MC_gasi: {
                showIntro(c, "Effect/Direction2.img/gasi/gasi1");
                showIntro(c, "Effect/Direction2.img/gasi/gasi2");
                showIntro(c, "Effect/Direction2.img/gasi/gasi22");
                showIntro(c, "Effect/Direction2.img/gasi/gasi3");
                showIntro(c, "Effect/Direction2.img/gasi/gasi4");
                showIntro(c, "Effect/Direction2.img/gasi/gasi5");
                showIntro(c, "Effect/Direction2.img/gasi/gasi6");
                showIntro(c, "Effect/Direction2.img/gasi/gasi7");
                showIntro(c, "Effect/Direction2.img/gasi/gasi8");
                break;
            }
            case TD_MC_gasi2: {
                c.getSession().write(UIPacket.IntroLock(false));//關閉動畫鎖屏
                break;
            }