Starlight Vega

Starlight Vega

View Stats:
help-im-stuck Apr 22, 2016 @ 11:59pm
Self-voicing feature (press V). Use Microsoft Zira instead of David?
This game has a "hidden" self voicing feature which uses the OS's text-to-speech engine to read dialogue in a robotic male voice.

How do I get the game to read dialogue in a robotic female voice?

I tried changing the voice to Mircrosoft Zira in the Speech settings control panel, but the game still uses Microsoft David's voice. Is there a way for me to change this? Thanks.
< >
Showing 1-4 of 4 comments
help-im-stuck Apr 24, 2016 @ 7:56pm 
UPDATE: Thanks to DragoonHP over at the lemmasoft forums, I have a solution:

You need to edit "say.vbs" located in:

<steam folder>\steamapps\common\Starlight Vega\StarlightVega-1.2-all\lib\windows-i686

Text = WScript.Arguments(0) Speaker = "Zira" Set s = CreateObject("SAPI.SpVoice") For Each Voice In s.GetVoices I = I + 1 If InStr(Voice.GetDescription, Speaker) > 0 Then Set s.Voice = s.GetVoices.Item(I-1) Exit For End If Next s.Speak Text

This will allow the game to use microsoft zira's voice for the text to speech. You can change Speaker = "Zira" to any other voices you have installed and it should work.
meow May 15, 2016 @ 1:29am 
Now we just need to find a way to get the TTS voice to make a more noticeable pause in between saying the names of the characters and reading the dialogue
help-im-stuck May 15, 2016 @ 4:26pm 
I think if we could figure out a way to add a comma or a period after the names in the headers, it could work... But they'd need to be hidden from view somehow.
khana911 Oct 20, 2024 @ 3:28pm 
same problem with me
< >
Showing 1-4 of 4 comments
Per page: 1530 50