Fix cut voices

This commit is contained in:
Jáchym Toušek
2017-07-13 23:20:42 +02:00
parent 39a44c8fbd
commit 180d04d8fb
10 changed files with 19 additions and 52 deletions

View File

@@ -1223,7 +1223,6 @@ void main()
Wait( 300 );
PlaySE(3, "s19/02/500200521", 256, 64);
OutputLine(NULL, "…かな!」",
NULL, " ...I guess!\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -1905,11 +1904,7 @@ void main()
//「ぼぅ、暴力反対ですのー!!!w600 証拠もないのにぃ
PlaySE(3, "s19/04/990400008", 256, 64);
OutputLine(NULL, "「ぼぅ、暴力反対ですのー!!",
NULL, "\"I-I'm against violence!!", Line_ContinueAfterTyping);
SetValidityOfInput( FALSE );
Wait( 600 );
SetValidityOfInput( TRUE );
NULL, "\"I-I'm against violence!!", Line_WaitForInput);;
PlaySE(3, "s19/04/990400009", 256, 64);
OutputLine(NULL, " 証拠もないのにぃ〜!!」",
@@ -2077,11 +2072,7 @@ void main()
//「...ひぅ!!w500 ...だってだって...こんなにかぁいいよぅ?@
PlaySE(3, "s19/02/990200033", 256, 64);
OutputLine(NULL, "「…ひぅ!",
NULL, "\"...Huu!", Line_ContinueAfterTyping);
SetValidityOfInput( FALSE );
Wait( 500 );
SetValidityOfInput( TRUE );
NULL, "\"...Huu!", Line_WaitForInput);
PlaySE(3, "s19/02/990200034", 256, 64);
OutputLine(NULL, " …だってだって…こんなにかぁいいよぅ?」",

View File

@@ -1290,12 +1290,11 @@ void main()
//「げはッ!!!d400 肘は反則だろ沙都子
PlaySE(3, "s19/01/hr_kei01540", 256, 64);
PlaySE(3, "s19/01/hr_kei01550", 256, 64);
OutputLine(NULL, "「げはッ!!",
NULL, "\"Hurk!!", Line_ContinueAfterTyping);
Wait( 400 );
PlaySE(3, "s19/01/hr_kei01550", 256, 64);
OutputLine(NULL, " 肘は反則だろ沙都子!!」",
NULL, " Using your elbow is against the rules, Satoko!!\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -1808,11 +1807,8 @@ void main()
//「やるのは圭ちゃん。」!w500「はあッ
PlaySE(3, "s19/03/990300123", 256, 64);
OutputLine(NULL, "「やるのは圭ちゃん。」",
NULL, "\"Kei-chan is going to be the one who does it.\"", Line_ContinueAfterTyping);
SetValidityOfInput( FALSE );
Wait( 500 );
SetValidityOfInput( TRUE );
NULL, "\"Kei-chan is going to be the one who does it.\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
PlaySE(3, "s19/01/hr_kei01630", 256, 64);
OutputLine(NULL, "「はあッ?!」",
@@ -3043,8 +3039,6 @@ void main()
NULL, " You were waiting a while, I guess?", Line_ContinueAfterTyping);
Wait( 300 );
PlaySE(3, "s19/02/500200695", 256, 64);
OutputLine(NULL, "……かな?」",
NULL, " ...I guess?\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);

View File

@@ -1891,7 +1891,6 @@ void main()
Wait( 500 );
SetValidityOfInput( TRUE );
PlaySE(3, "s19/02/500200184", 256, 64);
OutputLine(NULL, " え?",
NULL, " Huh?", Line_WaitForInput);
PlaySE(3, "s19/04/990400073", 256, 64);

View File

@@ -727,6 +727,9 @@ void main()
PlaySE(3, "s19/04/990400087", 256, 64);
OutputLine(NULL, "「知ってるもん…!!",
NULL, "\"I do know...!!", Line_WaitForInput);
PlaySE(3, "s19/04/990400088", 256, 64);
OutputLine(NULL, "知ってるもん!!",
NULL, " I do know!!", Line_WaitForInput);
PlaySE(3, "s19/04/990400089", 256, 64);
OutputLine(NULL, " 知ってるもん!!!…",
NULL, " I do know!!!...", Line_ContinueAfterTyping);
@@ -739,9 +742,7 @@ void main()
Wait( 300 );
OutputLine(NULL, "セッ、」",
NULL, "Se...\"", Line_ContinueAfterTyping);
Wait( 600 );
NULL, "Se...\"", Line_WaitForInput);
OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);

View File

@@ -1487,10 +1487,9 @@ void main()
//「…えぇと、どんなの@ どんなの?!s200……………!sd/
PlaySE(3, "s19/02/990200331", 256, 64);
OutputLine(NULL, "「…えぇと、どんなの?",
NULL, "\"...Um, what is it?", Line_ContinueAfterTyping);
NULL, "\"...Um, what is it?", Line_WaitForInput);
//!s200
Wait( 200 );
PlaySE(3, "s19/02/990200332", 256, 64);
OutputLine(NULL, " どんなの?",
NULL, " What is it?", Line_ContinueAfterTyping);

