Skip to content

Commit

Permalink
Update chapter preview
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Nov 4, 2018
1 parent 359c780 commit e2a91f8
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 13 deletions.
Binary file added CG/scenario/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CG/scenario/description.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CG/scenario/description_j.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CG/scenario/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CG/scenario/logo_j.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CG/scenario/shortcuts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CG/scenario/shortcuts_j.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CG/scenario/stripes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CG/scenario/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CG/scenario/title_j.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 27 additions & 13 deletions Update/flow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -376,32 +376,46 @@ void Epilogue_02()

void ChapterPreview()
{
PlayBGM( 2, "lsys13", 128, 0 );
SetValidityOfInput( FALSE );

DrawSceneWithMask("black", "2", 0, 0, 1000 );

Wait(1000);
Wait( 200 );
FadeOutBGM( 1, 300, FALSE );
FadeOutBGM( 2, 300, FALSE );
DisableWindow();

DrawScene("scenario_a", 1000);
PlayBGM( 0, "lsys13", 128, 0 );
DrawSceneWithMask("black", "2", 1, 0, 1200 );
Wait( 1500 );

DrawSceneWithMask("scenario_b", "5", 0, 0, 1000 );
DrawScene("scenario/background", 1200 );
DrawBustshot(5, "scenario/background", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 0, TRUE );
DrawBustshot(6, "scenario/title", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 15, 0, TRUE );
DrawBustshot(7, "scenario/logo", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 0, TRUE );
DrawBustshot(8, "scenario/stripes", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 5, 0, TRUE );
Wait( 100 );
FadeBustshotWithFiltering(5, "5", 1, FALSE, 0, 0, 1000, TRUE );
Wait( 200 );

DrawSceneWithMask("scenario_c", "5", 0, 0, 1000 );
DrawBustshotWithFiltering(9, "scenario/description", "5", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 20, 1000, TRUE );
Wait( 200 );

//DrawScene("scenario_c", 500);
SetValidityOfInput( TRUE );

ShowChapterPreview();

if(LoadValueFromLocalWork( LOCALWORK_NO_RESULT ) == 1)
{
StopBGM( 2 );
if (LoadValueFromLocalWork( LOCALWORK_NO_RESULT ) == 1) {
StopBGM( 0 );
PlaySE( 1, "wa_037", 128, 64 );
FadeBustshot( 9, FALSE, 0, 0, 0, 0, 1000, TRUE );
DrawBustshot(9, "scenario/shortcuts", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 1000, TRUE );
Wait(10000);

DrawScene( "black", 1000 );

CallSection("Game");
}

FadeOutBGM( 2, 1000, FALSE );

FadeOutBGM( 0, 1000, FALSE );
DrawScene("black", 1000);

CallSection("Title");
Expand Down

0 comments on commit e2a91f8

Please sign in to comment.