Game Development Community

Multiplayer question.

by Alexander B · in Torque Game Engine · 09/16/2008 (1:11 am) · 2 replies

I have created a new game. I have renamed the mission "new mission" to testgame. I want to play with one of my friends. How do i set it up so we can play online. When me or him tick the box host multiplayer it doesn't work and he can't see my game. Any fix to this?

#1
09/16/2008 (1:38 pm)
Anyone know?
#2
09/16/2008 (1:51 pm)
One quick way to join is have someone check the box to host multiplayer. Then, if you're on a LAN, have the client just click query LAN. If not, open your console (press ~) and type in
connect("28.64.52.111");
Of course, replace 28.64 number with your host ip. That should get you going. Later you'll probably want to set up a master server. When that comes, try the search feature :P