Client -> Server via '-connect '
by Ken Finney · in Torque Game Engine · 08/26/2001 (8:20 am) · 1 replies
Client -> Server via '-connect '
Has anyone been able to connect to a server this way ? I've tried it with a server running (I can see it when I query the Master Server), and that string in the command line of the client (with the ip address filled in, of course, and no angle brackets). The client just comes up in the main menu.
I've been digging thru the scripts since yesterday morning, but haven't found where the enabling code might be, nor even where I think it should be, but isn't, or something like that :-)
Regards,
Has anyone been able to connect to a server this way ? I've tried it with a server running (I can see it when I query the Master Server), and that string in the command line of the client (with the ip address filled in, of course, and no angle brackets). The client just comes up in the main menu.
I've been digging thru the scripts since yesterday morning, but haven't found where the enabling code might be, nor even where I think it should be, but isn't, or something like that :-)
Regards,
About the author
Torque Owner Edward Gardner
bring the console down
type
connect ('ip:port');
Only seems to work when you are in the playgui (I am sure that can be changed).