Improve ADV mode
This commit is contained in:
@@ -2519,10 +2519,11 @@ void main()
|
||||
NULL, "\"One of our patrol cars discovered the body on the way back from security detail at the festival.", Line_WaitForInput);
|
||||
PlaySE(3, "s01/11/120700036", 256, 64);
|
||||
OutputLine(NULL, "時刻は24時5分前。",
|
||||
NULL, " It was late. About five till midnight.", Line_WaitForInput);
|
||||
NULL, " It was late. About five till midnight. ", Line_ModeSpecific);
|
||||
PlaySE(3, "s01/11/120700037", 256, 64);
|
||||
if (AdvMode) { OutputLine("中年男", NULL, "Middle-Aged Man", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "場所は、…えーと、町へ出る道路がちょうど舗装道路に変わるところありますよね?",
|
||||
NULL, " The location... was, umm... you know where the road into town becomes paved, right?", Line_WaitForInput);
|
||||
NULL, "The location... was, umm... you know where the road into town becomes paved, right?", Line_WaitForInput);
|
||||
PlaySE(3, "s01/11/120700038", 256, 64);
|
||||
OutputLine(NULL, " 坂を下りきった辺りに。あそこの路肩でした。」",
|
||||
NULL, " Down past the slope. On the shoulder, around there.\"", Line_Normal);
|
||||
@@ -2806,10 +2807,11 @@ void main()
|
||||
NULL, " ...There are traces of where he struck trees and the guardrails with in.", Line_WaitForInput);
|
||||
PlaySE(3, "s01/11/120700050", 256, 64);
|
||||
OutputLine(NULL, "周囲に散乱する富竹さんの血痕…。",
|
||||
NULL, " Tomitake-san's blood was found all over the place...", Line_WaitForInput);
|
||||
NULL, " Tomitake-san's blood was found all over the place... ", Line_ModeSpecific);
|
||||
PlaySE(3, "s01/11/120700051", 256, 64);
|
||||
if (AdvMode) { OutputLine("中年男", NULL, "Middle-Aged Man", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "………つまりですね、」",
|
||||
NULL, " ...meaning...\"", Line_ModeSpecific);
|
||||
NULL, "...meaning...\"", Line_ModeSpecific);
|
||||
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
@@ -2828,10 +2830,11 @@ void main()
|
||||
NULL, "\"There were external injuries, which were not self-inflicted, discovered on Tomitake-san.", Line_WaitForInput);
|
||||
PlaySE(3, "s01/11/120700053", 256, 64);
|
||||
OutputLine(NULL, "…富竹さんは何者かに暴行を受けた可能性があるということです。",
|
||||
NULL, " ...There is a high probability Tomitake-san was assaulted.", Line_WaitForInput);
|
||||
NULL, " ...There is a high probability Tomitake-san was assaulted. ", Line_ModeSpecific);
|
||||
PlaySE(3, "s01/11/120700054", 256, 64);
|
||||
if (AdvMode) { OutputLine("中年男", NULL, "Middle-Aged Man", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "外傷の部位から見て、複数犯の可能性もあります。」",
|
||||
NULL, " The external injuries suggest there may be multiple suspects.\"", Line_Normal);
|
||||
NULL, "The external injuries suggest there may be multiple suspects.\"", Line_Normal);
|
||||
ClearMessage();
|
||||
DisableWindow();
|
||||
DrawScene( "black", 1000 );
|
||||
@@ -3446,10 +3449,11 @@ void main()
|
||||
NULL, " Then it was a villager that supported it!", Line_WaitForInput);
|
||||
PlaySE(3, "s01/11/120700087", 256, 64);
|
||||
OutputLine(NULL, " 村の仇敵は次々に怪死しました。",
|
||||
NULL, " Those the village hold a grudge against die one after the other from mysterious causes.", Line_WaitForInput);
|
||||
NULL, " Those the village hold a grudge against die one after the other from mysterious causes. ", Line_ModeSpecific);
|
||||
PlaySE(3, "s01/11/120700088", 256, 64);
|
||||
if (AdvMode) { OutputLine("中年男", NULL, "Middle-Aged Man", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "過程はともかく、結果はそうなのです。」",
|
||||
NULL, " The means are different, but in the end the result is the same.\"", Line_ModeSpecific);
|
||||
NULL, "The means are different, but in the end the result is the same.\"", Line_ModeSpecific);
|
||||
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
@@ -3484,9 +3488,14 @@ void main()
|
||||
|
||||
//「神主はダム騒動当時、リーダーシップを期待されながらも、積極的な働きがなかったため、一部の村人から失望、反感を買っていました。¥
|
||||
PlaySE(3, "s01/11/120700089", 256, 64);
|
||||
if (AdvMode) { OutputLine("中年男", NULL, "Middle-Aged Man", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "「神主はダム騒動当時、リーダーシップを期待されながらも、積極的な働きがなかったため、一部の村人から失望、反感を買っていました。」",
|
||||
NULL, "\"The villagers had expected leadership from the Shinto priest at the time of the dam dispute. But he wasn't proactive, so there was a faction of villagers who harbored ill will towards him as a result.\"", Line_Normal);
|
||||
if (AdvMode) {
|
||||
OutputLine("中年男", NULL, "Middle-Aged Man", NULL, Line_ContinueAfterTyping);
|
||||
OutputLine(NULL, "「神主はダム騒動当時、リーダーシップを期待されながらも、積極的な働きがなかったため、一部の村人から失望、反感を買っていました。」",
|
||||
NULL, "<size=-2>\"The villagers had expected leadership from the Shinto priest at the time of the dam dispute. But he wasn't proactive, so there was a faction of villagers who harbored ill will towards him as a result.\"</size>", Line_Normal);
|
||||
} else {
|
||||
OutputLine(NULL, "「神主はダム騒動当時、リーダーシップを期待されながらも、積極的な働きがなかったため、一部の村人から失望、反感を買っていました。」",
|
||||
NULL, "\"The villagers had expected leadership from the Shinto priest at the time of the dam dispute. But he wasn't proactive, so there was a faction of villagers who harbored ill will towards him as a result.\"", Line_Normal);
|
||||
}
|
||||
ClearMessage();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user