Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Rocco on Tue 20/04/2004 22:20:19

Title: Filesize
Post by: Rocco on Tue 20/04/2004 22:20:19


What does the compiling routine?
Take only used stuff, or all included in the agsfile for the *.exe?

Title: Re:Filesize
Post by: TerranRich on Wed 21/04/2004 13:54:47
Quote from: Rocco on Tue 20/04/2004 22:20:19


What does the compiling routine?
Take only used stuff, or all included in the agsfile for the *.exe?



What does the compiling routine do? Does it take only used stuff, or everything from the AGS file, for the .EXE file?

Answer: both. Everything that is used is in the AGS saved file, and everything in the AGS file is presumed to be in use. And it is all compiled into a single,executable file. Simple as that. :)