Closed GoogleCodeExporter closed 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
Original comment by winauth
on 29 Oct 2013 at 1:30
Original issue reported on code.google.com by
lllvan...@gmail.com
on 23 Oct 2013 at 11:52