Auth (Command Line Parameter): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Command Line Parameter==
==Command Line Parameter==
: {{launchparam|auth}}
: {{launchparam|auth}}
Auth server ip string.
Auth server IP string.


* This is the network IP address for the server that handles authorizations (usernames and passwords).
* 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 127.0.0.1
  -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