Game Development Community

Dedicated Server Questions

by Bryce Kaminsky · in Torque Game Engine · 11/14/2004 (2:03 pm) · 4 replies

Is there a dedicated server in TGE like the one that HL has so that the renderer is not slowing down the server.
If so how do you run it in linux.

#1
11/14/2004 (2:19 pm)
I know in windows if u run torque.exe -dedicated it will run a server dunno how that works for linux
#2
11/14/2004 (9:55 pm)
I believe linux works the same way. It should be easy to do, and Torque definitely supports it (I'm not intimately familiar with command lines under Linux).
#3
11/15/2004 (3:36 am)
./torqueDemo.bin -dedicated -mission

I think that should do it.
#4
11/15/2004 (10:21 am)
Thanks, Mike!