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

automatic text / voice advancement broken? #72

Open
zeparu opened this issue Nov 1, 2020 · 15 comments
Open

automatic text / voice advancement broken? #72

zeparu opened this issue Nov 1, 2020 · 15 comments

Comments

@zeparu
Copy link

zeparu commented Nov 1, 2020

ive been playing episode 5 and 6 so far, and it feels like automatic text advancement is completely broken, as in my memory, it never happened even once on my end.

but what i do know is happening is:

  • text displays, voice plays, waiting for user to advance
  • once user advances, the next voice/textline is delayed for approximately the duration of the last played voiceline, and then afterwards plays the text/voice

i assume these parts are when it should have been automatic advancement, but for some reason user advancement is placed right in the middle, so often times, it feels like i pressed spacebar, only to wait for 8 seconds until the next text plays

i dont have any specific examples on me right now, but i remember it happening consistently in episode 5 and 6

@drojf
Copy link
Contributor

drojf commented Nov 1, 2020

It's a bit hard to debug this without specific cases, if it happens to you again, can you please write down the text on the screen nearby when it happens (so I can look it up in the script)? If you can get two or three examples that would be even better, but I need at least one to begin working on it.

From memory we've had problems with this before, so it's not that surprising, but I still need an example of it so I can find similar cases.

@drojf
Copy link
Contributor

drojf commented Nov 1, 2020

Ah, I forgot to ask whether you were playing ADV mode or normal mode (or voice-only mode)

It would be great if you could fill this in:


The problem: [The game crashes on startup]

Reproduction Instructions: [Launch the game and wait 10 seconds]

The game: [Higurashi Ch.3]

The mod variant: [Full/Voice Only/ADV]

I bought the game at: [Steam/Mangagamer/GOG]

My operating system is: [Windows/MacOS/Linux]

I installed the base game: [Yesterday/Last Week/Last Year]

I installed the mod: [Manually/Using the Installer]

Mod Download and Install Date: [Downloaded and installed today / Downloaded a week ago, installed yesterday]

State anything "special" about your computer's setup: [School/Company Computer/Old Laptop]

What you have already done to fix the problem: [Nothing/I tried re-installing the mod]

@zeparu
Copy link
Author

zeparu commented Nov 1, 2020

The problem: auto text advancement broken

Reproduction Instructions: play the game

The game: umineko chiru

The mod variant: full mod (not adventure)

I bought the game at: steam

My operating system is: linux

I installed the base game: last year

I installed the mod: installer

Mod Download and Install Date: downloaded once i started playing ep6, maybe a few months back

State anything "special" about your computer's setup: /

What you have already done to fix the problem: /

ill probably play more today, and let you know some specific areas

@drojf
Copy link
Contributor

drojf commented Nov 1, 2020

actually wait a sec, I think I know what it is...

We had some issues with automatic text advancement causing other issues, so we issued a patch which would fix those issues, but the lines you're talking about.

0.zip (no clickwait fix version)

Place this file in your game folder (C:\games\Steam\steamapps\common\Umineko Chiru\0.u), replacing your existing 0.u file. You should probably make a backup of your old 0.u file.

You can try this script, but you'll likely encounter other issues. However if you're playing through the game, you can report those issues to me as you go and I'll see how fixable they are.

@zeparu
Copy link
Author

zeparu commented Nov 1, 2020

wait does the linux version of the ponscripter read the 0.u or the 0.utf, i cant remember

@drojf
Copy link
Contributor

drojf commented Nov 1, 2020

I think the newest version reads the 0.u file. It will give an error if you put the wrong file anyway, so just try both.

@zeparu
Copy link
Author

zeparu commented Nov 1, 2020

im reading the same chapter as yesterday now (spoiler) kyrie and jessica's fight in episode 6

almost at the very beginning there is an auto advance that was not present in the version before

0.u.backup

87691 langen:dwave_eng 0, "voice\04\60200226.ogg":^"...Well, ^@/
87692 langen:delay 1500:dwave_eng 0, "voice\04\60200227.ogg":^�...I sort of decided to head back to my room to get a book."^\

0.u (the version you uploaded here)

87691 langen:dwave_eng 0, "voice\04\60200226.ogg":^"...Well, ^/
87692 langen:delay 1500:dwave_eng 0, "voice\04\60200227.ogg":^�...I sort of decided to head back to my room to get a book."^\

and even without any voice lines

0.u.backup

87834 langen!s0^However,^@/
87835 langen!d800^ ...would it really be okay to sell her soul to demons...^@/
87836 langen!d800^�for the sake of love...?^@/
87837 langjp!sd\
87838 langen!sd\

0.u

87834 langen!s0^However,^/
87835 langen!d800^ ...would it really be okay to sell her soul to demons...^/
87836 langen!d800^�for the sake of love...?^/
87837 langjp!sd\
87838 langen!sd\

it looks like the current version that the installer installs, has every auto text advancement removed from the script

@zeparu
Copy link
Author

zeparu commented Nov 1, 2020

but it looks like the version you uploaded is missing some voice delays, for example here

87864 langjp:dwave_jp 0, "voice\04\60200235.ogg":「実は、あの、…………私、/
87865 langen:dwave_eng 0, "voice\04\60200235.ogg":^"Actually, umm, ......I...^/
87866 E_A
87867 langjp:dwave_jp 0, "voice\04\60200236.ogg":…好きな人がいるんです。」\
87868 ;<朱志香
87869 langen:dwave_eng 0, "voice\04\60200236.ogg":^�have someone I like."^\

@drojf
Copy link
Contributor

drojf commented Nov 1, 2020

it looks like the current version that the installer installs, has every auto text advancement removed from the script

that's correct, that was the fix that we applied, as strange as it sounds

but it looks like the version you uploaded is missing some voice delays, for example here

I'll check that out and get back to you, you're right that there should be a voice delay there

@drojf
Copy link
Contributor

drojf commented Nov 2, 2020

@zeparu Hi, here's the update script with the voice delays fixed. I also ported the voicedelay function from the question arcs so the delays are more accurate/aren't affected by how long the text takes to appear.

0_2020-11-02.zip

@zeparu
Copy link
Author

zeparu commented Nov 2, 2020

i finished playing through the same chapter now with the newest version you linked, and the auto advancement is working properly now again, no skipped voice lines either, once i start playing more ill let you know if i encounter any issues

@drojf
Copy link
Contributor

drojf commented Dec 7, 2020

@zeparu sorry to bug you, but how did it go? Did you encounter any issues or bugs?

@zeparu
Copy link
Author

zeparu commented Dec 7, 2020

i havent played much since then, ill report if i encounter any issues while playing ep6

@zeparu
Copy link
Author

zeparu commented Jan 20, 2021

i just finished reading the entirety of ep6 including tea party and witches' tea party and encountered no issues concerning the automatic text advancement from the version you sent me

@drojf
Copy link
Contributor

drojf commented Jan 20, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants