Game Development Community

dedicated server setup

by Jonathon Stevens · in Torque 3D Professional · 11/19/2009 (9:37 pm) · 3 replies

i can't seem to find the dedicated server setup documentation so i can set up a dedicated server. can you please link it to me, as a forum search came up with non-T3D engines or just people talking about already having done it, but no setup information.

About the author

With a few casual games under his belt as CEO of Last Straw Productions, Jonathon created the increasingly popular Indie MMO Game Developers Conference.


#1
11/20/2009 (2:35 am)
To setup a dedicated server create a shortcut to the executable and add the following to the command line:

-dedicated -mission levels/mylevel.mis

In scripts/server/prefs.cs you will find all your server preferences like name, admin password and some other useful ones.
#2
11/20/2009 (2:01 pm)
And throw it in a batch file, in case you need to run other stuff like deleting cached files, copying updated scripts/art, etc...
#3
01/25/2010 (2:13 am)
how can i make the dedicated server in linux..how can i compile engine files in linux.......