Tried logging in just now, returned "disconnected". Anyone else experiencing the same issue lately?
Edit: Found solution in another thread. Posting here, much thanks to Chord:
Originally Posted by Chord
That would be because the first login server in the list is down (and has been for a couple of months). If you edit client.ini in your Planetside root directory, you will see this
Code:
[network]
# ABLPLS-LOGIN-01
login0=64.37.158.81:45000
login1=64.37.158.81:45001
<snip>
change login0's port to 45001 like below, save the file, and restart Planetside.
Code:
[network]
# ABLPLS-LOGIN-01
login0=64.37.158.81:45001
login1=64.37.158.81:45001
<snip>
|