Skip to content

Commit

Permalink
Origin Voice Fixes - Rei
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorDiablo committed Aug 15, 2023
1 parent 70c2ab2 commit 4bcb9a2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Update/saikoroshi00.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ void main()
ModDrawCharacterWithFiltering(1, 5, "sprite/ri2_warai_a1_", "2", "effect/left", 0, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#6972c1>梨花</color>", NULL, "<color=#6972c1>Rika</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050001", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8000", 128, TRUE);
OutputLine(NULL, "「……圭一は、魅ぃに感謝した方がいいのですよ。",
NULL, "\"...Keiichi, you should thank Mii.", Line_WaitForInput);
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050002", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8001", 128, TRUE);
OutputLine(NULL, "もし魅ぃが白鳥さんのパンツを持ってきてなかったら、きっとオットセイさんがゆらゆらで大変なことになっていたのですよ。",
NULL, " If she hadn't brought those swan underpants, your 'swan' would have been swinging all over.", Line_WaitForInput);
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050003", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8002", 128, TRUE);
OutputLine(NULL, "にぱ〜☆」",
NULL, " Nipah~☆\"", Line_Normal);
ClearMessage();
Expand Down
18 changes: 10 additions & 8 deletions Update/saikoroshi01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5515,20 +5515,20 @@ void main()
ClearMessage();

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#8676cf>羽入</color>", NULL, "<color=#8676cf>Hanyuu</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 12, "ps3/s15/12/ds42070058", 128, TRUE);
ModPlayVoiceLS(4, 12, "org/hanyu8000", 128, TRUE);
OutputLine(NULL, "「………みんなが、",
NULL, "\"......Everyone...", Line_Continue);
OutputLine(NULL, "…あ、",
NULL, " had...", Line_Continue);
OutputLine(NULL, "って絶句して……。",
NULL, " their mouths wide open...", Line_WaitForInput);
ModPlayVoiceLS(4, 12, "ps3/s15/12/ds42070059", 128, TRUE);
ModPlayVoiceLS(4, 12, "org/hanyu8001", 128, TRUE);
OutputLine(NULL, "呆然として……。",
NULL, " in a daze...", Line_WaitForInput);
ModPlayVoiceLS(4, 12, "ps3/s15/12/ds42070060", 128, TRUE);
ModPlayVoiceLS(4, 12, "org/hanyu8002", 128, TRUE);
OutputLine(NULL, "車は急ブレーキでガードレールにぶつかってすごい音がしましたが、誰の耳にも入りませんでした。",
NULL, " The car's brakes screeched as it crashed into the guard rail, but nobody was listening.", Line_WaitForInput);
ModPlayVoiceLS(4, 12, "ps3/s15/12/ds42070061", 128, TRUE);
ModPlayVoiceLS(4, 12, "org/hanyu8003", 128, TRUE);
OutputLine(NULL, "……そして、",
NULL, " ...And then...", Line_Continue);
OutputLine(NULL, "……沙都子が、梨花の体に駆け寄るのですが、",
Expand All @@ -5543,6 +5543,7 @@ void main()
OutputLine(NULL, "……………ぅ……。",
NULL, " ............u... ", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#8676cf>羽入</color>", NULL, "<color=#8676cf>Hanyuu</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 12, "org/hanyu8004", 128, TRUE);
OutputLine(NULL, "………顔が、",
NULL, "......your face...", Line_Continue);
Wait( 800 );
Expand All @@ -5554,18 +5555,19 @@ void main()
ClearMessage();

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#6972c1>梨花</color>", NULL, "<color=#6972c1>Rika</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 5, "org/rika8003", 128, TRUE);
OutputLine(NULL, "「……車に潰されて、……頭がぺしゃんこだったってわけね……。",
NULL, "\"...The car... crushed my head flat...", Line_WaitForInput);
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050128", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8004", 128, TRUE);
OutputLine(NULL, "ははは、…はは。",
NULL, " Ha ha ha... ha ha.", Line_WaitForInput);
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050129", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8005", 128, TRUE);
OutputLine(NULL, "……知恵がいつも言ってたっけ。",
NULL, " ...Chie was always talking about this, wasn't she?", Line_WaitForInput);
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050130", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8006", 128, TRUE);
OutputLine(NULL, "…道路でふざけちゃいけませんって。",
NULL, " ...Never to play in the road.", Line_WaitForInput);
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050131", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8007", 128, TRUE);
OutputLine(NULL, "………ははははははは。」",
NULL, " ......Ha ha ha ha ha ha ha.\"", Line_Normal);
ClearMessage();
Expand Down
6 changes: 3 additions & 3 deletions Update/saikoroshi02_2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2374,13 +2374,13 @@ void main()
ClearMessage();

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#6972c1>梨花</color>", NULL, "<color=#6972c1>Rika</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050366", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8008", 128, TRUE);
OutputLine(NULL, "「……えぇ、もちろんよ。",
NULL, "\"......Yes, of course.", Line_WaitForInput);
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050367", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8009", 128, TRUE);
OutputLine(NULL, "このままじゃ、頭が変になったおかしな子と思われて終わりだもの。",
NULL, " At this rate, you'll think I'm crazy in the head, and it will all be over.", Line_WaitForInput);
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050368", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8010", 128, TRUE);
OutputLine(NULL, "その失礼な誤解を解かなくちゃ後味が悪いわ。」",
NULL, " It would leave a bad taste in my mouth if I didn't clear up such a rude misunderstanding.\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
Expand Down
3 changes: 2 additions & 1 deletion Update/saikoroshi03.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1463,9 +1463,10 @@ void main()
ClearMessage();

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#8676cf>羽入</color>", NULL, "<color=#8676cf>Hanyuu</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 12, "ps3/s15/12/ds42070245", 128, TRUE);
ModPlayVoiceLS(4, 12, "org/hanyu8005", 128, TRUE);
OutputLine(NULL, "「ですから、その神さまは元の世界へ戻る道も与えてくれました。",
NULL, "\"Which is why that god gave you the chance to go back to your old world, too.", Line_WaitForInput);
ModPlayVoiceLS(4, 12, "org/hanyu8006", 128, TRUE);
OutputLine(NULL, "………母殺しという最大の罪を犯すことによって、",
NULL, " ...By committing the gravest sin of matricide...", Line_Continue);
Wait( 900 );
Expand Down
2 changes: 1 addition & 1 deletion Update/saikoroshi04.txt
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ void main()

SetSpeedOfMessage( TRUE, 128 );
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#6972c1>梨花</color>", NULL, "<color=#6972c1>Rika</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 5, "ps3/s15/05/ds42050551", 128, TRUE);
ModPlayVoiceLS(4, 5, "org/rika8011", 128, TRUE);
OutputLine(NULL, "「……じゃあ、",
NULL, "\"...Then.........", Line_Continue);
Wait( 2000 );
Expand Down

0 comments on commit 4bcb9a2

Please sign in to comment.