Opened 10 months ago
Closed 10 months ago
#14820 closed defect (fixed)
SWORD1: Speech volume setting maxc value is out of bound
Reported by: | Yalefeuv | Owned by: | AndywinXp |
---|---|---|---|
Priority: | normal | Component: | Engine: Sword1 |
Version: | Keywords: | audio speech | |
Cc: | Game: | Broken Sword 1 |
Description (last modified by )
OS: Win7 x64
ScummVM version: 2.8.0 also confirmed on daily build d40e408fc8a977d8ba44c5684459a315eab8b974
Game: Broken sword 1 / PC
Speech volume setting max value is out of bound and cause mute
Attachments (3)
Change History (21)
comment:1 by , 10 months ago
Description: | modified (diff) |
---|---|
Priority: | normal → high |
comment:2 by , 10 months ago
by , 10 months ago
follow-up: 5 comment:3 by , 10 months ago
Everything looks normal there... Is this copy from GOG? Steam? CDs?
comment:5 by , 10 months ago
Replying to AndywinXp:
Everything looks normal there... Is this copy from GOG? Steam? CDs?
The copy is from CDs. Just tested with the steam dlc (original version) and results are the same.
comment:6 by , 10 months ago
Keywords: | french removed |
---|---|
Summary: | Broken sword 1 French speeches audio missing → Broken sword 1 speeches audio missing |
Tested whith the steam fr & uk versions. Same results
comment:7 by , 10 months ago
Keywords: | french added |
---|---|
Summary: | Broken sword 1 speeches audio missing → Broken sword 1 French speeches audio missing |
Thanks for verifying. I also tried several Steam localizations and I can't reproduce it unfortunately, but we can try something else:
1) Upload here your scummvm.ini (I believe you can write %appdata% on a Windows Explorer address bar and then find it from there), so I can take a look at it to see if there is something wrong with it
2) Try placing an empty scummvm.ini file near your ScummVM executable, re-add the game, launch it, and tell me how it goes
comment:8 by , 10 months ago
Summary: | Broken sword 1 French speeches audio missing → SWORD1: Speech is not working |
---|
comment:11 by , 10 months ago
Thanks for your patience, I'm glad we could sort this out!
Apparently, the issue was that your old ini file had this line near the beginning:
speech_volume=256
This was interpreted by the game as an out of bound value (it had to be in the range 0-255). Bringing that down to, say, 192 should work fine.
If you don't want to touch that general setting, you can go in the in-game settings and bring the speech level to a correct value.
comment:12 by , 10 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:13 by , 10 months ago
In game setting speech volume is buggy. The max volume is an out of bound value.
comment:14 by , 10 months ago
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → new |
Summary: | SWORD1: Speech is not working → SWORD1: Speech volume setting maxc value is out of bound |
comment:15 by , 10 months ago
Priority: | high → normal |
---|
comment:16 by , 10 months ago
Keywords: | french removed |
---|
comment:17 by , 10 months ago
Thanks, bug fixed on master and future 2.8.x with commit https://github.com/scummvm/scummvm/commit/a1683df07219975a7b1cf6740e54df06deac9493
comment:18 by , 10 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi! Thanks for the report; can you provide some info about your version? It would be useful to see the complete list of files for your game. Also, please try running ScummVM with debug flags
and let me know if, when playing the game, there are any debug warnings concerning the audio engine.