07th-mod / 07th-mod/umineko-answer
In-game text delays are extended for no reason
- Lenguaje dominante
- Python
- Estrellas
- 29
- Forks
- 8
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
It was reported that in the answer arcs, in NVL mode, there are unexpected delays while playing. I checked one of the reported scenes:
```
langjp:dwave_jp 0, "voice\27\60700033.ogg":!s1「お、/
langjp:dwave_jp 0, "voice\27\60700034.ogg":!d600……お父様、/
langjp:dwave_jp 0, "voice\27\60700035.ogg":!d600……お気に召しませんでしたか…?」/
langen:dwave_eng 0, "voice\27\60700033.ogg":!s1^"...F-^@/
langen:delay 800:dwave_eng 0, "voice\27\60700034.ogg":^Father, ^@/
langen:delay 1300:dwave_eng 0, "voice\27\60700035.ogg":^...did you find the food displeasing...?"^@/
langjp!sd@
langen!sd@
```
The delays are indeed on purpose, however they've been extended compared to the original script (from 600 -> 800 and 600 -> 1300). I think this is meant to be to allow the voice line to play out, but when testing it seemed as if the delay happened first, then the voice played, so it just ended up making the delay longer for no reason.
For the question arcs, I think we have a special system for handling voices so they don't overlap, but I don't think this is in the answer arcs.
I'll have to check the git history to find why this change was made (and also check what I've done in the experimental script).
This issue doesn't happen all the time - only where the original script had delays inserted for dramatic effect.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Examina el sistema de análisis de scripts y manejo de voces, particularmente para el modo NVL en los arcos de respuesta. Revisa el historial de git para comprender el cambio en la extensión de retraso. Prueba la sincronización de los retrasos y la reproducción de voz en la escena proporcionada para confirmar el problema. Determina si es necesario portar o adaptar el sistema de prevención de superposición de voces del arco de preguntas.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- game-dev
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100