Page 1 of 1

How do I connect to my server?

Posted: Fri Feb 09, 2018 3:22 pm
by Vanderburg
A records appear to not resolve correctly (yet) in Battalion 1944 servers, so you would want to use the plain IP address to connect. This can be found on the Description tab of your game server control panel. The format would be:

Code: Select all

connect xxx.xxx.xxx.xxx:7777
xxx.xxx.xxx.xxx would be replaced by the actual plain IP address provided. If you use a password on your game server, it must be included in the connect command and the proper format would be:

Code: Select all

connect xxx.xxx.xxx.xxx:7777 password PASSWORDHERE
and PASSWORDHERE would be replaced by the actual password.