Game Development Community

Dedicated Server Question

by DMT · in Torque 3D Beginner · 02/19/2010 (5:49 pm) · 2 replies

So, I am trying to host a dedicated server using the FPS Example provided.

The problem is that as soon as it starts, it crashes. So what have currently done is this : I published the FPS Example as-is, then I made a short cut to the .exe with the following added: " -dedicated -mission levels/burg.mis ", so the server starts, the mission loads, stage 1 and 2 load just fine. Then about 30 seconds later, it crashes. I am not sure what the issue is, I doubt it is the demo, as I can host a game just fine in the standard way. I suppose it could be related to the mission, but I do not know enough to make that call. I do know that if the mission is not loaded properly, it just stays put and does not do anything.

Any ideas?

#1
02/19/2010 (9:42 pm)
I had the same problem. After two days thinking it was me, it ended up being the burg.mis file, try a different one, or create a mission of your own.
#2
02/20/2010 (12:54 am)
Thanks, that was the issue. I just used the Desert demo and it worked.