Skip to content

Commit

Permalink
Improve greyscale filter
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Nov 4, 2018
1 parent 6a31f69 commit 1aeaa0c
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Update/_tsum_007.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ void main()
NULL, " I would never forgive her...", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );

DrawSceneWithMask( "background/saten2", "maskdown", 1, 0, 300 );

Expand Down
2 changes: 1 addition & 1 deletion Update/_tsum_010.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void main()
ClearMessage();

DrawScene( "black", 0 );
DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );

DrawSceneWithMask( "background/mo_g2", "maskup", 1, 0, 300 );

Expand Down
4 changes: 2 additions & 2 deletions Update/_tsum_013.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ void main()
NULL, "...Of course, I know about it. I've lived here for more than a year.", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );

DrawSceneWithMask( "background/ji2", "maskup", 1, 0, 300 );

Expand Down Expand Up @@ -638,7 +638,7 @@ void main()
NULL, "\"Isn't there a possibility that the foreigner washed ashore somewhere else first and then traveled to Onigafuchi?\"", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );

DrawSceneWithMask( "background/oni1", "maskup", 1, 0, 300 );

Expand Down
2 changes: 1 addition & 1 deletion Update/_tsum_015_2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void main()
NULL, " I lowered my voice and let her continue.", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 2, "ps3/s09/02/170200710", 128, TRUE);
Expand Down
8 changes: 4 additions & 4 deletions Update/_tsum_016.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

DrawScene( "black", 400 );
DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, FALSE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, FALSE );
DrawSceneWithMask( "background/damu2", "maskup", 1, 0, 300 );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
Expand Down Expand Up @@ -483,7 +483,7 @@ void main()
NULL, "I had no idea what she read that made her so certain, but whatever it was, it'd be sacrilegious for people who believed so strongly in Oyashiro-sama.", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, FALSE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, FALSE );

DrawScene( "background/ji1", 400 );

Expand Down Expand Up @@ -650,7 +650,7 @@ void main()
NULL, "...Villagers could have their symptoms suppressed, but there was no way to kill the parasites that had infested them.", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, FALSE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, FALSE );
DrawScene( "background/hi1", 400 );

if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
Expand Down Expand Up @@ -916,7 +916,7 @@ void main()
NULL, "\"............I see.\"", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, FALSE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, FALSE );
DrawSceneWithMask( "background/y_kawa3", "maskright", 1, 0, 300 );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
Expand Down
2 changes: 1 addition & 1 deletion Update/_tsum_019.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@ void main()
ClearMessage();

DrawScene( "black", 400 );
DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );
DrawScene( "background/re_s4_01", 1000 );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
Expand Down
2 changes: 1 addition & 1 deletion Update/_tsum_020.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void main()
NULL, "They might be using one of the bomb shelters that was built during the war as some kind of secret underground research center.", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );
DrawScene( "background/jsa1", 1000 );

if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
Expand Down
2 changes: 1 addition & 1 deletion Update/_tsum_024_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ void main()
NULL, "...But how exactly could she win a come-from-behind victory under circumstances like that?", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );
DrawScene( "background/js1", 1000 );

if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
Expand Down
6 changes: 3 additions & 3 deletions Update/_tsum_tips_014.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void main()
NULL, "Those eyes showed the confidence he'd built through many risky experiences, and he had a well-built muscular body and a fearless aura. He must have fought against many violent criminals.", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );

DrawSceneWithMask( "background/hi1", "maskc", 1, 0, 300 );

Expand Down Expand Up @@ -462,7 +462,7 @@ void main()
ClearMessage();

DrawSceneWithMask( "black", "maskdown", 1, 0, 300 );
DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );

DrawSceneWithMask( "background/oni1", "maskc", 1, 0, 300 );

Expand Down Expand Up @@ -541,7 +541,7 @@ void main()
NULL, "They say that the Disaster was a cover-up by the government, and that it was actually a biochemical terrorist attack by aliens.", Line_Normal);
ClearMessage();

DrawFilm( 2, 0xaa, 0xaa, 0xaa, 256, 0, 0, TRUE );
DrawFilm( 2, 200, 200, 200, 256, 0, 0, TRUE );

DrawScene( "background/aka2", 400 );

Expand Down

0 comments on commit 1aeaa0c

Please sign in to comment.