I've been playing with the new (6.16) feature Automatic Voice. The first thing I found is that the voice is only played the first time, if I return to the Main Menu and start again, it's not played.
I'm trying to use Automatic Voice with different translations, but I only have been able of figuring out this:
Code: Select all
init python:
if _preferences.language is None:
config.auto_voice = "voice/english/{id}.ogg" # or simply: config.auto_voice = "voice/{id}.ogg"
else:
config.auto_voice = "voice/" + _preferences.language + "/{id}.ogg"Also, the "Extract Dialogue" feature doesn't consider the translated script.
It could be possible to have different "dialogue identifiers" according to the translations?:
> Language = None; id = start_a170b500
> Language = "spanish"; id = start_a170b500_spanish