Game Development Community

Changing the application title

by Koen Van Baelen · in Torque Game Builder · 08/24/2007 (2:02 pm) · 1 replies

When I build my project, I get an exe named .exe; When I start it, however, it's called "TGB". I know this can be changed if you have the source code and Visual C++, but I don't want to buy all that just so I can change the title of my game. I have already found a way to change the icon of the exe file (resource hacker), but does anyone know a way to change the title of the compiled exe? I have already tried opening it with a hex editor and searching for "TGB", without succes.

#1
08/24/2007 (3:04 pm)
In your project folder (My Documents//common/) you will see a file called "commonConfig.xml". In there are a few settings, one of which is called "UntitledGame". Just change whatever is between the tags, and you'll be set =)