07th-mod / 07th-mod/umineko-question

Missing voices at clickwaits and other voice issues

未關閉
#173 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
C#
星號
98
分支
10
PR 合併指標
30 天內沒有已合併 PR

描述

> It seems kan_2e529 is supposed to play at the clickwait here. I checked the audio file (voice\16\20600529.ogg) and confirmed that it matches the text (あいつはそうするとはっきり僕に言ったよ。).
>
> ```
> advchar "16"
> langjp:dwave_jp 0, kan_2e528:「…あいつはお館様の財産を独り占めするために、台風が過ぎ去るまでに、どんな手を使ってでも皆殺しにする気なんだ。@あいつはそうするとはっきり僕に言ったよ。」\
> ;<嘉音
> langen:dwave_eng 0, kan_2e528:^"...She wants to kill everyone by any means necessary before the typhoon passes, so that she can have the Master's wealth all to herself.^@^ She told me that clearly."^\
> ```
> could potentially be worth checking to see if all the voice labels defined in the script are actually used. I've noticed a couple instances
> like this in the past where voices didn't play

Reported on experimental script, but probably affects normal script as well

----

`voice\27\20701429.ogg` missing from voice archives (need to check ps3 game to see if it actually exists)

> anyway looks like I spoke too soon (bad habit of mine). the replacement line in this image is actually a replacement for the next line in the dialogue, which was also censored. so the bea_2e1429 line (You wanted him to hold you, didn't yooooooooooou?) really was skipped entirely by the ps3 version. so I wouldn't expect there to be a corresponding voice file.
>
> still strange how there's a gap in the voice file sequence, though (between 20701428.ogg and 20701430.ogg)
>

----

> found a mistake in the voices in episode 3. the voice clip but_3e302 was skipped

![image](https://user-images.githubusercontent.com/1249449/212199034-da18397a-9bfe-4d0c-9775-b1305cecd729.png)

----

- [ ] Check for voice files never used in game script
- [ ] Check all voice files in script exist on disk (only if voice is actually used in game script!)
- [X] `voice\27\20701429.ogg` missing from voice archives (need to check ps3 game to see if it actually exists)
- this file is missing from ps3 game files - likely censored
- [x] Fix above issue with missing `kan_2e529` voice at clickwait
- [x] Fix above issue with missing but_3e302 and shifted voice files

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

該issue描述了遊戲腳本中缺失的語音檔案和對齊錯誤的語音標籤。首先檢查引用的腳本檔案(如advchar行)以定位語音標籤,例如'kan_2e529'。檢查語音存檔目錄(例如voice\16\, voice\27\)中是否存在對應的.ogg檔案。將腳本中的每個標籤與實際檔案進行核對,並確保在clickwait處能正確觸發播放。在測試環境中執行遊戲以聽取語音,這將確認修復是否有效。

由索引模型根據 Issue 內容生成。

評估

領域
game-dev
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
55/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。