From bf6671138eb490555a4c846f4ce530ea624f78e2 Mon Sep 17 00:00:00 2001 From: ItaloKnox Date: Mon, 5 Mar 2018 04:01:41 -0300 Subject: [PATCH 1/6] Fix wrong voices --- Update/onik_001.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Update/onik_001.txt b/Update/onik_001.txt index 4861dfb..823743c 100644 --- a/Update/onik_001.txt +++ b/Update/onik_001.txt @@ -2142,11 +2142,10 @@ void main() //「ぼぅ、暴力反対ですのー!!!w600 証拠もないのにぃ~!!@ if (GetGlobalFlag(GADVMode)) { OutputLine("沙都子", NULL, "Satoko", NULL, Line_ContinueAfterTyping); } - PlayVoice(3, "s19/04/990400008", 256); + PlayVoice(3, "s19/04/990400009", 256); OutputLine(NULL, "「ぼぅ、暴力反対ですのー!!", NULL, "\"I-I'm against violence!!", Line_WaitForInput); - PlayVoice(3, "s19/04/990400009", 256); OutputLine(NULL, " 証拠もないのにぃ〜!!」", NULL, " You don't even have any proof!!\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } @@ -2333,7 +2332,6 @@ void main() OutputLine(NULL, "「…ひぅ!", NULL, "\"...Huu!", Line_WaitForInput); - PlayVoice(3, "s19/02/990200034", 256); OutputLine(NULL, " …だってだって…こんなにかぁいいよぅ?」", NULL, " ...But, but... they're sho kyute?\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } @@ -2348,7 +2346,7 @@ void main() //「でも...ちょっとくらいなら......だめかな?!d300だめかな?@ if (GetGlobalFlag(GADVMode)) { OutputLine("レナ", NULL, "Rena", NULL, Line_ContinueAfterTyping); } - PlayVoice(3, "s19/02/990200035", 256); + PlayVoice(3, "s19/02/990200034", 256); OutputLine(NULL, "「でも…ちょっとくらいなら……だめかな?", NULL, "\"But... just for a bit... is fine?", Line_Continue); From acceb3825f688f9e93d3e6ddec514c0214eeade2 Mon Sep 17 00:00:00 2001 From: ItaloKnox Date: Mon, 5 Mar 2018 21:31:06 -0300 Subject: [PATCH 2/6] More voice fixes --- Update/onik_001.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/onik_001.txt b/Update/onik_001.txt index 823743c..a2d406b 100644 --- a/Update/onik_001.txt +++ b/Update/onik_001.txt @@ -2077,11 +2077,11 @@ void main() PlayVoice(3, "s19/04/990400007", 256); OutputLine(NULL, "「言い掛かりでございますわぁ!", NULL, "\"Nothing but lies and slander!", Line_WaitForInput); + PlayVoice(3, "s19/04/990400008", 256); OutputLine(NULL, " 何の証拠があって", NULL, " Exactly what proof—", Line_ContinueAfterTyping); Wait( 300 ); - PlayVoice(3, "s19/04/990400010", 256); OutputLine(NULL, "…ふわッ!」", NULL, " ...Uwah!\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } From a221914c756259a65c71f697d969e847311a26a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Thu, 8 Mar 2018 21:18:42 +0100 Subject: [PATCH 3/6] Add new poem images --- Update/onik_009_02.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Update/onik_009_02.txt b/Update/onik_009_02.txt index 6c537e3..badae90 100644 --- a/Update/onik_009_02.txt +++ b/Update/onik_009_02.txt @@ -17,8 +17,10 @@ void main() Wait( 5000 ); PlayVoice(3, "s00/n/oni005", 256); Wait( 5000 ); + DrawScene( "title_oni", 1000 ); PlayVoice(3, "s00/n/oni007", 256); Wait( 2000 ); + DrawScene( "monologue_oni3", 1000 ); PlayVoice(3, "s00/n/oni008", 256); Wait( 3000 ); PlayVoice(3, "s00/n/oni009", 256); From deb1c98bfb56ff79acae869d480f0a12246d750d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Thu, 8 Mar 2018 22:42:02 +0100 Subject: [PATCH 4/6] Fix missing voice --- Update/onik_001.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Update/onik_001.txt b/Update/onik_001.txt index a2d406b..b98072d 100644 --- a/Update/onik_001.txt +++ b/Update/onik_001.txt @@ -2392,6 +2392,7 @@ void main() PlayVoice(3, "s19/02/990200035", 256); OutputLine(NULL, "「じゃあ見てるだけ。見てるだけだよ…。", NULL, "\"Then I can just look. Just looking...", Line_WaitForInput); + PlayVoice(3, "s19/02/990200036", 256); OutputLine(NULL, "それならいいよね。よね?」", NULL, " that should be fine, right? Right?\"", Line_Normal); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } From 08e5e964e96cb010a6fb38c949f2b03d2b13360c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Sun, 18 Mar 2018 00:18:40 +0100 Subject: [PATCH 5/6] Fix onik_009 --- Update/onik_009.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Update/onik_009.txt b/Update/onik_009.txt index ac0bdb1..cd2d6c3 100644 --- a/Update/onik_009.txt +++ b/Update/onik_009.txt @@ -2189,35 +2189,35 @@ void main() NULL, " Loli!", Line_Continue); PlaySE( 4, "wa_010", 128, 64 ); - OutputLineAll(NULL, "\n", Line_WaitForInput); + if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } //巫女!/ PlayVoice(3, "s19/01/hr_kei33830_02", 256); OutputLine(NULL, "巫女!", NULL, " Shrine maiden!", Line_Continue); PlaySE( 4, "wa_029", 128, 64 ); - OutputLineAll(NULL, "\n", Line_WaitForInput); + if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } //半涙!/ PlayVoice(3, "s19/01/hr_kei33830_03", 256); OutputLine(NULL, "半涙!", NULL, " Brink of crying!", Line_Continue); PlaySE( 4, "wa_012", 128, 64 ); - OutputLineAll(NULL, "\n", Line_WaitForInput); + if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } //みぃ!/ PlayVoice(3, "s19/01/hr_kei33830_04", 256); OutputLine(NULL, "みぃ!", NULL, " Mew!", Line_Continue); PlaySE( 4, "wa_016", 128, 64 ); - OutputLineAll(NULL, "\n", Line_WaitForInput); + if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } //完璧だッ!!/ PlayVoice(3, "s19/01/hr_kei33830_05", 256); OutputLine(NULL, "完璧だッ!!", NULL, " It was perfect!!", Line_Continue); PlaySE( 4, "wa_007", 128, 64 ); - OutputLineAll(NULL, "\n", Line_WaitForInput); + if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } //ただのコケを萌えにまで昇華した…!w500これぞまさに芸術と呼ぶに相応しいッ!!@ PlayVoice(3, "s19/01/hr_kei33830_06", 256); From 6ab484eb1ef726c38d00b59309529482d9ed6a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Sun, 18 Mar 2018 01:01:51 +0100 Subject: [PATCH 6/6] Remove wrong sprite --- Update/onik_009.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Update/onik_009.txt b/Update/onik_009.txt index cd2d6c3..82da6de 100644 --- a/Update/onik_009.txt +++ b/Update/onik_009.txt @@ -4289,9 +4289,6 @@ void main() - DisableWindow(); - DrawBustshotWithFiltering( 3, "tm_si_wa_a1", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE ); - //「沙都子ちゃんがんばれ~ッ!!@ if (GetGlobalFlag(GADVMode)) { OutputLine("レナ", NULL, "Rena", NULL, Line_ContinueAfterTyping); } PlayVoice(3, "s19/02/500200864", 256);