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?
Forum Thread :. Changing the exe name :. Garage Games - Internet Explorer
Is this is the source code or script files?
About the author
Associate Orion Elenzil
Real Life Plus
the window title is set via the InitCanvas() call. Grep your codebase for that.