Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Vel on Tue 27/01/2004 17:34:55

Title: Dumping all text into a file
Post by: Vel on Tue 27/01/2004 17:34:55
Would it be possible to dump all text from the game into a file? I know that there is such function now, but it is for creating translations. Ill try to make an example:

room 21, line 44
DisplaySpeech(EGO, "Hey!");
room21 line 45
DisplaySpeech(EGO, "That bit me!);


This would be very useful when creating voice packs for already made games. Thanks for reading.
Title: Re:Dumping all text into a file
Post by: SSH on Tue 27/01/2004 18:37:19
You mean like the "Dump game text to file" Game menu option, just above the "Make translation source" Game menu option?

RTFM n00b!
;D
Title: Re:Dumping all text into a file
Post by: Vel on Tue 27/01/2004 19:14:05
Well not exactly like this.  I think I gave an example above. An ability to sort the messages by the character who says it would be awesome too.
Title: Re:Dumping all text into a file
Post by: Mr Jake on Tue 27/01/2004 19:17:31
I was gonna say that, but he means dialog only
Title: Re:Dumping all text into a file
Post by: SSH on Tue 27/01/2004 19:24:33
Dump out dialogs and scripts, load into Word (or similar), Select All, go to Table menu, select Sort....

Title: Re:Dumping all text into a file
Post by: Pumaman on Sat 31/01/2004 14:03:37
So what you really want is sort of a combination of the translation and dump text feature - so that it basically dumps the translation source, but including context of where the lines are from?