Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
We host, join, and it says Downloading Game Scheme or something of that sort, and the game never starts, it says Loading, Please Wait.
It's like there's some sort of connection error, but no idea why.
but actually is all good....
mhh
I can't help but feel like this is totally unacceptable. I want this to work or to get a refund.
The problem (as with my friends and myself) was that our MTU was not set uniformly.
By default, the MTU should be set on 1500 however one of my friends had it set at 1300 and it was causing the game to freeze for everyone.
Run this command to check what your MTU is:
(from command prompt)
netsh interface ipv4 show subinterface
If your MTU is anything than 1500 then you will need to adjust it.
You can do that by running from the command prompt (as admin) the following:
netsh interface ipv4 set subinterface "Wireless Network Connection" mtu=1500 store=persistent
Do that, restart the game and give it a shot.
Worked for us.
Note that "Wireless Network Connection" could be different in your case. Refer to the output of first command to see what you're wireless adapter's name is. On Windows 8 mine is Wi-fi but on 7 it was Wireless Network Connection. Include the " " in the command.
Good luck.