Game Development Community

Problems renaming project

by Andrew Carswell · in Torque Game Engine · 08/21/2007 (4:56 pm) · 2 replies

I've tried following the compiling tutorials and seeing their stages for changing the game name but with every method I still get "Torque Game Engine" coming up when I open the exe. I've successfully recompiled several times so thats not the problem. My version is 1.5.2 and I'm using Visual C++ 2005 Express. Does anyone know where to find the option?

Thanks,
Andrew

#1
08/21/2007 (5:53 pm)
There is a script function that creates the canvas and that's where the window name is set, if that's the name you wish to change. The syntax is createCanvas(WindowName) - just put what you like as "WindowName". The other place I can think of engine-side would be a #define in TorqueConfig.h.
#2
08/21/2007 (7:51 pm)
Thanks Jacob! Thats just what I needed