Game Development Community

Rebuiding the Engine

by Harrison Brock · in Torque Game Engine · 05/20/2007 (11:09 pm) · 1 replies

OK I have rebuilding the engine but know my ico isn't show up on my .exe file. I have the ico in the vc8 folder. Do I need to edit something?

#1
05/22/2007 (4:45 am)
Harrison - yes you will need to edit the resource file to pickup your new icon instead of the default torque.ico, edit the TorqueDemo.rc file either in Visual studio or a text editor, find the section that looks like

/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1               ICON    DISCARDABLE     "torque.ico"

and change the name to your own icon file, then recompile the engine.