How do I connect to my server?

Post Reply
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

How do I connect to my server?

Post 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.
Post Reply