xezno
Member
Ok I came up with a solution to everyone's problems today with a script to see if the login servers are down - so they know that when it is stuck at 25% it is NOT the game! It's simple. You can either run terminal and input:
and if this comes up:
or similar, you know the servers are down. If this comes up:
then the servers are up and it's either the client or something not allowing you to connect through the TSO Client (firewall?) and you do need to post something.
You can save the ping command as a script and run it if you like.
Code:
ping 73.248.136.133
Code:
7 packets transmitted, 0 received, 100% packet loss, time 6048ms
Code:
7 packets transmitted, 7 received, 0% packet loss, time 100ms
You can save the ping command as a script and run it if you like.