Page 1 of 1

Global play and publishing

Posted: Fri Jan 25, 2013 9:30 am
by Siretu
Battle.net now supports global play and publishing. This means that you can play on other servers easily and you don't even have to repurchase SC2.

All you have to do is create a Regions.xml file in your Starcraft 2 folder with the following contents:

Code: Select all

<regions>
   <region displayname="AUTHENTICATION_SG_REGION" hostname="sg"
      allowedProductLocales="all" localesThatDefaultToThisRegion="enSG"/>
   <region displayname="AUTHENTICATION_US_REGION" hostname="us"
      allowedProductLocales="all" localesThatDefaultToThisRegion="enUS"/>
   <region displayname="AUTHENTICATION_EU_REGION" hostname="eu"
      allowedProductLocales="all" localesThatDefaultToThisRegion="enGB"/>
   <region displayname="AUTHENTICATION_KR_REGION" hostname="kr"
      allowedProductLocales="all" localesThatDefaultToThisRegion="koKR"/>
</regions>
Credits to Ahli634 on SC2Mapster for finding this.