Game Development Community

After pruchasing... a demo version?

by XXL0012 · in Torque Game Engine · 10/22/2006 (12:52 pm) · 2 replies

Hi all

I just bought TGE and downloaded it.. But when I start the engine stands in the right upper corner "...demo" and a menu button "purchase" is available??

is this normal???


please answer..

thx

#1
10/22/2006 (1:03 pm)
Yes :)

edit main.cs

and change ...
$defaultGame = "demo";

to
$defaultGame = "starter.fps";

or

$defaultGame = "starter.racing";

Take some time and read the docs also :)
#2
10/22/2006 (1:08 pm)
Ok thanks.. i will read the docs... but this was confusing me a little bit..

but i will read of course :)

thx