From 2b0255ce37e2c11dc0e27a8d243c477483ca6501 Mon Sep 17 00:00:00 2001 From: Norgus Date: Wed, 2 May 2018 21:08:30 +0100 Subject: [PATCH] day 14 censor --- Update/onik_014.txt | 16 ++++------------ Update/zonik_014_vm00_n01.txt | 19 +++++++++++++++++++ Update/zonik_014_vm0x_n01.txt | 19 +++++++++++++++++++ 3 files changed, 42 insertions(+), 12 deletions(-) create mode 100644 Update/zonik_014_vm00_n01.txt create mode 100644 Update/zonik_014_vm0x_n01.txt diff --git a/Update/onik_014.txt b/Update/onik_014.txt index d199c34..deda9a7 100644 --- a/Update/onik_014.txt +++ b/Update/onik_014.txt @@ -2068,18 +2068,10 @@ void main() // DrawBustshot( 3, "re_se_wa_a1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE ); // Commented out Rena's sprite change because the script from Sui takes her line out :( -//「…県立大島が強いらしいよ@左腕の亀田くんがすごいんだって@…頑張ってね!@ - if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); } - ModPlayVoiceLS(3, 3, "s01/03/120300137", 256, TRUE); - OutputLine(NULL, "「…野球部の強い高校、教えよっか?", - NULL, "\"...Want me to tell you the best highschools for baseball?", Line_WaitForInput); - ModPlayVoiceLS(3, 3, "s01/03/120300138", 256, TRUE); - OutputLine(NULL, "そこにいる左腕の、亀田くんがすごいピッチャーなんだけどさ。", - NULL, " See Kameda-kun over there? He's a southpaw and an amazing pitcher.", Line_WaitForInput); - ModPlayVoiceLS(3, 3, "s01/03/120300139", 256, TRUE); - OutputLine(NULL, "…頑張ってね!」", - NULL, " Good luck!\"", GetGlobalFlag(GLinemodeSp)); - if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } + //VoiceMatching + if(GetGlobalFlag(GCensor) >= 3){ModCallScriptSection("zonik_014_vm0x_n01","dialog000");} + if(GetGlobalFlag(GCensor) <= 2){ModCallScriptSection("zonik_014_vm00_n01","dialog000");} + //VoiceMatchingEnd diff --git a/Update/zonik_014_vm00_n01.txt b/Update/zonik_014_vm00_n01.txt new file mode 100644 index 0000000..de1d12d --- /dev/null +++ b/Update/zonik_014_vm00_n01.txt @@ -0,0 +1,19 @@ +void main() +{ +} + +void dialog000() +{ +//「…県立大島が強いらしいよ@左腕の亀田くんがすごいんだって@…頑張ってね!@ + if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); } + ModPlayVoiceLS(3, 3, "s01/03/120300137", 256, TRUE); + OutputLine(NULL, "「…県立大島が強いらしいよ。", + NULL, "\"...Regionally speaking, it seems that Oshima High is pretty strong.", Line_WaitForInput); + ModPlayVoiceLS(3, 3, "s01/03/120300138", 256, TRUE); + OutputLine(NULL, "左腕の亀田くんがすごいんだって。", + NULL, " They say their southpaw, Kameda-kun, is amazing.", Line_WaitForInput); + ModPlayVoiceLS(3, 3, "s01/03/120300139", 256, TRUE); + OutputLine(NULL, "…頑張ってね!」", + NULL, " Good luck!\"", GetGlobalFlag(GLinemodeSp)); + if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } +} diff --git a/Update/zonik_014_vm0x_n01.txt b/Update/zonik_014_vm0x_n01.txt new file mode 100644 index 0000000..745dfdd --- /dev/null +++ b/Update/zonik_014_vm0x_n01.txt @@ -0,0 +1,19 @@ +void main() +{ +} + +void dialog000() +{ +//「…県立大島が強いらしいよ@左腕の亀田くんがすごいんだって@…頑張ってね!@ + if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); } + ModPlayVoiceLS(3, 3, "s01/03/120300137", 256, TRUE); + OutputLine(NULL, "「…野球部の強い高校、教えよっか?", + NULL, "\"...Want me to tell you the best highschools for baseball?", Line_WaitForInput); + ModPlayVoiceLS(3, 3, "s01/03/120300138", 256, TRUE); + OutputLine(NULL, "そこにいる左腕の、亀田くんがすごいピッチャーなんだけどさ。", + NULL, " See Kameda-kun over there? He's a southpaw and an amazing pitcher.", Line_WaitForInput); + ModPlayVoiceLS(3, 3, "s01/03/120300139", 256, TRUE); + OutputLine(NULL, "…頑張ってね!」", + NULL, " Good luck!\"", GetGlobalFlag(GLinemodeSp)); + if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } +}