Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: SSH on Mon 21/02/2005 09:26:23

Title: SUGGESTION: Speech text file dump
Post by: SSH on Mon 21/02/2005 09:26:23
I'm sure someone suggested this before, but i couldnt find it in the forums or tracker...

It would be nice when doing voice recording if you could dump a file like the translation file, but with the character doing the talking prefixing each line: or even if you could dump one file for each character. It would make voice recording much easier.
Title: Re: SUGGESTION: Speech text file dump
Post by: Pumaman on Mon 21/02/2005 19:20:27
What do you mean, like exporting all the lines of dialog to a file along wtih the character name?

IT's not practical to dump the character names for DisplaySpeech since it can be a variable value.

Title: Re: SUGGESTION: Speech text file dump
Post by: SSH on Mon 21/02/2005 20:29:16
Yes, but it WOULD be practical for the Say method. Also, the file could say if a string was done with a Display, DisplaySpeech, etc and just reproduce whatever argument there was if it wasn't a constant. After all, if the person is recording speech for it, they can decide how to do it...