Game Development Community

Changing the name of the exe file

by Tom · in Torque Game Engine · 10/07/2006 (5:30 pm) · 3 replies

Hi,

i have had the TGE for a while, however i never was able to change the name of the exe file in the blue bar at the top,

int he console it says toop (the name of my game) but in the actual window, (for example, in firefow it says firefox) it always says torqe demo.

how can i change it to say toop???i tired changing it int he source code without success (actually i had to reverse my changes becaue it then didnt work)

is there a cs file int he script that i need to change? or do i need to change the source code?

i would greatly appreciate any help

#1
10/07/2006 (5:47 pm)
It's in one of the .CS (torque script) files. Probably main.cs, but it might be one of the others.
#2
10/07/2006 (5:50 pm)
Thank you that narrows it down,

do u know maybe the name of the command?
so i can search for it ,
or does anyone know the exact file???

once again, thank you
#3
10/07/2006 (5:52 pm)
To change or get rid of the "Torque Engine" Words on the Windows bar.

Open init.cs in the example/starter.fps/client folder.

Find the following line (about line 50).

"initCanvas("Torque Game Engine", true);

Change it to what you like, example below.

"initCanvas("My Torque", true);