Hi guys,
I have another query on this topic regarding the IsSpeechVoxAvailable function.
I made this temporary hotkey for checking if I have any speech vox files in my game:
However, even if I'm running a game without any sound files in the Speech folder, the IsSpeechVoxAvailable returns the value 1 as if there are. What I'm trying to do is to make a condtion that checks if there are no speech files available when the game is launched, and if so then the Speech.VoiceMode will be changed to eSpeechTextOnly.
Same as if the players click on the Voice button in the Settings panel for changing the voice modes - if there is no speech files available I wish to show them a message saying that, and perhaps with some link that they need to access for downloading the speech packs from.
Thanks
I have another query on this topic regarding the IsSpeechVoxAvailable function.
I made this temporary hotkey for checking if I have any speech vox files in my game:
However, even if I'm running a game without any sound files in the Speech folder, the IsSpeechVoxAvailable returns the value 1 as if there are. What I'm trying to do is to make a condtion that checks if there are no speech files available when the game is launched, and if so then the Speech.VoiceMode will be changed to eSpeechTextOnly.
Same as if the players click on the Voice button in the Settings panel for changing the voice modes - if there is no speech files available I wish to show them a message saying that, and perhaps with some link that they need to access for downloading the speech packs from.
Thanks