Game Development Community

Changing the exe name

by Taylor Petrick · in Technical Issues · 10/08/2007 (9:33 am) · 2 replies

I know that I can use the properties option in VS2005 to change the name of the .exe from Torque.exe to (whatever name).exe or simply rename it manually, however when I run the program it still says Torque Game Eninge in the window header. For example, in this post the window header is

Forum Thread :. Changing the exe name :. Garage Games - Internet Explorer

Is this is the source code or script files?

#1
10/08/2007 (10:27 am)
In TGE,
the window title is set via the InitCanvas() call. Grep your codebase for that.
#2
10/09/2007 (5:36 am)
Thanks a bunch, thats helpful.