From 9eca62d19ce5e2019295b7ce779e08637fa6159a Mon Sep 17 00:00:00 2001 From: Aurian Date: Fri, 13 Apr 2018 09:37:15 +0200 Subject: [PATCH] Fixes and edits : Tip 12 (#134) A good tip is a tip with timing issues every sentence! --- Update/onik_tips_12.txt | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/Update/onik_tips_12.txt b/Update/onik_tips_12.txt index 7b6d520..c7558f0 100644 --- a/Update/onik_tips_12.txt +++ b/Update/onik_tips_12.txt @@ -21,7 +21,8 @@ void main() if (GetGlobalFlag(GADVMode)) { OutputLine("興宮PS", NULL, "Okinomiya PS", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(3, 0, "s20/00/keijic44001", 128, TRUE); OutputLine(NULL, "「興宮STより、3号どうぞ。", - NULL, "\"This is Okinomiya Station, calling Unit 3.", Line_WaitForInput); + NULL, "\"This is Okinomiya Station, calling Unit 3.", Line_Continue); + Wait( 900 ); OutputLine(NULL, "3号どうぞ。」", NULL, " Unit 3 please respond.\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } @@ -32,7 +33,8 @@ void main() if (GetGlobalFlag(GADVMode)) { OutputLine("大石", NULL, "Ooishi", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(3, 11, "s20/11/440700001", 128, TRUE); OutputLine(NULL, "「3号です。", - NULL, "\"This is Unit 3,", Line_WaitForInput); + NULL, "\"This is Unit 3,", Line_Continue); + Wait( 800 ); OutputLine(NULL, "感度良好ー。」", NULL, " loud and clear.\"", Line_Normal); ClearMessage(); @@ -41,7 +43,8 @@ void main() if (GetGlobalFlag(GADVMode)) { OutputLine("興宮PS", NULL, "Okinomiya PS", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(3, 0, "s20/00/keijic44002", 128, TRUE); OutputLine(NULL, "「応援が向かいました。", - NULL, "\"Back-up is heading your way.", Line_WaitForInput); + NULL, "\"Back-up is heading your way.", Line_Continue); + Wait( 500 ); OutputLine(NULL, "別命あるまで維持で願いします。", NULL, " Hold position until further instructions.", Line_WaitForInput); ModPlayVoiceLS(3, 0, "s20/00/keijic44003", 128, TRUE); @@ -62,7 +65,8 @@ void main() if (GetGlobalFlag(GADVMode)) { OutputLine("興宮PS", NULL, "Okinomiya PS", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(3, 0, "s20/00/keijic44004", 128, TRUE); OutputLine(NULL, "「それから回転灯は付けないでお願いします。", - NULL, "\"Requesting no headlights.", Line_WaitForInput); + NULL, "\"Requesting no headlights.", Line_Continue); + Wait( 1500 ); OutputLine(NULL, "静か静かで願います。」", NULL, " Requesting radio silence.\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } @@ -73,7 +77,8 @@ void main() if (GetGlobalFlag(GADVMode)) { OutputLine("大石", NULL, "Ooishi", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(3, 11, "s20/11/440700003", 128, TRUE); OutputLine(NULL, "「STー、今、先生が到着しました。", - NULL, "\"Station, the doctor has arrived.", Line_WaitForInput); + NULL, "\"Station, the doctor has arrived.", Line_Continue); + Wait( 1400 ); OutputLine(NULL, "運びたいそうですがどうしますか。", NULL, " They want to carry it away. What's the order?", Line_WaitForInput); ModPlayVoiceLS(3, 11, "s20/11/440700004", 128, TRUE); @@ -85,7 +90,8 @@ void main() if (GetGlobalFlag(GADVMode)) { OutputLine("興宮PS", NULL, "Okinomiya PS", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(3, 0, "s20/00/keijic44005", 128, TRUE); OutputLine(NULL, "「了解しました。", - NULL, "\"Acknowledged.", Line_WaitForInput); + NULL, "\"Acknowledged.", Line_Continue); + Wait( 400 ); OutputLine(NULL, "先生に任せてください。」", NULL, " Leave it to the doctor.\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } @@ -96,7 +102,8 @@ void main() if (GetGlobalFlag(GADVMode)) { OutputLine("大石", NULL, "Ooishi", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(3, 11, "s20/11/440700005", 128, TRUE); OutputLine(NULL, "「はいー。", - NULL, "\"Affirmative.", Line_WaitForInput); + NULL, "\"Affirmative.", Line_Continue); + Wait( 300 ); OutputLine(NULL, "了解です。", NULL, " Understood.", Line_WaitForInput); ModPlayVoiceLS(3, 11, "s20/11/440700006", 128, TRUE);