07th-mod / tatarigoroshi

30 stars 11 forks source link

Lipsync not working DAY 10 #93

Open FrederikaBern opened 5 months ago

FrederikaBern commented 5 months ago

In tatarigoroshi, in day 10, in a scene Chie speaks without lipsync, the incriminating phrases are this: //「......沙都子ちゃんは、わざと体に傷を作り、!w800...お義父さんに虐待を受けているとね、......自分で通報して、お義父さんを追い出そうとした。@ //「.........でも、!w800......結局、!w800...沙都子を虐めてたわけだろ、その義父は。@ if (GetGlobalFlag(GADVMode)) { OutputLine("知恵", NULL, "Chie", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(4, 22, "ps2/22/141400085", 540, TRUE); OutputLine(NULL, "「……沙都子ちゃんは、わざと体に傷を作り、", NULL, "\"...Satoko-chan purposely hurt herself...", Line_Continue);

// (backup) SetValidityOfInput( FALSE );
Wait( 800 );
// (backup) SetValidityOfInput( TRUE );

OutputLine(NULL, "…お義父さんに虐待を受けているとね、……自分で通報して、お義父さんを追い出そうとした。」",
       NULL, " and told them that she was being abused by her stepfather... in an attempt to chase him out.\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 1, "ps2/01/140100496", 540, TRUE);
OutputLine(NULL, "「………でも、",
       NULL, "\"...But...", Line_Continue);

// (backup) SetValidityOfInput( FALSE );
Wait( 800 );
// (backup) SetValidityOfInput( TRUE );

OutputLine(NULL, "……結局、",
       NULL, " in the end...", Line_Continue);

// (backup) SetValidityOfInput( FALSE );
Wait( 800 );
// (backup) SetValidityOfInput( TRUE );

OutputLine(NULL, "…沙都子を虐めてたわけだろ、その義父は。」",
       NULL, " her stepfather did abuse her, right?\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

//「いいえ@...虐待の話は全部、...沙都子ちゃんの作り話だった@...義理のお父さんは、もちろん少し感情的な叱り方をしてしまったかもしれないけど...逸脱してるほどではなかったの。¥ if (GetGlobalFlag(GADVMode)) { OutputLine("知恵", NULL, "Chie", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(4, 22, "ps2/22/141400086", 540, TRUE); OutputLine(NULL, "「いいえ。", NULL, "\"No.", Line_WaitForInput); ModPlayVoiceLS(4, 22, "ps2/22/141400087", 540, TRUE); OutputLine(NULL, "…虐待の話は全部、…沙都子ちゃんの作り話だった。", NULL, " ...All of the abuse... had been made up by Satoko-chan.", Line_WaitForInput); ModPlayVoiceLS(4, 22, "ps2/22/141400088", 540, TRUE); OutputLine(NULL, "…義理のお父さんは、もちろん少し感情的な叱り方をしてしまったかもしれないけど…逸脱してるほどではなかったの。」", NULL, " ...Her stepfather, of course, may have scolded her in a somewhat emotional way... but it was nothing out of the ordinary.\"", Line_Normal); ClearMessage();

orian34 commented 5 months ago

Please use permalinks to the files directly. It makes things easier.

drojf commented 5 months ago

@FrederikaBern type //「......沙都子ちゃんは、わざと体に傷を作り、!w800...お義父さんに in the search bar, then click "Search in this repository", it should bring you to the correct file (double check it's the right place)

Then highlight the section of code and get a link, following the instructions here t: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet

Once you've done that, you should get a link like https://github.com/07th-mod/tatarigoroshi/blob/d9670d2b751c04164afccf7d269b05da38e50151/Update/tata_010.txt#L1225-L1260

When you put that in a github comment/post it will auto embed as below:

https://github.com/07th-mod/tatarigoroshi/blob/d9670d2b751c04164afccf7d269b05da38e50151/Update/tata_010.txt#L1225-L1260

orian34 commented 5 months ago

Looking at the code I don't see what could cause the issue. Which voice line specifically?

FrederikaBern commented 5 months ago

@orian34 Sorry, it's my first time to report things here on github, I still need to learn ahahah

FrederikaBern commented 5 months ago

@drojf All right, sorry, from next time I will do so