07th-mod / 07th-mod/umineko-question
Wrong voice /text for jes_2e210 due to ps3 game differences
- Dominant language
- C#
- Stars
- 98
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
During the festival, jessica has some lines which are voiced in the ps3 game, but not present as text in the original game. Someone has left a comment
```
;CG needs to change to c0202_b at "Don't Call Me an Ordinary Magician!"
;Possibly an exclusive PS3 scene?
```
the CG is not inserted...
a couple lines down, the voice file 'jes_2e210' = ''voice\04\20200210.ogg" is played. This doesn't correspond to the text which says "Again, today, behind me, the sound of footsteps!", instead, it announces the start of the song "Don't Call Me an Ordinary Magician!"
```
langen:dwave 0, jes_2e210:^^!s1^"Again, today, behind me, the sound of footsteps!^/
(there are some more lines here which have text but aren't voiced)
```
The easiest fix is to just take out the voice line, but if someone wants to play around with that scene or knows the ps3 game better than I do, they can try and fix it properly.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue points to a script file where voice line 'jes_2e210' is misaligned with displayed text. Look for the scene file containing the comment about CG change and the langen:dwave line. Examine the surrounding script to understand the scene structure. The fix involves either removing the voice line or adjusting the text to match the PS3 version, requiring familiarity with the game's scripting format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100