diff --git a/Update/onik_009.txt b/Update/onik_009.txt index 8d67ebf..3eafaaf 100644 --- a/Update/onik_009.txt +++ b/Update/onik_009.txt @@ -2202,9 +2202,10 @@ void main() ModPlayVoiceLS(3, 1, "s19/01/hr_kei33830", 256, TRUE); OutputLine(NULL, "どこまで取っても一部の隙もない。", NULL, " Not a single element was overlooked.", Line_WaitForInput); - ModPlayVoiceLS(3, 1, "s19/01/hr_kei33830_01", 256, TRUE); - OutputLine(NULL, "ちびっ子!", - NULL, " Loli!", Line_Continue); + //VoiceMatching + if(GetGlobalFlag(GCensor) >= 2){ModCallScriptSection("zonik_009_vm0x_n01","dialog000");} + if(GetGlobalFlag(GCensor) <= 1){ModCallScriptSection("zonik_009_vm00_n01","dialog000");} + //VoiceMatchingEnd PlaySE( 4, "wa_010", 128, 64 ); if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } @@ -2837,15 +2838,10 @@ void main() DisableWindow(); ModDrawCharacter(3, 3, "sprite/normal/me2_wink_a1_", "1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE ); -//「な、…なぁんだ…@ てっきりおじさんは圭一のかぁいいオットセイかと~!!@ - if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); } - ModPlayVoiceLS(3, 3, "s19/03/500300731", 256, TRUE); - OutputLine(NULL, "「な、…なぁんだ…!", - NULL, "\"Oh... Ohhh...!", Line_WaitForInput); - ModPlayVoiceLS(3, 3, "s19/03/500300732", 256, TRUE); - OutputLine(NULL, " てっきりおじさんは圭ちゃんの・・・ あははははっはぁ~!!」", - NULL, " This old man thought you meant it was Keiichi's... Ahahaha.. haaa!!\"", GetGlobalFlag(GLinemodeSp)); - if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } + //VoiceMatching + if(GetGlobalFlag(GCensor) >= 2){ModCallScriptSection("zonik_009_vm0x_n01","dialog001");} + if(GetGlobalFlag(GCensor) <= 1){ModCallScriptSection("zonik_009_vm00_n01","dialog001");} + //VoiceMatchingEnd @@ -3520,15 +3516,10 @@ void main() -//「身包み剥いでッ!@ ケツの毛までひん剥いてやるぜぇえぇえッ!!!!@ - if (GetGlobalFlag(GADVMode)) { OutputLine("圭一", NULL, "Keiichi", NULL, Line_ContinueAfterTyping); } - ModPlayVoiceLS(3, 1, "s19/01/hr_kei34010", 256, TRUE); - OutputLine(NULL, "「身包み剥いでッ!!", - NULL, "\"We'll leave you with nothing!", Line_WaitForInput); - ModPlayVoiceLS(3, 1, "s19/01/hr_kei34020", 256, TRUE); - OutputLine(NULL, " 地獄の底に叩き落としてやるぜぇえぇえッ!!!!」", - NULL, " And beat you into the depths of hell!!\"", GetGlobalFlag(GLinemodeSp)); - if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } + //VoiceMatching + if(GetGlobalFlag(GCensor) >= 3){ModCallScriptSection("zonik_009_vm0x_n01","dialog000");} + if(GetGlobalFlag(GCensor) <= 2){ModCallScriptSection("zonik_009_vm00_n01","dialog000");} + //VoiceMatchingEnd diff --git a/Update/zonik_009_vm00_n01.txt b/Update/zonik_009_vm00_n01.txt new file mode 100644 index 0000000..0c7b0ed --- /dev/null +++ b/Update/zonik_009_vm00_n01.txt @@ -0,0 +1,36 @@ +void main() +{ +} + +void dialog000() +{ + ModPlayVoiceLS(3, 1, "s19/01/hr_kei33830_01", 256, TRUE); + OutputLine(NULL, "ロリ!", + NULL, " Loli!", Line_Continue); +} + +void dialog001() +{ +//「な、…なぁんだ…@ てっきりおじさんは圭一のかぁいいオットセイかと~!!@ + if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); } + ModPlayVoiceLS(3, 3, "s19/03/500300731", 256, TRUE); + OutputLine(NULL, "「な、…なぁんだ…!", + NULL, "\"Oh... Ohhh...!", Line_WaitForInput); + ModPlayVoiceLS(3, 3, "s19/03/500300732", 256, TRUE); + OutputLine(NULL, " てっきりおじさんは圭一のかぁいいオットセイかと〜!!」", + NULL, " This old man thought you meant it was Keiichi's kyute little fur seal!!\"", GetGlobalFlag(GLinemodeSp)); + if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } +} + +void dialog002() +{ +//「身包み剥いでッ!@ ケツの毛までひん剥いてやるぜぇえぇえッ!!!!@ + if (GetGlobalFlag(GADVMode)) { OutputLine("圭一", NULL, "Keiichi", NULL, Line_ContinueAfterTyping); } + ModPlayVoiceLS(3, 1, "s19/01/hr_kei34010", 256, TRUE); + OutputLine(NULL, "「身包み剥いでッ!!", + NULL, "\"We'll leave you with nothing!", Line_WaitForInput); + ModPlayVoiceLS(3, 1, "s19/01/hr_kei34020", 256, TRUE); + OutputLine(NULL, " ケツの毛までひん剥いてやるぜぇえぇえッ!!!!」", + NULL, " We won't even leave the hairs on your butt!!\"", GetGlobalFlag(GLinemodeSp)); + if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } +} diff --git a/Update/zonik_009_vm0x_n01.txt b/Update/zonik_009_vm0x_n01.txt new file mode 100644 index 0000000..fad28d1 --- /dev/null +++ b/Update/zonik_009_vm0x_n01.txt @@ -0,0 +1,36 @@ +void main() +{ +} + +void dialog000() +{ + ModPlayVoiceLS(3, 1, "s19/01/hr_kei33830_01", 256, TRUE); + OutputLine(NULL, "ちびっ子!", + NULL, " She's tiny!", Line_Continue); +} + +void dialog001() +{ +//「な、…なぁんだ…@ てっきりおじさんは圭一のかぁいいオットセイかと~!!@ + if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); } + ModPlayVoiceLS(3, 3, "s19/03/500300731", 256, TRUE); + OutputLine(NULL, "「な、…なぁんだ…!", + NULL, "\"Oh... Ohhh...!", Line_WaitForInput); + ModPlayVoiceLS(3, 3, "s19/03/500300732", 256, TRUE); + OutputLine(NULL, " てっきりおじさんは圭ちゃんの・・・ あははははっはぁ~!!」", + NULL, " This old man thought you meant it was Keiichi's... Ahahaha.. haaa!!\"", GetGlobalFlag(GLinemodeSp)); + if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } +} + +void dialog002() +{ +//「身包み剥いでッ!@ ケツの毛までひん剥いてやるぜぇえぇえッ!!!!@ + if (GetGlobalFlag(GADVMode)) { OutputLine("圭一", NULL, "Keiichi", NULL, Line_ContinueAfterTyping); } + ModPlayVoiceLS(3, 1, "s19/01/hr_kei34010", 256, TRUE); + OutputLine(NULL, "「身包み剥いでッ!!", + NULL, "\"We'll leave you with nothing!", Line_WaitForInput); + ModPlayVoiceLS(3, 1, "s19/01/hr_kei34020", 256, TRUE); + OutputLine(NULL, " 地獄の底に叩き落としてやるぜぇえぇえッ!!!!」", + NULL, " And beat you into the depths of hell!!\"", GetGlobalFlag(GLinemodeSp)); + if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } +}