Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: OllyRich on Tue 26/07/2005 11:54:54

Title: Creating an exe. file [SOLVED]
Post by: OllyRich on Tue 26/07/2005 11:54:54
Hello,

I would like to know how I can create an exe. file from my project. I mean just one exe. file with an icon that I can place on my desktop and execute.

Would be grateful for any help....
Title: Re: Creating an exe. file
Post by: hedgefield on Tue 26/07/2005 12:01:22
AGS automatically creates an .exe file in the '...projectname/Compiled' folder when you save your project. You can copy that to your desktop.
Title: Re: Creating an exe. file
Post by: Ubel on Tue 26/07/2005 12:01:51
AGS automatically creates a Compiled folder with .exe file in it when you save the project.

Edit: largopredator was quicker (http://koti.mbnet.fi/paapeli/rsmiley/winktongue.gif)
Title: Re: Creating an exe. file
Post by: OllyRich on Tue 26/07/2005 14:53:05
Ok, found it. Thanks guys.