wjx251 / winauth

Automatically exported from code.google.com/p/winauth
GNU General Public License v3.0
0 stars 0 forks source link

I cant change the region #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.how 2 change the region?
2.in fact i cant find it
3.by the way, its winauth 3.0 latest version

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by lllvan...@gmail.com on 23 Oct 2013 at 11:52

GoogleCodeExporter commented 9 years ago
I assume you are talking about Battle.net

Generally you can't set the region as it gets determined by Battle.net from the 
IP address of your computer when you click the "Create Authenticator" button. 
It used to be you had to pass it over, but they now ignore it. In any case, it 
doesn't effect your account.

Except if you're in for China. WinAuth has to do a lookup on your IP to 
determine if you're in China, so it can call the correct Battle.net URLs.

You can override detection by creating a winauth.exe.config file in the same 
folder as winauth.exe, containing the following (setting "EU" to "US", "EU", 
"KR" or "CN"):

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="BattleNetAuthenticator.Region" value="EU" />
</appSettings>
</configuration>

Original comment by winauth on 24 Oct 2013 at 12:00

GoogleCodeExporter commented 9 years ago

Original comment by winauth on 29 Oct 2013 at 1:30