Lipsync update

This commit is contained in:
Jáchym Toušek
2017-12-08 18:45:24 +01:00
parent 86fe2aa010
commit 89f31f82b2
30 changed files with 6596 additions and 6596 deletions

View File

@@ -32,7 +32,7 @@ void main()
//「最近のカップめんは凝ってて種類も多いんだよ@どれも一通りは食ってみたいし。@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/01/440100041", 256);
ModPlayVoiceLS(3, 1, "s20/01/440100041", 256);
OutputLine(NULL, "「最近のカップめんは凝ってて種類も多いんだよ。",
NULL, "\"Cup noodles have gotten so elaborate recently, and there are a bunch of different types.", Line_Continue);
Wait (1600);
@@ -73,7 +73,7 @@ void main()
//「それじゃ1種類しか食えないよ@ 飽きちゃうって!@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/01/440100042", 256);
ModPlayVoiceLS(3, 1, "s20/01/440100042", 256);
OutputLine(NULL, "「それじゃ1種類しか食えないよ!",
NULL, "\"Then I'd only get to eat one kind!", Line_Continue);
Wait (1300);
@@ -139,7 +139,7 @@ void main()
//「豚骨はうまいんだよ@ 大盛りだけど大味ってわけじゃないし...
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/01/440100043", 256);
ModPlayVoiceLS(3, 1, "s20/01/440100043", 256);
OutputLine(NULL, "「豚骨はうまいんだよ!",
NULL, "\"Pork-bone is good!", Line_Continue);
Wait (1200);
@@ -811,7 +811,7 @@ void main()
//「.........え、..................え?@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
PlayVoice(3, "s20/01/440100044", 256);
ModPlayVoiceLS(3, 1, "s20/01/440100044", 256);
OutputLine(NULL, "「………え、………………え?」",
NULL, "\"...Wha... what?\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }