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.
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.
That worked and that's what I needed. Thanks. :)