Skip to content

Commit

Permalink
Unify audio volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jun 23, 2019
1 parent 06380bb commit 69fd383
Show file tree
Hide file tree
Showing 54 changed files with 8,584 additions and 8,584 deletions.
4 changes: 2 additions & 2 deletions Update/&endroll_staff6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ void main()
//InitializeTiming( 0 );
//WaitForTiming( 8000 );
//Wait(8000);
//PlayBGM( 1, "higurashi", 120, 5000 );
//PlayBGM( 1, "higurashi", 56, 5000 );
//ExecutePlannedControl(TRUE);
//WaitForTiming( 57000 );

PlayBGM( 1, "higurashi", 0, 5000 );
PlayBGM( 1, "higurashi", 56, 5000 );
ChangeVolumeOfBGM(1, 120, 5000);


Expand Down
6 changes: 3 additions & 3 deletions Update/&toketu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
void main()
{
DisableWindow();
PlaySE( 0, "s_chisibuki", 128, 64 );
PlaySE( 0, "s_chisibuki", 56, 64 );
DrawScene("toketu1a", 100 );

SetValidityOfInput( FALSE );
Wait( 800 );
SetValidityOfInput( TRUE );
PlaySE( 0, "s_chisibuki", 128, 64 );
PlaySE( 0, "s_chisibuki", 56, 64 );
DrawScene("toketu1b", 100 );

SetValidityOfInput( FALSE );
Wait( 800 );
PlaySE( 0, "s_chisibuki", 128, 64 );
PlaySE( 0, "s_chisibuki", 56, 64 );
DrawScene("toketu1c", 100 );
Wait( 2000 );
SetValidityOfInput( TRUE );
Expand Down
6 changes: 3 additions & 3 deletions Update/&toketu2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
void main()
{
DisableWindow();
PlaySE( 0, "Thisikuki", 128, 64 );
PlaySE( 0, "Thisikuki", 56, 64 );
DrawBustshot( 27, "Toketu1a", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 10, TRUE );
SetValidityOfInput( FALSE );
Wait( 1800 );
SetValidityOfInput( TRUE );
PlaySE( 0, "Thisikuki", 128, 64 );
PlaySE( 0, "Thisikuki", 56, 64 );
DrawBustshot( 28, "Toketu1b", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 10, TRUE );
SetValidityOfInput( FALSE );
Wait( 2300 );
SetValidityOfInput( TRUE );
PlaySE( 0, "Thisikuki", 128, 64 );
PlaySE( 0, "Thisikuki", 56, 64 );
DrawBustshot( 29, "Toketu1c", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 10, TRUE );
SetValidityOfInput( FALSE );
Wait( 3000 );
Expand Down
966 changes: 483 additions & 483 deletions Update/_tsum_001.txt

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions Update/_tsum_002_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ void main()
ClearMessage();

DrawScene( "white", 400 );
PlayBGM( 1, "Suzume", 120, 0 );
PlayBGM( 1, "Suzume", 56, 0 );
DrawSceneWithMask( "background/ma_j3_01", "maskm1", 1, 0, 300 );

if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
Expand Down Expand Up @@ -39,7 +39,7 @@ void main()
ClearMessage();

DrawSceneWithMask( "white", "maskleft", 1, 0, 300 );
PlayBGM( 0, "z2_hig2", 120, 0 );
PlayBGM( 0, "z2_hig2", 56, 0 );
DrawSceneWithMask( "background/Sora", "maskleft", 1, 0, 300 );

if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
Expand Down Expand Up @@ -95,7 +95,7 @@ void main()
DrawScene( "background/ma_j3_01", 400 );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 1, "ps3/s09/01/170100001", 128, TRUE);
ModPlayVoiceLS(4, 1, "ps3/s09/01/170100001", 256, TRUE);
OutputLine(NULL, "「…………………ふぁ、………あぁ…。」",
NULL, "\"...Haww... Ahh...\"", Line_Normal);
ClearMessage();
Expand Down Expand Up @@ -233,19 +233,19 @@ void main()
DrawSceneWithMask( "background/Ma_S1", "maskleft", 1, 0, 300 );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>圭一の父</color>", NULL, "<color=#f5e6d3>Keiichi's dad</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 0, "ps3/s09/00/172600001", 128, TRUE);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172600001", 256, TRUE);
OutputLine(NULL, "「大体、日本の電話料金は高すぎるんだ。",
NULL, "\"First of all, telephone service charges in Japan are way too expensive.", Line_WaitForInput);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172600002", 128, TRUE);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172600002", 256, TRUE);
OutputLine(NULL, "国が電話事業を独占してるからこういうことになるんだ。」",
NULL, " It's because the state has a monopoly.\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>圭一の母</color>", NULL, "<color=#f5e6d3>Keiichi's mom</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 0, "ps3/s09/00/172700001", 128, TRUE);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172700001", 256, TRUE);
OutputLine(NULL, "「でも民間企業ってのは営利団体なのよ?",
NULL, "\"But, private companies are profit-oriented organizations.", Line_WaitForInput);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172700002", 128, TRUE);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172700002", 256, TRUE);
OutputLine(NULL, " 慈善団体なわけじゃないんだし、全国一律のサービスを本当に維持できるわけ?」",
NULL, " They're not exactly charitable.... I wonder if they can maintain uniform service nationwide.\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
Expand Down Expand Up @@ -300,45 +300,45 @@ void main()
ClearMessage();

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>圭一の母</color>", NULL, "<color=#f5e6d3>Keiichi's mom</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 0, "ps3/s09/00/172700003", 128, TRUE);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172700003", 256, TRUE);
OutputLine(NULL, "「あら、圭一。",
NULL, "\"Oh, Keiichi.", Line_WaitForInput);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172700004", 128, TRUE);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172700004", 256, TRUE);
OutputLine(NULL, "日曜にしては早いわね。",
NULL, " You're up early today.", Line_WaitForInput);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172700005", 128, TRUE);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172700005", 256, TRUE);
OutputLine(NULL, "朝ご飯食べる?」",
NULL, " Do you want to eat breakfast?\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 1, "ps3/s09/01/170100002", 128, TRUE);
ModPlayVoiceLS(4, 1, "ps3/s09/01/170100002", 256, TRUE);
OutputLine(NULL, "「今日はいらない。",
NULL, "\"No thanks.", Line_WaitForInput);
ModPlayVoiceLS(4, 1, "ps3/s09/01/170100003", 128, TRUE);
ModPlayVoiceLS(4, 1, "ps3/s09/01/170100003", 256, TRUE);
OutputLine(NULL, "あと、今日は外で食べるから昼飯もいらないや。」",
NULL, " I'm going out today, so I don't need anything.\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>圭一の父</color>", NULL, "<color=#f5e6d3>Keiichi's dad</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 0, "ps3/s09/00/172600003", 128, TRUE);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172600003", 256, TRUE);
OutputLine(NULL, "「なんだ、友達と一緒か?",
NULL, "\"Are you going out with your friends?", Line_WaitForInput);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172600004", 128, TRUE);
ModPlayVoiceLS(4, 0, "ps3/s09/00/172600004", 256, TRUE);
OutputLine(NULL, " 圭一がよく話す部活というやつかー?」",
NULL, " Is it those club activities that you always talk about?\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 1, "ps3/s09/01/170100004", 128, TRUE);
ModPlayVoiceLS(4, 1, "ps3/s09/01/170100004", 256, TRUE);
OutputLine(NULL, "「いんや、今日は部活じゃない。",
NULL, "\"No, it's not a club activity day.", Line_WaitForInput);
ModPlayVoiceLS(4, 1, "ps3/s09/01/170100005", 128, TRUE);
ModPlayVoiceLS(4, 1, "ps3/s09/01/170100005", 256, TRUE);
OutputLine(NULL, "昨日の罰ゲームというか、何と言うか。」",
NULL, " It's the punishment for the game we played yesterday.\"", Line_Normal);
ClearMessage();

PlaySE( 0, "s_interphone", 128, 64 );
PlaySE( 0, "s_interphone", 56, 64 );

if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " その時、ピンポーンとチャイムの音が鳴った。",
Expand Down
Loading

0 comments on commit 69fd383

Please sign in to comment.