Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: bx83 on Fri 27/07/2018 01:23:49

Title: Where are the ags dialogue script text to be found?
Post by: bx83 on Fri 27/07/2018 01:23:49
Just wondering where the ags Dialog scripts (the actual text) is found. It seems odd to me that globalscript can be opened in a text editor, but the dialogue scripts are binary.
Title: Re: Where are the ags dialogue script text to be found?
Post by: Crimson Wizard on Fri 27/07/2018 01:33:29
Quote from: bx83 on Fri 27/07/2018 01:23:49
Just wondering where the ags Dialog scripts (the actual text) is found. It seems odd to me that globalscript can be opened in a text editor, but the dialogue scripts are binary.

They are not binary, just hidden. They are located in Game.agf, you may find them searching for "<Dialogs>" tag (or dialog script names).

(They could have been as text in a binary package back in old 2.72 times though, with the old editor)