Opened 20 years ago
Closed 19 years ago
#2742 closed defect (fixed)
KYRA1: Voice-only mode has no lips animation
| Reported by: | salty-horse | Owned by: | lordhoto |
|---|---|---|---|
| Priority: | normal | Component: | Engine: Kyra |
| Version: | Keywords: | ||
| Cc: | Game: | Kyrandia 1 |
Description
Using latest svn.
When setting the Voice-only mode, characters do not appear to be speaking.
In that case, cmd_characterSays() plays the speech sample and does not call characterSays() which sets the current speaking character, which in turn activates the head animation.
I think characterSays() should be responsible for playing the speech sample as well as the text display.
It will also help solve these other less apparent problems: 1) When bypassing a sentence, the text disappears but the voice sample keeps playing. 2) When in voice-and-text mode, the text should disappear at the same time as the speech.
Ticket imported from: #1523200. Ticket imported from: bugs/2742.
Change History (3)
comment:1 by , 20 years ago
| Owner: | set to |
|---|
comment:2 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |

Fixed, check the next SVN build.
Thanks for reporting.