Game Development Community

Newbie Question: Watermark removal in 3D Professional version?

by Mike S · in Technical Issues · 08/17/2011 (2:03 am) · 3 replies


Hi there,

I am a newbie to the Torque 3D Professional edition. I recently made a basic Level and tested it in play mode. When I did this I get this watermark which reads:

"Welcome to the Torque demo app Visitor"

My question is: is this a watermark thinking I'm using the demo version, or have I got this wrong?? i.e. how can I remove the text?

#1
08/17/2011 (6:16 am)
Its a Demo App made in T3D.


As far as i know its just a message posted by script into the chat server, in effect its your logon message, demp app is the 'game', visitor is the avatar name
#2
08/17/2011 (8:15 am)
see GameConnection::onConnect().

Which file it's in, I'm not sure (as I don't have T3D 1.1 Final installed.
#3
08/17/2011 (11:10 pm)
Many thanks BloodKnight and Robert.