Game Development Community

Console command :connect

by Gerard Neo · in Technical Issues · 02/12/2003 (9:14 pm) · 3 replies

What to type to connect the server in the console command? I tried typing "connect(ip:123.4.5.678:9000);" but it is a syntax error. Is the command wrong?

#1
02/22/2003 (10:37 pm)
Yes it's connect("123.456.789:28000", "password", "name");
#2
02/23/2003 (8:43 pm)
Thanks Jared, this works in the stable release 1.1.2, but not on the HEAD I dnloaded on 9th Jan 03... it's alright, I'll dnload the newest HEAD to see if the same problem occurs

thanks
#3
02/23/2003 (10:24 pm)
Try that one:
connect("123.4.5.678");

Just the ip. No passwort, name or port. Just the blank ip.