Page 1 of 1

Force a BlueBox connection

Posted: 28 Jan 2009, 08:40
by plebs
Hello.
What do i have to do to force a BlueBox connection like the BattleFarm does?

Thanks.

Posted: 28 Jan 2009, 09:24
by Lapo
Simply use a wrong port number when calling the connect method.
Supposing SFS runs on port 9339 you can do this:

Code: Select all

sfs.connect(ipAddress, 9330)
This way the API will fail to connect via socket and the BlueBox will be used.