Game Development Community

Getting the demo to find a server...

by Bendik Stang · in Torque Game Engine · 03/11/2002 (8:22 pm) · 2 replies

From what I understand from the Demo - documentation, I should be able to use the demo for multiplayer testing as well.

Still, no matter what I do I just can't get a server to show in the join window.
(I have tried two computers in a network, two versions of the demo on the same computer, a dedicated server...etc)

Added later: I have also tried the connect("127.0.0.1");
and connect("myip");
The server semes to be working (Everything loads up)

Is there some where in the server .sc files that I'll have to set up the local ip or somthing?



-Nubie :)

#1
03/13/2002 (9:03 pm)
Two machines on network. Start demo up on first one, start mission, click the multiplayer checkbox before launching the mission. Start demo on other machine, go to network, should show you the first machine.

d
#2
03/15/2002 (12:28 am)
Thanks David,

I downloaded the precompiled demo, and it worked fine! The debug version did not.
And so I guess that my compilation have been a the latter.

:)
Bendik