Update scripts

This commit is contained in:
Jáchym Toušek
2017-10-08 07:53:55 +02:00
parent e56661f35c
commit 9a066ac17c
27 changed files with 912 additions and 912 deletions

View File

@@ -45,7 +45,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>教授</color>", NULL, "<color=#f5e6d3>Professor</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/00/profa44002", 256);
OutputLine(NULL, "「左様です。",
NULL, "\"Correct.", Line_ContinueAfterTyping);
NULL, "\"Correct.", Line_Continue);
Wait (1000);
OutputLine(NULL, "そのメカニズムは完全には解明されていませんが、精神を守るために脳が行なう防御行動のひとつではないかと考えられています。」",
NULL, " The exact mechanism is not fully understood, but it's believed to be a type of defense for the brain to retain mental stability.\"", Line_Normal);
@@ -55,7 +55,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>リポーター</color>", NULL, "<color=#f5e6d3>Reporter</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/00/repoa44003", 256);
OutputLine(NULL, "「例えば、貧乏な人がお金持ちになった自分を想像するという現実逃避ってありますよね?",
NULL, "\"Hypothetically, poor people imagining themselves as wealthy is a form of escapism, is it not?", Line_ContinueAfterTyping);
NULL, "\"Hypothetically, poor people imagining themselves as wealthy is a form of escapism, is it not?", Line_Continue);
Wait (3800);
OutputLine(NULL, " これも多重人格なわけですか?」",
NULL, " Is this also a form of multiple personality disorder?\"", GetGlobalFlag(GLinemodeSp));
@@ -67,7 +67,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>教授</color>", NULL, "<color=#f5e6d3>Professor</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/00/profa44003", 256);
OutputLine(NULL, "「極論はできませんが、広義的にはそう解釈できます。",
NULL, "\"I wouldn't go that far, but broadly speaking, one could infer that.", Line_ContinueAfterTyping);
NULL, "\"I wouldn't go that far, but broadly speaking, one could infer that.", Line_Continue);
Wait (3000);
OutputLine(NULL, "つまり誰にでもありえる現象なのです。」",
NULL, " It's something that occurs in us all.\"", Line_Normal);
@@ -86,7 +86,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>教授</color>", NULL, "<color=#f5e6d3>Professor</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/00/profa44004", 256);
OutputLine(NULL, "「…ちょっと難しいですね。",
NULL, "\"...That's difficult to say.", Line_ContinueAfterTyping);
NULL, "\"...That's difficult to say.", Line_Continue);
Wait (2200);
OutputLine(NULL, "…そう提唱する説もありますし、否定する説もあります。",
NULL, " There are some who agree with that, and some who disagree.", Line_WaitForInput);
@@ -108,7 +108,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>教授</color>", NULL, "<color=#f5e6d3>Professor</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/00/profa44006", 256);
OutputLine(NULL, "「残念ながらそうなります。",
NULL, "\"Unfortunately, that is the current state of things.", Line_ContinueAfterTyping);
NULL, "\"Unfortunately, that is the current state of things.", Line_Continue);
Wait (1600);
OutputLine(NULL, "今後の研究が期待されます。」",
NULL, " We can only put our hope in future research.\"", Line_Normal);
@@ -118,7 +118,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>リポーター</color>", NULL, "<color=#f5e6d3>Reporter</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/00/repoa44006", 256);
OutputLine(NULL, "「でもでも〜、二重人格なんて何だかカッコイイですよね〜!",
NULL, "\"But, but~ It's sorta cool having a split personality~!", Line_ContinueAfterTyping);
NULL, "\"But, but~ It's sorta cool having a split personality~!", Line_Continue);
Wait (3000);
OutputLine(NULL, " どういう人が二重人格になれるんですかぁ?」",
NULL, " What kind of people get split personalities?\"", Line_Normal);
@@ -128,7 +128,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>教授</color>", NULL, "<color=#f5e6d3>Professor</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/00/profa44007", 256);
OutputLine(NULL, "「なれるといいますか…、なりやすいといいますか…。",
NULL, "\"Recent studies find that those who develop it... or rather, those who are more susceptible to developing it,", Line_ContinueAfterTyping);
NULL, "\"Recent studies find that those who develop it... or rather, those who are more susceptible to developing it,", Line_Continue);
Wait (1800);
OutputLine(NULL, "最近の研究では、遺伝と心因が複雑に絡み合い…。",
NULL, " may be genetically predisposed or may have had abnormal mental development... ", GetGlobalFlag(GLinemodeSp));