Author Topic: Filesize  (Read 320 times)  Share 

Filesize
« on: 20 Apr 2004, 22:20 »


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

« Last Edit: 20 Apr 2004, 23:28 by Rocco »

TerranRich

  • The Mystery Begins WHENEVER, Okay? ;)
    • I can help with characters
    •  
    • I can help with proof reading
    •  
    • I can help with story design
    •  
    • I can help with translating
    •  
    • I can help with voice acting
    •  
    • I can help with web design
    •  
  • TerranRich worked on a game that was nominated for an AGS Award!
Re:Filesize
« Reply #1 on: 21 Apr 2004, 13:54 »


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. :)