Game Development Community

Windows Dedicated Server In Torque 3d

by CloudFire · in Torque Developer Network · 02/18/2010 (7:59 am) · 5 replies


Hi All i am using Torque 3d demo version downloaded in torquepowered.com

I am trying to connect Torque 3d Demo Project in Remote windows server.

The remote server does not have capacity to run Torque 3d Files.

It does not have advanced Graphics card support.so i cant run the Demoproject.exe in Remote machine.

i have to connect through the local client with remote server.

how can i make the server to respond with many clients.

i have given the command

dedicated.exe -game dedicated levels/Empty.mis

but it shows an error.

if i connect with join server options in torque 3d shall the character user interface( if i have run through the dos prompt dedicated command )

shall it connects with client machine or not. or i have to upgrade to the advance graphics card in remote machine.

plz give the dedicated server syntax.

thanks n advance
CloudFire


#1
02/18/2010 (9:30 am)
theGame.exe -dedicated -mission levels/yourLevel.mis

You will see any console output in a WinConsole.
Also in the WinConsole you can type quit(); to exit the dedicated server.

Quote:
or i have to upgrade to the advance graphics card in remote machine

The Dedicated Server does not need a good graphics card. But be sure you have enough RAM.
#2
02/20/2010 (12:54 pm)
Thank you Thombas Bang...
#3
09/06/2010 (7:11 am)
The default name of a mission file (e.g. "Empty Room") contains a space, how do you escape that properly? The server does not find the file.
#4
09/06/2010 (8:01 pm)
For files with spaces in the name you just need to put it in quotes. For example, "levels/Empty Room.mis".
#5
09/10/2010 (9:07 am)
That does not work, just saying.