Fix case sensitivity issues on Linux
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
//「よく映画などに登場しますが、簡単にいうとどのようなものでしょうか。@
|
||||
PlaySE(3, "s20/00/repoA44001", 256, 64);
|
||||
PlaySE(3, "s20/00/repoa44001", 256, 64);
|
||||
OutputLine(NULL, "「よく映画などに登場しますが、簡単にいうとどのようなものでしょうか。」",
|
||||
NULL, "\"I see it in movies quite often, but what is it, exactly?\"", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
//「複数の人格を持つことによる逃避と考えられています。@
|
||||
PlaySE(3, "s20/00/profA44001", 256, 64);
|
||||
PlaySE(3, "s20/00/profa44001", 256, 64);
|
||||
OutputLine(NULL, "「複数の人格を持つことによる逃避と考えられています。」",
|
||||
NULL, "\"Multiple personalities are thought to be escapism.\"", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
@@ -32,13 +32,13 @@
|
||||
|
||||
|
||||
//「多重人格は逃避のひとつなのですか?¥
|
||||
PlaySE(3, "s20/00/repoA44002", 256, 64);
|
||||
PlaySE(3, "s20/00/repoa44002", 256, 64);
|
||||
OutputLine(NULL, "「多重人格は逃避のひとつなのですか?」",
|
||||
NULL, "\"Multiple personality disorder is a form of escape?\"", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
//「左様です@そのメカニズムは完全には解明されていませんが、精神を守るために脳が行なう防御行動のひとつではないかと考えられています。¥
|
||||
PlaySE(3, "s20/00/profA44002", 256, 64);
|
||||
PlaySE(3, "s20/00/profa44002", 256, 64);
|
||||
OutputLine(NULL, "「左様です。",
|
||||
NULL, "\"Correct.", Line_ContinueAfterTyping);
|
||||
Wait (1000);
|
||||
@@ -47,7 +47,7 @@
|
||||
ClearMessage();
|
||||
|
||||
//「例えば、貧乏な人がお金持ちになった自分を想像するという現実逃避ってありますよね@ これも多重人格なわけですか?@
|
||||
PlaySE(3, "s20/00/repoA44003", 256, 64);
|
||||
PlaySE(3, "s20/00/repoa44003", 256, 64);
|
||||
OutputLine(NULL, "「例えば、貧乏な人がお金持ちになった自分を想像するという現実逃避ってありますよね?",
|
||||
NULL, "\"Hypothetically, poor people imagining themselves as wealthy is a form of escapism, is it not?", Line_ContinueAfterTyping);
|
||||
Wait (3800);
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
//「極論はできませんが、広義的にはそう解釈できます@つまり誰にでもありえる現象なのです。¥
|
||||
PlaySE(3, "s20/00/profA44003", 256, 64);
|
||||
PlaySE(3, "s20/00/profa44003", 256, 64);
|
||||
OutputLine(NULL, "「極論はできませんが、広義的にはそう解釈できます。",
|
||||
NULL, "\"I wouldn't go that far, but broadly speaking, one could infer that.", Line_ContinueAfterTyping);
|
||||
Wait (3000);
|
||||
@@ -67,7 +67,7 @@
|
||||
ClearMessage();
|
||||
|
||||
//「その現実逃避の見境がなくなると二重人格になるのですか?@
|
||||
PlaySE(3, "s20/00/repoA44004", 256, 64);
|
||||
PlaySE(3, "s20/00/repoa44004", 256, 64);
|
||||
OutputLine(NULL, "「その現実逃避の見境がなくなると二重人格になるのですか?」",
|
||||
NULL, "\"Does a split personality occur when one cannot tell which is reality and which is the escape?\"", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
@@ -75,19 +75,19 @@
|
||||
|
||||
|
||||
//「...ちょっと難しいですね@...そう提唱する説もありますし、否定する説もあります@諸説紛々です。¥
|
||||
PlaySE(3, "s20/00/profA44004", 256, 64);
|
||||
PlaySE(3, "s20/00/profa44004", 256, 64);
|
||||
OutputLine(NULL, "「…ちょっと難しいですね。",
|
||||
NULL, "\"...That's difficult to say.", Line_ContinueAfterTyping);
|
||||
Wait (2200);
|
||||
OutputLine(NULL, "…そう提唱する説もありますし、否定する説もあります。",
|
||||
NULL, " There are some who agree with that, and some who disagree.", Line_WaitForInput);
|
||||
PlaySE(3, "s20/00/profA44005", 256, 64);
|
||||
PlaySE(3, "s20/00/profa44005", 256, 64);
|
||||
OutputLine(NULL, "諸説紛々です。」",
|
||||
NULL, " There is no consensus.\"", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
//「では精神医学の世界ではまだ、多重人格というのは未知の解明されていない現象なんですか?@
|
||||
PlaySE(3, "s20/00/repoA44005", 256, 64);
|
||||
PlaySE(3, "s20/00/repoa44005", 256, 64);
|
||||
OutputLine(NULL, "「では精神医学の世界ではまだ、多重人格というのは未知の解明されていない現象なんですか?」",
|
||||
NULL, "\"Then is the occurrence of multiple personalities still an unknown phenomenon... something not fully comprehended in the psychiatric field?\"", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
@@ -95,7 +95,7 @@
|
||||
|
||||
|
||||
//「残念ながらそうなります@今後の研究が期待されます。¥
|
||||
PlaySE(3, "s20/00/profA44006", 256, 64);
|
||||
PlaySE(3, "s20/00/profa44006", 256, 64);
|
||||
OutputLine(NULL, "「残念ながらそうなります。",
|
||||
NULL, "\"Unfortunately, that is the current state of things.", Line_ContinueAfterTyping);
|
||||
Wait (1600);
|
||||
@@ -104,7 +104,7 @@
|
||||
ClearMessage();
|
||||
|
||||
//「でもでも~、二重人格なんて何だかカッコイイですよね~@ どういう人が二重人格になれるんですかぁ?¥
|
||||
PlaySE(3, "s20/00/repoA44006", 256, 64);
|
||||
PlaySE(3, "s20/00/repoa44006", 256, 64);
|
||||
OutputLine(NULL, "「でもでも〜、二重人格なんて何だかカッコイイですよね〜!",
|
||||
NULL, "\"But, but~ It's sorta cool having a split personality~!", Line_ContinueAfterTyping);
|
||||
Wait (3000);
|
||||
@@ -113,13 +113,13 @@
|
||||
ClearMessage();
|
||||
|
||||
//「なれるといいますか...、なりやすいといいますか...@最近の研究では、遺伝と心因が複雑に絡み合い...@中でも幼少期の虐待が大きく作用するのではないかと言われています。@
|
||||
PlaySE(3, "s20/00/profA44007", 256, 64);
|
||||
PlaySE(3, "s20/00/profa44007", 256, 64);
|
||||
OutputLine(NULL, "「なれるといいますか…、なりやすいといいますか…。",
|
||||
NULL, "\"Recent studies find that those who develop it... or rather, those who are more susceptible to developing it,", Line_ContinueAfterTyping);
|
||||
Wait (1800);
|
||||
OutputLine(NULL, "最近の研究では、遺伝と心因が複雑に絡み合い…。",
|
||||
NULL, " may be genetically predisposed or may have had abnormal mental development...", Line_WaitForInput);
|
||||
PlaySE(3, "s20/00/profA44008", 256, 64);
|
||||
PlaySE(3, "s20/00/profa44008", 256, 64);
|
||||
OutputLine(NULL, "中でも幼少期の虐待が大きく作用するのではないかと言われています。」",
|
||||
NULL, " Some say that childhood abuse increases the chances.\"", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
@@ -127,17 +127,17 @@
|
||||
|
||||
|
||||
//「そう言えば、このA君も幼児虐待を受けてるんですよね~。カワイソ~...。@
|
||||
PlaySE(3, "s20/00/repoA44007", 256, 64);
|
||||
PlaySE(3, "s20/00/repoa44007", 256, 64);
|
||||
OutputLine(NULL, "「そう言えば、このA君も幼児虐待を受けてるんですよね〜。カワイソ〜…。」",
|
||||
NULL, "\"Speaking of which, Person A here experienced abuse as a child, didn't he~ How sad~...\"", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);
|
||||
|
||||
|
||||
//「7つの人格を持つ青年A@ではVTRの続きをどうぞ@/
|
||||
PlaySE(3, "s20/00/repoA44008", 256, 64);
|
||||
PlaySE(3, "s20/00/repoa44008", 256, 64);
|
||||
OutputLine(NULL, "「7つの人格を持つ青年A。",
|
||||
NULL, "\"Person A has seven different personalities.", Line_WaitForInput);
|
||||
PlaySE(3, "s20/00/repoA44009", 256, 64);
|
||||
PlaySE(3, "s20/00/repoa44009", 256, 64);
|
||||
OutputLine(NULL, "ではVTRの続きをどうぞ。",
|
||||
NULL, " Let's watch a video of him...", Line_WaitForInput);
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
PlaySE( 4, "wa__029", 128, 64 );
|
||||
|
||||
//...ですがその前にコマーシャル!!¥
|
||||
PlaySE(3, "s20/00/repoA44010", 256, 64);
|
||||
PlaySE(3, "s20/00/repoa44010", 256, 64);
|
||||
OutputLine(NULL, "…ですがその前にコマーシャル!!」",
|
||||
NULL, " Right after these commercials!!\"", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
Reference in New Issue
Block a user