Game Development Community

Change the name of the game

by Travis Vroman · in Torque Game Engine · 06/25/2002 (5:43 pm) · 1 replies

How do I change the name of the game from Torque demo to Project:UnderWorld? thanx...

#1
06/26/2002 (2:30 am)
Look under [game]/client/init.cs for initCanvas("Torque Demo"); and change it to whatever you want.