Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: viktor on Thu 08/07/2004 21:14:10

Title: changing files
Post by: viktor on Thu 08/07/2004 21:14:10
how do I change the icon of the exe files in the compile folder? :-X
Title: Re: changing files
Post by: Lazy Z on Thu 08/07/2004 23:01:31
From the manual:

Quote
Custom icon
If you wish, you can use your own custom icon when you build a Windows EXE file. To do this, simply place your icon in your game's folder, and name it USER.ICO. Then, load the editor, make sure it is set to generate a Windows executable, and save the game.
Your icon must be standard 32x32 pixels in 16-colour. If it is any other size or colour depth, the editor will give an error.

NOTE: The icon must be a proper Windows .ICO file, not just a renamed BMP file. Icon editors, such as AX-Icons from http://www.axialis.com, will convert it for you.

You can also have a custom icon for the Setup program generated. To do so, create your icon as above but name it setup.ico in the game folder.
Title: Re: changing files
Post by: Gilbert on Fri 09/07/2004 02:17:16
Yeah it's well documented.