Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect voice file play #64

Open
Tymaeus opened this issue Sep 20, 2020 · 1 comment
Open

Incorrect voice file play #64

Tymaeus opened this issue Sep 20, 2020 · 1 comment
Labels

Comments

@Tymaeus
Copy link
Contributor

Tymaeus commented Sep 20, 2020

In script 12, at the line "Forgive me, please!!" it instead plays the voice file for "This doesn't scare me, this doesn't hurt... Ahhhhhhhh...!!!" which also played in its correct spot.

@drojf
Copy link
Contributor

drojf commented Aug 21, 2022

This was reported again on discord:

I found another error in _meak_012.txt. It has the file ps2/06/150600996 for the line もう許して、本当に許してよぉ!!, but this doesn't match.
ps2/06/150600992 is identical to ps2/06/150600996
somebody opened an issue on github about this a couple years ago actually #64

150600992:

meakashi/Update/_meak_012.txt

Lines 2286 to 2287 in e297ea2

ModPlayVoiceLS(4, 6, "ps2/06/150600992", 540, TRUE);
OutputLine(NULL, " こんなの怖くない、こんなの痛くない…、",

150600996:

meakashi/Update/_meak_012.txt

Lines 2386 to 2387 in e297ea2

ModPlayVoiceLS(4, 6, "ps2/06/150600996", 540, TRUE);
OutputLine(NULL, " もう許して、本当に許してよぉ!!",

@drojf drojf added the bug label Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants