Auth (Command Line Parameter): Difference between revisions
Jump to navigation
Jump to search
BlackSpectre (talk | contribs) No edit summary |
BlackSpectre (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
==Command Line Parameter== | ==Command Line Parameter== | ||
: {{launchparam|auth}} | : {{launchparam|auth}} | ||
Auth server | Auth server IP string. | ||
* This | * This command designates the network IP address for the server that handles authentications. Every player is required to go through the authentication server by typing in their account's username and password in order to get authorization to play the game (i.e., logging in). | ||
* The current IP address for the Homecoming authentication server is <code>51.161.76.201</code>. | |||
* If working on your own computer and COH server, the loopback address (127.0.0.1) would work best. | * If working on your own computer and COH server, the loopback address (127.0.0.1) would work best. | ||
==Example== | ==Example== | ||
-auth | -auth 51.161.76.201 | ||
Revision as of 04:44, 25 July 2023
Command Line Parameter
- -auth
Auth server IP string.
- This command designates the network IP address for the server that handles authentications. Every player is required to go through the authentication server by typing in their account's username and password in order to get authorization to play the game (i.e., logging in).
- The current IP address for the Homecoming authentication server is
51.161.76.201
. - If working on your own computer and COH server, the loopback address (127.0.0.1) would work best.
Example
-auth 51.161.76.201