KennyNinja
New Member
- Joined
- Jun 13, 2012
- Messages
- 60
but i do recommend to use for DB this http://www.thebuddyforum.com/demonbuddy-forum/plugins/60274-standalone-dbrelogger.html way better
To select region
To select region
It's stored on the Windows registry. You could use a .reg or a batch file to select a different region before launching the game.
US:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Blizzard Entertainment\Battle.net\D3]
"RegionURL"="us.actual.battle.net"
EU:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Blizzard Entertainment\Battle.net\D3]
"RegionURL"="eu.actual.battle.net"
Asia:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Blizzard Entertainment\Battle.net\D3]
"RegionURL"="kr.actual.battle.net"
If you want to set the RegionURL and launch the game using a batch file, you could use this code:
Reg add "HKEY_CURRENT_USER\Software\Blizzard Entertainment\Battle.net\D3" /v RegionURL /d us.actual.battle.net /f"
start "" "C:\Program Files(x86)\Diablo III\Diablo III.exe" -launch
The above code will set RegionURL to us.actual.battle.net and then launch the game bypassing the launcher. If your game is not installed on the default location or if your OS isn't 64-bit, you need to edit the filepath.