diff --git a/Update/onik_009.txt b/Update/onik_009.txt index b0cc059..10e32c2 100644 --- a/Update/onik_009.txt +++ b/Update/onik_009.txt @@ -1841,19 +1841,10 @@ void main() DisableWindow(); ModDrawCharacter(1, 3, "sprite/normal/me2_warai_a1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE ); -//「…凡カレーに…緊張蚊取線香…オロ波ンCぃッ!!!!w200 どうッ?!?!¥ - if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); } - ModPlayVoiceLS(3, 3, "ps3/s19/03/500300718", 256, TRUE); - OutputLine(NULL, "「…凡カレーに…緊張蚊取線香…オロ波ンCぃッ!!!", - NULL, "\"...Pleb Curry... Snake coil incense... and Oronamin C!!!", Line_Continue); - - // (backup) SetValidityOfInput( FALSE ); - Wait( 400 ); - // (backup) SetValidityOfInput( TRUE ); - - OutputLine(NULL, " どうッ?!?!」", - NULL, " How about this!?!?\"", Line_Normal); - ClearMessage(); + //VoiceMatching + if(GetGlobalFlag(GCensor) >= 2){ModCallScriptSection("zonik_009_vm0x_n01","dialog003");} + if(GetGlobalFlag(GCensor) <= 1){ModCallScriptSection("zonik_009_vm00_n01","dialog003");} + //VoiceMatchingEnd // し、渋い……渋過ぎるぜ魅音…@ diff --git a/Update/onik_009_02.txt b/Update/onik_009_02.txt index d061538..ac3a5a8 100644 --- a/Update/onik_009_02.txt +++ b/Update/onik_009_02.txt @@ -884,21 +884,10 @@ void main() ClearMessage(); -//「さらに翌年@綿流しの晩@今度は神社の神主が原因不明の奇病で急死した@奥さんはその晩の内に沼に入水自殺した。@ - if (GetGlobalFlag(GADVMode)) { OutputLine("富竹", NULL, "Tomitake", NULL, Line_ContinueAfterTyping); } - ModPlayVoiceLS(3, 8, "ps3/s01/08/120800036", 256, TRUE); - OutputLine(NULL, "「さらに翌年。", - NULL, "\"Then the next year.", Line_WaitForInput); - ModPlayVoiceLS(3, 8, "ps3/s01/08/120800037", 256, TRUE); - OutputLine(NULL, "綿流しの晩。", - NULL, " The night of the Watanagashi.", Line_WaitForInput); - ModPlayVoiceLS(3, 8, "ps3/s01/08/120800038", 256, TRUE); - OutputLine(NULL, "今度は神社の神主が原因不明の奇病で急死した。", - NULL, " The shrine's Shinto priest died suddenly from an unknown illness.", Line_WaitForInput); - ModPlayVoiceLS(3, 8, "ps3/s01/08/120800039", 256, TRUE); - OutputLine(NULL, "奥さんはその晩の内に沼に入水自殺した。」", - NULL, " His wife drowned herself in the bog that night.\"", GetGlobalFlag(GLinemodeSp)); - if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } + //VoiceMatching + if(GetGlobalFlag(GCensor) >= 2){ModCallScriptSection("zonik_009_02_vm0x_n01","dialog000");} + if(GetGlobalFlag(GCensor) <= 1){ModCallScriptSection("zonik_009_02_vm00_n01","dialog000");} + //VoiceMatchingEnd @@ -1759,9 +1748,10 @@ void main() //「でも、奇病ですよ@ この医学の進歩した時代に原因不明なんて…。¥ if (GetGlobalFlag(GADVMode)) { OutputLine("圭一", NULL, "Keiichi", NULL, Line_ContinueAfterTyping); } - ModPlayVoiceLS(3, 1, "ps3/s01/01/120100029", 256, TRUE); + ModPlayVoiceLS(3, 1, "ps2/01/120100029", 256, TRUE); OutputLine(NULL, "「でも、奇病ですよ?", - NULL, "\"But it was an unknown illness.", Line_Continue); + NULL, "\"But it was an unknown illness.", Line_WaitForInput); + ModPlayVoiceLS(3, 1, "ps3/s01/01/120100029", 256, TRUE); OutputLine(NULL, " この医学の進歩した時代に原因不明なんて…。」", NULL, " It's hard to believe such a thing could exist with all our advances in medicine...\"", Line_Normal); ClearMessage(); diff --git a/Update/zonik_009_02_vm00_n01.txt b/Update/zonik_009_02_vm00_n01.txt new file mode 100644 index 0000000..f8c8d20 --- /dev/null +++ b/Update/zonik_009_02_vm00_n01.txt @@ -0,0 +1,22 @@ +void main() +{ +} + +void dialog000() +{ +//「さらに翌年@綿流しの晩@今度は神社の神主が原因不明の奇病で急死した@奥さんはその晩の内に沼に入水自殺した。@ + if (GetGlobalFlag(GADVMode)) { OutputLine("富竹", NULL, "Tomitake", NULL, Line_ContinueAfterTyping); } + ModPlayVoiceLS(3, 8, "ps3/s01/08/120800036", 256, TRUE); + OutputLine(NULL, "「さらに翌年。", + NULL, "\"Then the next year.", Line_WaitForInput); + ModPlayVoiceLS(3, 8, "ps3/s01/08/120800037", 256, TRUE); + OutputLine(NULL, "綿流しの晩。", + NULL, " The night of the Watanagashi.", Line_WaitForInput); + ModPlayVoiceLS(3, 8, "ps3/s01/08/120800038", 256, TRUE); + OutputLine(NULL, "今度は神社の神主が原因不明の奇病で急死した。", + NULL, " The shrine's Shinto priest died suddenly from an unknown illness.", Line_WaitForInput); + ModPlayVoiceLS(3, 8, "ps3/s01/08/120800039", 256, TRUE); + OutputLine(NULL, "奥さんはその晩の内に沼に入水自殺した。」", + NULL, " His wife drowned herself in the bog that night.\"", GetGlobalFlag(GLinemodeSp)); + if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } +} diff --git a/Update/zonik_009_02_vm0x_n01.txt b/Update/zonik_009_02_vm0x_n01.txt new file mode 100644 index 0000000..f1ab2ed --- /dev/null +++ b/Update/zonik_009_02_vm0x_n01.txt @@ -0,0 +1,22 @@ +void main() +{ +} + +void dialog000() +{ +//「さらに翌年@綿流しの晩@今度は神社の神主が原因不明の奇病で急死した@奥さんはその晩の内に沼に入水自殺した。@ + if (GetGlobalFlag(GADVMode)) { OutputLine("富竹", NULL, "Tomitake", NULL, Line_ContinueAfterTyping); } + ModPlayVoiceLS(3, 8, "ps3/s01/08/120800036", 256, TRUE); + OutputLine(NULL, "「さらに翌年。", + NULL, "\"Then the next year.", Line_WaitForInput); + ModPlayVoiceLS(3, 8, "ps3/s01/08/120800037", 256, TRUE); + OutputLine(NULL, "綿流しの晩。", + NULL, " The night of the Watanagashi.", Line_WaitForInput); + ModPlayVoiceLS(3, 8, "ps3/s01/08/120800038", 256, TRUE); + OutputLine(NULL, "今度は神社の神主が原因不明で急死した。", + NULL, " The shrine's Shinto priest died suddenly from an unknown illness.", Line_WaitForInput); + ModPlayVoiceLS(3, 8, "ps3/s01/08/120800039", 256, TRUE); + OutputLine(NULL, "奥さんはその晩の内に沼に入水自殺した。」", + NULL, " His wife drowned herself in the bog that night.\"", GetGlobalFlag(GLinemodeSp)); + if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } +} diff --git a/Update/zonik_009_vm00_n01.txt b/Update/zonik_009_vm00_n01.txt index dfb570c..892c5bb 100644 --- a/Update/zonik_009_vm00_n01.txt +++ b/Update/zonik_009_vm00_n01.txt @@ -34,3 +34,20 @@ void dialog002() NULL, " We won't even leave the hairs on your butt!!\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } } + +void dialog003() +{ +//「…凡カレーに…緊張蚊取線香…オロ波ンCぃッ!!!!w200 どうッ?!?!¥ + if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); } + ModPlayVoiceLS(3, 3, "ps3/s19/03/500300718", 256, TRUE); + OutputLine(NULL, "「…凡カレーに…緊張蚊取線香…オロ波ンCぃッ!!!", + NULL, "\"...Pleb Curry... Snake coil incense... and Oronamin C!!!", Line_Continue); + + // (backup) SetValidityOfInput( FALSE ); + Wait( 400 ); + // (backup) SetValidityOfInput( TRUE ); + + OutputLine(NULL, " どうッ?!?!」", + NULL, " How about this!?!?\"", Line_Normal); + ClearMessage(); +} diff --git a/Update/zonik_009_vm0x_n01.txt b/Update/zonik_009_vm0x_n01.txt index e6206d4..dad3100 100644 --- a/Update/zonik_009_vm0x_n01.txt +++ b/Update/zonik_009_vm0x_n01.txt @@ -34,3 +34,20 @@ void dialog002() NULL, " And beat you into the depths of hell!!\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } } + +void dialog003() +{ +//「…凡カレーに…緊張蚊取線香…オロ波ンCぃッ!!!!w200 どうッ?!?!¥ + if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); } + ModPlayVoiceLS(3, 3, "ps3/s19/03/500300718", 256, TRUE); + OutputLine(NULL, "「…カレーに…蚊取線香…昔なつかしのブリキ看板だっ!!!", + NULL, "\"...Pleb Curry... Snake coil incense... nostalgic tin signs from the old days!!!", Line_Continue); + + // (backup) SetValidityOfInput( FALSE ); + Wait( 400 ); + // (backup) SetValidityOfInput( TRUE ); + + OutputLine(NULL, " どうッ?!?!」", + NULL, " How about this!?!?\"", Line_Normal); + ClearMessage(); +} diff --git a/spectrum/ps2/01/120100029.txt b/spectrum/ps2/01/120100029.txt new file mode 100644 index 0000000..fd8456f --- /dev/null +++ b/spectrum/ps2/01/120100029.txt @@ -0,0 +1 @@ +0,0,1,1,0,0,0,1,0,1,1,1,1,1, \ No newline at end of file diff --git a/voice/ps2/01/120100029.ogg b/voice/ps2/01/120100029.ogg new file mode 100644 index 0000000..9df5fbb Binary files /dev/null and b/voice/ps2/01/120100029.ogg differ