07th-mod / matsuribayashi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate voice line / text lines to be merged as there is only one voice line

drojf opened this issue · comments

Duplicate voice line reported on discord

matsuribayashi/Update/_kakera08.txt

    ModPlayVoiceLS(4, 7, "ps3/s20/07/vtk1_satoshi1131", 128, TRUE);
    OutputLine(NULL, "…だから、",
           NULL, " That's why...", Line_WaitForInput);
    ModPlayVoiceLS(4, 7, "ps3/s20/07/vtk1_satoshi1131", 128, TRUE);
    OutputLine(NULL, "…そんな僕をオヤシロさまは許さなかったんだ……。",
           NULL, " Oyashiro-sama got angry...", Line_WaitForInput);

I don't know if this is the right place to talk about this but I believe it should be like this.

    ModPlayVoiceLS(4, 7, "ps3/s20/07/vtk1_satoshi1131", 128, TRUE);
    OutputLine(NULL, "…だから、…そんな僕をオヤシロさまは許さなかったんだ……。",
           NULL, " That's why... Oyashiro-sama got angry...", Line_WaitForInput);

// (backup) SetValidityOfInput( TRUE );
OutputLine(NULL, "……僕はそのお金でどこか遠くに逃げてしまおうって思ってたんだ……。",
NULL, " I was thinking about running away...", Line_WaitForInput);
ModPlayVoiceLS(4, 7, "ps3/s20/07/vtk1_satoshi1131", 128, TRUE);
OutputLine(NULL, "…だから、",
NULL, " That's why...", Line_WaitForInput);
ModPlayVoiceLS(4, 7, "ps3/s20/07/vtk1_satoshi1131", 128, TRUE);
OutputLine(NULL, "…そんな僕をオヤシロさまは許さなかったんだ……。",
NULL, " Oyashiro-sama got angry...", Line_WaitForInput);