View File

@@ -2000,45 +2000,35 @@ void main()
NULL, " Loli!", Line_ContinueAfterTyping);
PlaySE( 4, "wa_010", 128, 64 );
SetValidityOfInput( FALSE );
Wait( 1000 );
SetValidityOfInput( TRUE );
OutputLineAll(NULL, "\n", Line_WaitForInput);
//巫女!/
PlaySE(3, "s19/01/hr_kei33830_02", 256, 64);
OutputLine(NULL, "巫女!",
NULL, " Shrine maiden!", Line_ContinueAfterTyping);
PlaySE( 4, "wa_029", 128, 64 );
SetValidityOfInput( FALSE );
Wait( 1000 );
SetValidityOfInput( TRUE );
OutputLineAll(NULL, "\n", Line_WaitForInput);
//半涙!/
PlaySE(3, "s19/01/hr_kei33830_03", 256, 64);
OutputLine(NULL, "半涙!",
NULL, " Brink of crying!", Line_ContinueAfterTyping);
PlaySE( 4, "wa_012", 128, 64 );
SetValidityOfInput( FALSE );
Wait( 1000 );
SetValidityOfInput( TRUE );
OutputLineAll(NULL, "\n", Line_WaitForInput);
//みぃ!/
PlaySE(3, "s19/01/hr_kei33830_04", 256, 64);
OutputLine(NULL, "みぃ!",
NULL, " Mew!", Line_ContinueAfterTyping);
PlaySE( 4, "wa_016", 128, 64 );
SetValidityOfInput( FALSE );
Wait( 1000 );
SetValidityOfInput( TRUE );
OutputLineAll(NULL, "\n", Line_WaitForInput);
//完璧だッ!!/
PlaySE(3, "s19/01/hr_kei33830_05", 256, 64);
OutputLine(NULL, "完璧だッ!!",
NULL, " It was perfect!!", Line_ContinueAfterTyping);
PlaySE( 4, "wa_007", 128, 64 );
SetValidityOfInput( FALSE );
Wait( 1100 );
SetValidityOfInput( TRUE );
OutputLineAll(NULL, "\n", Line_WaitForInput);
//ただのコケを萌えにまで昇華した…!w500これぞまさに芸術と呼ぶに相応しいッ
PlaySE(3, "s19/01/hr_kei33830_06", 256, 64);
@@ -2724,6 +2714,7 @@ void main()
PlaySE( 4, "wa_005", 128, 64 );
ShakeScreen( 1, 50, 20, 5, 0, );
OutputLineAll(NULL, "", Line_WaitForInput);
//ぐぉをぅッ?!?!@
PlaySE(3, "s19/01/hr_kei33900", 256, 64);
@@ -4457,11 +4448,8 @@ void main()
//「よっしゃ! そんなら俺が、」!w1500/
PlaySE(3, "s19/01/hr_kei34110", 256, 64);
OutputLine(NULL, "「よっしゃ! そんなら俺が、」",
NULL, "\"All right! Then I'll...\"", Line_ContinueAfterTyping);
NULL, "\"All right! Then I'll...\"", Line_WaitForInput);
SetValidityOfInput( FALSE );
Wait( 500 );
SetValidityOfInput( TRUE );
DisableWindow();
DrawBustshotWithFiltering( 3, "tm_si_de_a1", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );

View File

@@ -3106,11 +3106,8 @@ void main()
SetValidityOfInput( TRUE );
OutputLine(NULL, "あのね!",
NULL, " well...", Line_ContinueAfterTyping);
NULL, " well...", Line_WaitForInput);
SetValidityOfInput( FALSE );
Wait( 200 );
SetValidityOfInput( TRUE );
PlaySE(3, "s01/02/120200221", 256, 64);
OutputLine(NULL, " ど、どうしてバットなんか持ってるのかな。",
NULL, " Wh-Why do you have a bat, I wonder...", Line_ContinueAfterTyping);

View File

@@ -4822,7 +4822,6 @@ void main()
Wait( 500 );
SetValidityOfInput( TRUE );
PlaySE(3, "s01/02/120200338", 256, 64);
OutputLine(NULL, "ごめんなさい、」",
NULL, " I'm sorry.\"", Line_WaitForInput);
OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);

View File

@@ -374,8 +374,7 @@ void main()
NULL, "\"Wh-What is this, what is this!?", Line_ContinueAfterTyping);
Wait (2000)
OutputLine(NULL, " 圭一くんと魅ぃちゃんが悪代官だよ?",
NULL, " Keiichi-kun and Mii-chan are an evil bailiff and...?", Line_ContinueAfterTyping);
Wait (800)
NULL, " Keiichi-kun and Mii-chan are an evil bailiff and...?", Line_WaitForInput);
PlaySE(3, "s20/02/440200037", 128, 64);
OutputLine(NULL, " 越後屋だよ?!」",
NULL, " a con man!?\"", Line_Normal);