Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Ghostlady on Mon 23/02/2009 00:28:23

Title: Dump the script into text
Post by: Ghostlady on Mon 23/02/2009 00:28:23
Is there a way to dump the game scipt into a text file?  I know there was a way to do it in previous versions.  I can't seem to find that function in the current AGS version.
Title: Re: Dump the script into text
Post by: on Mon 23/02/2009 00:30:57
Just create a new translation, select "update" and open the trs file with a text editor. You get all the strings, but not the actual scripts, though (not the contents of globalscript etc.)- but that's not what you need anyway, I think ;)

Tested with AGS 3.1.2.
Title: Re: Dump the script into text
Post by: Ghostlady on Mon 23/02/2009 00:51:36
That worked and that's what I needed.  Thanks.  :)