Connect on internet
by Howard Dortch · in Torque Game Engine · 07/01/2004 (4:26 pm) · 2 replies
I'm trying to connect to another computer on the internet for a test. I use mygame.exe -connect xxx.xxx.xxx.xxx:xxxx in the console log it says can't find function setAutoConnect()
How do I connect to a private game on the internet?
How do I connect to a private game on the internet?
Associate Kyle Carter
Type:
$foo = new GameConnection(); $foo.connect("xxx.xxx.xxx.xxx:xxx");