diff --git a/Update/onik_011.txt b/Update/onik_011.txt
index d288326..f931efe 100644
--- a/Update/onik_011.txt
+++ b/Update/onik_011.txt
@@ -1332,12 +1332,10 @@ void main()
FadeBustshot( 3, FALSE, 0, 0, 0, 0, 200, TRUE );
ModDrawCharacterWithFiltering(3, 5, "sprite/normal/ri1_def_a1_", "0", "left", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
-//「…家業手伝いは除くと書いてありますです。@
- if (GetGlobalFlag(GADVMode)) { OutputLine("梨花", NULL, "Rika", NULL, Line_ContinueAfterTyping); }
- ModPlayVoiceLS(3, 5, "s01/05/120500020", 256, TRUE);
- OutputLine(NULL, "「…家事手伝いは除くと書いてありますです。」",
- NULL, "\"...There's a clause that states household chores are excluded.\"", GetGlobalFlag(GLinemodeSp));
- if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+ //VoiceMatching
+ if(GetGlobalFlag(GCensor) >= 2){ModCallScriptSection("zonik_011_vm0x_n01","dialog000");}
+ if(GetGlobalFlag(GCensor) <= 1){ModCallScriptSection("zonik_011_vm00_n01","dialog000");}
+ //VoiceMatchingEnd
@@ -1665,15 +1663,10 @@ void main()
DisableWindow();
ModDrawCharacterWithFiltering(1, 5, "sprite/normal/ri1_niko_a1_", "0", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
-//「…いっぱいいっぱい慰みものにされましたですね@かわいそかわいそです。@
- if (GetGlobalFlag(GADVMode)) { OutputLine("梨花", NULL, "Rika", NULL, Line_ContinueAfterTyping); }
- ModPlayVoiceLS(3, 5, "s01/05/120500024", 256, TRUE);
- OutputLine(NULL, "「…いっぱいいっぱい甚振られましたですね。",
- NULL, "\"...Being picked on so much by Keiichi-kun.", Line_WaitForInput);
- ModPlayVoiceLS(3, 5, "s01/05/120500025", 256, TRUE);
- OutputLine(NULL, "かわいそかわいそです。」",
- NULL, " You poor thing.\"", GetGlobalFlag(GLinemodeSp));
- if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+ //VoiceMatching
+ if(GetGlobalFlag(GCensor) >= 4){ModCallScriptSection("zonik_011_vm0x_n01","dialog001");}
+ if(GetGlobalFlag(GCensor) <= 3){ModCallScriptSection("zonik_011_vm00_n01","dialog001");}
+ //VoiceMatchingEnd
@@ -4035,9 +4028,10 @@ void main()
ModPlayVoiceLS(3, 11, "s01/11/120700159", 256, TRUE);
OutputLine(NULL, "「えぇ逮捕されてます。",
NULL, "\"Yeah, we arrested him.", Line_WaitForInput);
- ModPlayVoiceLS(3, 11, "s01/11/120700160", 256, TRUE);
- OutputLine(NULL, "以前に、逮捕歴もあるやつでしてね。",
- NULL, " He already had a criminal record from before.", Line_WaitForInput);
+ //VoiceMatching
+ if(GetGlobalFlag(GCensor) >= 3){ModCallScriptSection("zonik_011_vm0x_n01","dialog000");}
+ if(GetGlobalFlag(GCensor) <= 2){ModCallScriptSection("zonik_011_vm00_n01","dialog000");}
+ //VoiceMatchingEnd
ModPlayVoiceLS(3, 11, "s01/11/120700161", 256, TRUE);
OutputLine(NULL, "別件で取調べ中に犯行を自供してます。",
NULL, " He admitted to the crime while being questioned about a different incident.", Line_WaitForInput);
diff --git a/Update/zonik_011_vm00_n01.txt b/Update/zonik_011_vm00_n01.txt
new file mode 100644
index 0000000..eb8de4d
--- /dev/null
+++ b/Update/zonik_011_vm00_n01.txt
@@ -0,0 +1,33 @@
+void main()
+{
+}
+
+void dialog000()
+{
+//「…家業手伝いは除くと書いてありますです。@
+ if (GetGlobalFlag(GADVMode)) { OutputLine("梨花", NULL, "Rika", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 5, "s01/05/120500020", 256, TRUE);
+ OutputLine(NULL, "「…家業手伝いは除くと書いてありますです。」",
+ NULL, "\"...There's a clause that states family businesses are excluded.\"", GetGlobalFlag(GLinemodeSp));
+ if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+}
+
+void dialog001()
+{
+//「…いっぱいいっぱい慰みものにされましたですね@かわいそかわいそです。@
+ if (GetGlobalFlag(GADVMode)) { OutputLine("梨花", NULL, "Rika", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 5, "s01/05/120500024", 256, TRUE);
+ OutputLine(NULL, "「…いっぱいいっぱい慰みものにされましたですね。",
+ NULL, "\"...She was used as a plaything for quite a while.", Line_WaitForInput);
+ ModPlayVoiceLS(3, 5, "s01/05/120500025", 256, TRUE);
+ OutputLine(NULL, "かわいそかわいそです。」",
+ NULL, " You poor thing.\"", GetGlobalFlag(GLinemodeSp));
+ if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+}
+
+void dialog002()
+{
+ ModPlayVoiceLS(3, 11, "s01/11/120700160", 256, TRUE);
+ OutputLine(NULL, "覚醒剤の常習歴もあるトンチンカンでしてね。",
+ NULL, " He was just a miscreant with a record of narcotics abuse.", Line_WaitForInput);
+}
diff --git a/Update/zonik_011_vm0x_n01.txt b/Update/zonik_011_vm0x_n01.txt
new file mode 100644
index 0000000..9739893
--- /dev/null
+++ b/Update/zonik_011_vm0x_n01.txt
@@ -0,0 +1,33 @@
+void main()
+{
+}
+
+void dialog000()
+{
+//「…家業手伝いは除くと書いてありますです。@
+ if (GetGlobalFlag(GADVMode)) { OutputLine("梨花", NULL, "Rika", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 5, "s01/05/120500020", 256, TRUE);
+ OutputLine(NULL, "「…家事手伝いは除くと書いてありますです。」",
+ NULL, "\"...There's a clause that states household chores are excluded.\"", GetGlobalFlag(GLinemodeSp));
+ if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+}
+
+void dialog001()
+{
+//「…いっぱいいっぱい慰みものにされましたですね@かわいそかわいそです。@
+ if (GetGlobalFlag(GADVMode)) { OutputLine("梨花", NULL, "Rika", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 5, "s01/05/120500024", 256, TRUE);
+ OutputLine(NULL, "「…いっぱいいっぱい甚振られましたですね。",
+ NULL, "\"...Being picked on so much by Keiichi-kun.", Line_WaitForInput);
+ ModPlayVoiceLS(3, 5, "s01/05/120500025", 256, TRUE);
+ OutputLine(NULL, "かわいそかわいそです。」",
+ NULL, " You poor thing.\"", GetGlobalFlag(GLinemodeSp));
+ if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+}
+
+void dialog002()
+{
+ ModPlayVoiceLS(3, 11, "s01/11/120700160", 256, TRUE);
+ OutputLine(NULL, "以前に、逮捕歴もあるやつでしてね。",
+ NULL, " He already had a criminal record from before.", Line_WaitForInput);
+}